Bag Music icon in outline, twotone, bold and bulk. Free in all four styles, for cart, checkout, storefront, orders. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconBagMusic } from "@devigner-ui/icons";
<IconBagMusic className="size-6" />
<script setup>
import { IconBagMusic } from "@devigner-ui/icons-vue";
</script>
<template>
<IconBagMusic class="size-6" />
</template>
<script>
import { IconBagMusic } from "@devigner-ui/icons-svelte";
</script>
<IconBagMusic class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.74 20.56C4.94 22 7.17 22 11.64 22h.72c4.47 0 6.7 0 7.9-1.45m-16.52 0c-1.2-1.44-.79-3.63.04-8.02.58-3.12.87-4.69 1.99-5.6m14.49 13.63c1.2-1.45.79-3.64-.04-8.03-.58-3.12-.87-4.69-1.99-5.6m0-.01C17.13 6 15.53 6 12.36 6h-.72c-3.18 0-4.76 0-5.87.92m0 0" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M9 6V5a3 3 0 1 1 6 0v1" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="m12.74 10.63-.33-.67zm1.32-.66-.34-.67zm-.12 3.06-.33-.67zm-1.88-.3.7-.26zm1.06.65-.1-.75zm2.86-1.81.74.14zm-.37.6.45.6zm-.73-2.54.1.74zm1.06.65-.7.25zm-3.55.54.46.6zm-.37.61-.74-.14zM11.25 17c0 .7-.56 1.25-1.25 1.25v1.5A2.75 2.75 0 0 0 12.75 17zM10 18.25c-.69 0-1.25-.56-1.25-1.25h-1.5A2.75 2.75 0 0 0 10 19.75zM8.75 17c0-.69.56-1.25 1.25-1.25v-1.5A2.75 2.75 0 0 0 7.25 17zM10 15.75c.69 0 1.25.56 1.25 1.25h1.5A2.75 2.75 0 0 0 10 14.25zM12.75 17v-5h-1.5v5zm.33-5.7 1.31-.66-.67-1.34-1.31.66zm1.84.4-1.31.66.67 1.34 1.31-.66zm-3.67.13v.6q.02.26.1.55l1.41-.51v-.11l-.01-.53zm2.36.53-.48.23-.1.04.17 1.5q.3-.05.53-.17l.55-.26zm-2.26.62a1.75 1.75 0 0 0 1.85 1.14l-.17-1.49a.25.25 0 0 1-.27-.16zm3.9-1.8v.25l1.47.28q.04-.28.03-.54zm.34 1.86q.25-.11.47-.27l-.9-1.19-.05.02-.19.1zm-.34-1.61a.3.3 0 0 1-.1.15l.91 1.2q.52-.42.66-1.07zm-.86-.79.48-.23.1-.04-.17-1.49q-.3.05-.53.16l-.55.26zm2.36.53v-.6q-.02-.26-.1-.55l-1.41.51v.11l.01.53zm-1.78-.8q.2-.01.27.16l1.4-.5a1.75 1.75 0 0 0-1.84-1.15zm-2.56-.41q-.25.11-.47.27l.9 1.19.05-.02.19-.1zm.34 1.87v-.26l-1.47-.28q-.04.28-.03.54zm-.81-1.6q-.53.41-.66 1.06l1.47.28a.3.3 0 0 1 .1-.15z" fill="currentColor"></path></svg>