Volume High
Usage:
React Code:
npm install @mynaui/icons-react
import { VolumeHigh } from "@mynaui/icons-react";
const App = () => {
return <VolumeHigh />;
};
SVG HTML:
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" stroke="currentColor"><path d="M13 3v18c-3.5 0-6.1-4.58-6.1-4.58s-3.9.586-3.9-1V8.505c0-1.586 3.9-1 3.9-1S9.5 3 13 3Zm5.1 16c3.866-3.866 3.866-10.134 0-14"/><path d="M16 16a5.657 5.657 0 0 0 0-8"/></svg>
SVG CDN:
<img src="https://unpkg.com/@mynaui/icons/icons/volume-high.svg" />
SVG Sprite:
npm install @mynaui/icons
<svg
width="24"
height="24"
fill="none"
viewBox="0 0 24 24"
stroke-width="1.5"
stroke-linecap="round"
stroke-linejoin="round"
stroke="currentColor"
>
<use xlink:href="/path/to/mynaui.symbol.svg#mynaui-volume-high"></use></svg
>