Music 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 { IconMusicSquare } from "@devigner-ui/icons";
<IconMusicSquare className="size-6" />
<script setup>
import { IconMusicSquare } from "@devigner-ui/icons-vue";
</script>
<template>
<IconMusicSquare class="size-6" />
</template>
<script>
import { IconMusicSquare } from "@devigner-ui/icons-svelte";
</script>
<IconMusicSquare 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 15V9c0-5-2-7-7-7h-6c-5 0-7 2-7 7v6c0 5 2 7 7 7h6c5 0 7-2 7-7" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><g opacity="1"><path d="M9.09 17.11a1.57 1.57 0 1 0 0-3.14 1.57 1.57 0 0 0 0 3.14" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M16.42 14.49V8.35c0-1.31-.82-1.49-1.65-1.26l-3.14.86c-.57.16-.96.61-.96 1.26v6.34" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M14.85 16.06a1.57 1.57 0 1 0 0-3.14 1.57 1.57 0 0 0 0 3.14" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="m10.66 11.04 5.76-1.57" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></g></svg>