Skip to main content
Go back
Share

Music

React Code

npm install @mynaui/icons-react
import { Music } from "@mynaui/icons-react";

const App = () => {
  return <Music />;
};

SVG HTML

<svg width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" viewBox="0 0 24 24" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg">
  <path d='M8.625 17.65c0 1.574-1.26 2.85-2.812 2.85C4.259 20.5 3 19.224 3 17.65c0-1.573 1.26-2.849 2.813-2.849 1.553 0 2.812 1.276 2.812 2.85m0 0V5.462c0-.52.394-.954.909-1.001l10.375-.956A1.002 1.002 0 0 1 21 4.506V16.51m0 0c0 1.573-1.26 2.85-2.812 2.85-1.554 0-2.813-1.277-2.813-2.85 0-1.574 1.26-2.85 2.813-2.85 1.553 0 2.812 1.276 2.812 2.85'/>
</svg>

SVG CDN

<img src="https://unpkg.com/@mynaui/icons/icons/music.svg" />

SVG Sprite

npm install @mynaui/icons
<svg width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" viewBox="0 0 24 24" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg">
  <use xlink:href="/path/to/mynaui.symbol.svg#mynaui-music"></use>
</svg>