Music Note 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 { IconMusicNote } from "@devigner-ui/icons";
<IconMusicNote className="size-6" />
<script setup>
import { IconMusicNote } from "@devigner-ui/icons-vue";
</script>
<template>
<IconMusicNote class="size-6" />
</template>
<script>
import { IconMusicNote } from "@devigner-ui/icons-svelte";
</script>
<IconMusicNote class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9 19a3 3 0 1 1-6 0 3 3 0 0 1 6 0" stroke="currentColor" stroke-width="1.5"></path><path d="M21 17a3 3 0 1 1-6 0 3 3 0 0 1 6 0" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M9 19V8" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M21 17V6" stroke="currentColor" stroke-width="1.5"></path><path d="m15.74 3.75-4 1.34c-1.32.44-1.98.66-2.36 1.18C9 6.8 9 7.5 9 8.88V12l12-4v-.45c0-2.53 0-3.8-.83-4.4s-2.03-.2-4.43.6" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>