diff --git a/frontend/src/component/photo/list.vue b/frontend/src/component/photo/list.vue
index 9d2bcd868..a43f428e1 100644
--- a/frontend/src/component/photo/list.vue
+++ b/frontend/src/component/photo/list.vue
@@ -57,7 +57,7 @@
:ripple="false"
flat icon large absolute class="input-open"
@click.stop.prevent="openPhoto(props.index, true)">
- play_circle_fill
+ $vuetify.icons.live_photo
play_circle_fill
diff --git a/frontend/src/share/photo/list.vue b/frontend/src/share/photo/list.vue
index 966aff7b1..ecc5be6b5 100644
--- a/frontend/src/share/photo/list.vue
+++ b/frontend/src/share/photo/list.vue
@@ -53,7 +53,7 @@
:ripple="false"
flat icon large absolute class="input-open"
@click.stop.prevent="openPhoto(props.index, true)">
- play_circle_fill
+ $vuetify.icons.live_photo
play_circle_fill