Music Filter icon in outline, twotone, bold and bulk. Free in all four styles, for player, gallery, camera, music, volume. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconMusicFilter } from "@devigner-ui/icons";
<IconMusicFilter className="size-6" />
<script setup>
import { IconMusicFilter } from "@devigner-ui/icons-vue";
</script>
<template>
<IconMusicFilter class="size-6" />
</template>
<script>
import { IconMusicFilter } from "@devigner-ui/icons-svelte";
</script>
<IconMusicFilter class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.67 3h20" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path d="M2.67 9h9" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path d="M2.67 15h6" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path d="M2.67 21h4" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><g opacity="1"><path d="M12.51 22a2.18 2.18 0 1 0 0-4.36 2.18 2.18 0 0 0 0 4.36" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M22.67 18.37V9.86c0-1.81-1.14-2.06-2.3-1.75L16.04 9.3c-.8.22-1.34.84-1.34 1.75v8.77" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M20.5 20.55a2.18 2.18 0 1 0 0-4.36 2.18 2.18 0 0 0 0 4.36" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="m14.69 13.6 7.98-2.18" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></g></svg>