diff --git a/src/assets/icons/soundwave.vue b/src/assets/icons/soundwave.vue
new file mode 100644
index 0000000..8f2336d
--- /dev/null
+++ b/src/assets/icons/soundwave.vue
@@ -0,0 +1,15 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/src/components/PlayQueueItem.vue b/src/components/PlayQueueItem.vue
index c15bf70..85ee912 100644
--- a/src/components/PlayQueueItem.vue
+++ b/src/components/PlayQueueItem.vue
@@ -5,6 +5,7 @@ import { artistsOrganize } from '../utils'
import XIcon from '../assets/icons/x.vue'
import UpHyphenIcon from '../assets/icons/uphypen.vue'
import DownHyphenIcon from '../assets/icons/downhyphen.vue'
+import SoundwaveIcon from '../assets/icons/soundwave.vue'
import { ref } from 'vue'
@@ -156,12 +157,7 @@ function removeItem() {