diff --git a/frontend/src/component/photo/cards.vue b/frontend/src/component/photo/cards.vue
index 713a760ab..ee28e9b41 100644
--- a/frontend/src/component/photo/cards.vue
+++ b/frontend/src/component/photo/cards.vue
@@ -62,7 +62,7 @@
@click.stop.prevent="openPhoto(index, true)">
photo_camera
$vuetify.icons.live_photo
- play_circle_outline
+ play_arrow
burst_mode
diff --git a/frontend/src/component/photo/list.vue b/frontend/src/component/photo/list.vue
index 81fdf4102..ccf34b86e 100644
--- a/frontend/src/component/photo/list.vue
+++ b/frontend/src/component/photo/list.vue
@@ -58,7 +58,7 @@
flat icon large absolute class="input-open"
@click.stop.prevent="openPhoto(props.index, true)">
$vuetify.icons.live_photo
- play_circle_outline
+ play_arrow
diff --git a/frontend/src/component/photo/mosaic.vue b/frontend/src/component/photo/mosaic.vue
index 0c2c4845e..0b197295e 100644
--- a/frontend/src/component/photo/mosaic.vue
+++ b/frontend/src/component/photo/mosaic.vue
@@ -61,7 +61,7 @@
@click.stop.prevent="openPhoto(index, true)">
photo_camera
$vuetify.icons.live_photo
- play_circle_outline
+ play_arrow
burst_mode
diff --git a/frontend/src/share/photo/cards.vue b/frontend/src/share/photo/cards.vue
index 47031264d..37ea8c86f 100644
--- a/frontend/src/share/photo/cards.vue
+++ b/frontend/src/share/photo/cards.vue
@@ -58,7 +58,7 @@
@click.stop.prevent="openPhoto(index, true)">
photo_camera
$vuetify.icons.live_photo
- play_circle_outline
+ play_arrow
burst_mode
diff --git a/frontend/src/share/photo/list.vue b/frontend/src/share/photo/list.vue
index df84516f9..59aaef61f 100644
--- a/frontend/src/share/photo/list.vue
+++ b/frontend/src/share/photo/list.vue
@@ -54,7 +54,7 @@
flat icon large absolute class="input-open"
@click.stop.prevent="openPhoto(props.index, true)">
$vuetify.icons.live_photo
- play_circle_outline
+ play_arrow
diff --git a/frontend/src/share/photo/mosaic.vue b/frontend/src/share/photo/mosaic.vue
index a8e81a536..bc83dd7fc 100644
--- a/frontend/src/share/photo/mosaic.vue
+++ b/frontend/src/share/photo/mosaic.vue
@@ -57,7 +57,7 @@
@click.stop.prevent="openPhoto(index, true)">
photo_camera
$vuetify.icons.live_photo
- play_circle_outline
+ play_arrow
burst_mode