diff --git a/front/src/components/playlists/943.bugfix b/front/src/components/playlists/943.bugfix
new file mode 100644
index 0000000000000000000000000000000000000000..af5014203eecd1d5e6d1072636d920b5f09b58b9
--- /dev/null
+++ b/front/src/components/playlists/943.bugfix
@@ -0,0 +1 @@
+Replaced PDF icon by List icon in playlist placeholder (#943)
diff --git a/front/src/components/playlists/PlaceholderWidget.vue b/front/src/components/playlists/PlaceholderWidget.vue
index d72ab95fbc5922b42790f96d0bed7f5b7a073648..772fd6c9d831fbb369a7c20ea22147f6c8f6efae 100644
--- a/front/src/components/playlists/PlaceholderWidget.vue
+++ b/front/src/components/playlists/PlaceholderWidget.vue
@@ -1,7 +1,7 @@
 <template>
   <div class="ui placeholder segment">
     <div class="ui icon header">
-      <i class="pdf file outline icon"></i>
+      <i class="list icon"></i>
       <translate translate-context="Content/Home/Placeholder">
         No playlists have been created yet
       </translate>