diff --git a/homeassistant/components/amcrest/icons.json b/homeassistant/components/amcrest/icons.json
new file mode 100644
index 0000000000000000000000000000000000000000..efba49d6b56d0e0e06ab7dfb56ce27a4993faf9c
--- /dev/null
+++ b/homeassistant/components/amcrest/icons.json
@@ -0,0 +1,15 @@
+{
+  "services": {
+    "enable_recording": "mdi:record-rec",
+    "disable_recording": "mdi:stop",
+    "enable_audio": "mdi:volume-high",
+    "disable_audio": "mdi:volume-off",
+    "enable_motion_recording": "mdi:motion-sensor",
+    "disable_motion_recording": "mdi:motion-sensor-off",
+    "goto_preset": "mdi:pan",
+    "set_color_bw": "mdi:palette",
+    "start_tour": "mdi:panorama",
+    "stop_tour": "mdi:panorama-outline",
+    "ptz_control": "mdi:pan"
+  }
+}