Music Library 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 { IconMusicLibrary } from "@devigner-ui/icons";
<IconMusicLibrary className="size-6" />
<script setup>
import { IconMusicLibrary } from "@devigner-ui/icons-vue";
</script>
<template>
<IconMusicLibrary class="size-6" />
</template>
<script>
import { IconMusicLibrary } from "@devigner-ui/icons-svelte";
</script>
<IconMusicLibrary 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.9 13.8c-.42-3.17-.63-4.75.27-5.78C4.07 7 5.67 7 8.85 7h6.3c3.19 0 4.78 0 5.68 1.02.9 1.03.69 2.6.26 5.77l-.4 3c-.33 2.48-.5 3.72-1.34 4.47s-2.1.74-4.6.74h-5.5c-2.5 0-3.75 0-4.6-.74-.85-.75-1.01-1.99-1.34-4.47z" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M19.56 7c.23-1.3-.77-2.5-2.1-2.5H6.54A2.13 2.13 0 0 0 4.44 7M17.5 4.5l.04-.5a2 2 0 0 0-1.78-1.99l-.5-.01H8.74l-.5.01a2 2 0 0 0-1.78 2l.04.49" stroke="currentColor" stroke-width="1.5"></path><path d="m12.56 12.7-.35.66zm.88.47.36-.66zm1-1.87.35-.66zm-.88-.47.35-.66zm-1.56.78.75.04zm1.42-.85-.32.68zm1.58 1.4.75-.02zm-.5-.83.37-.65zm-.92 1.91.32-.68zM15 12.4l-.75-.04zm-2.5.28-.37.65zm-.5-.84-.75.03zm-.75 4.67c0 .41-.34.75-.75.75v1.5c1.24 0 2.25-1 2.25-2.25zm-.75.75a.75.75 0 0 1-.75-.75h-1.5c0 1.24 1 2.25 2.25 2.25zm-.75-.75c0-.41.34-.75.75-.75v-1.5c-1.24 0-2.25 1-2.25 2.25zm.75-.75c.41 0 .75.34.75.75h1.5c0-1.24-1-2.25-2.25-2.25zm2.25.75V12h-1.5v4.5zm-.54-3.14.88.47.7-1.32-.88-.47zm2.58-2.72-.88-.47-.7 1.32.88.47zm-2.04 1.12v-.11l-1.5-.09v.2zm1.16-1.6-.18-.08-.63 1.36h.02l.08.05zm-1.16 1.5c.01-.18.2-.3.35-.22l.63-1.36a1.75 1.75 0 0 0-2.48 1.48zm3 .58v-.1l-1.5.05v.05zm-1.66-.28.03.02.75-1.3-.08-.04zm1.66.18a1.8 1.8 0 0 0-.88-1.46l-.75 1.3q.13.08.13.21zm-2.66 1.7.18.08.63-1.36h-.02l-.08-.05zm1.16-1.6v.11l1.5.09v-.2zm-.98 1.68c1.12.52 2.4-.25 2.48-1.48l-1.5-.1a.25.25 0 0 1-.35.22zm-.36-1.88-.03-.02-.75 1.3.08.04zm-1.66-.28v.1l1.5-.05v-.05zm1.63.26a.3.3 0 0 1-.13-.21l-1.5.05c.02.6.35 1.15.88 1.46z" fill="currentColor"></path></svg>