Music Note3 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 { IconMusicNote3 } from "@devigner-ui/icons";
<IconMusicNote3 className="size-6" />
<script setup>
import { IconMusicNote3 } from "@devigner-ui/icons-vue";
</script>
<template>
<IconMusicNote3 class="size-6" />
</template>
<script>
import { IconMusicNote3 } from "@devigner-ui/icons-svelte";
</script>
<IconMusicNote3 class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 18a4 4 0 1 1-8 0 4 4 0 0 1 8 0" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="M12 18V6" stroke="currentColor" stroke-width="1.5"></path><path d="m16.12 10.06-2.64-1.32c-.36-.18-.54-.27-.7-.39a2 2 0 0 1-.74-1.21c-.04-.19-.04-.39-.04-.8 0-.97 0-1.45.12-1.78a2 2 0 0 1 2.11-1.31c.35.04.78.26 1.65.7l2.64 1.3c.36.2.54.28.7.4a2 2 0 0 1 .74 1.21c.04.19.04.39.04.8 0 .97 0 1.46-.12 1.79a2 2 0 0 1-2.11 1.3 6 6 0 0 1-1.65-.7" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>