Note Square 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 { IconNoteSquare } from "@devigner-ui/icons";
<IconNoteSquare className="size-6" />
<script setup>
import { IconNoteSquare } from "@devigner-ui/icons-vue";
</script>
<template>
<IconNoteSquare class="size-6" />
</template>
<script>
import { IconNoteSquare } from "@devigner-ui/icons-svelte";
</script>
<IconNoteSquare class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M22.67 10V9c0-5-2-7-7-7h-6c-5 0-7 2-7 7v6c0 5 2 7 7 7h2" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><g opacity="1"><path d="M16.18 22a2 2 0 1 0 0-4 2 2 0 0 0 0 4" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M18.18 20v-6.99" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="m19.49 12.07 2.21.74c.53.18.97.78.97 1.35v.59c0 .76-.59 1.19-1.31.95l-2.21-.74a1.5 1.5 0 0 1-.97-1.35v-.59c0-.77.59-1.19 1.31-.95" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></g></svg>