Skip to main content
Go back
Share

Volume Slash

React Code

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

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

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='M18.1 19c3.715-3.715 3.86-9.648.436-13.536M16 16a5.657 5.657 0 0 0 0-8M3 21l4.16-4.16M21 3l-2.464 2.464m0 0L13 11m0 0v10c-2.846 0-5.098-3.029-5.84-4.16M13 11l-5.84 5.84M13 7V3C9.5 3 6.9 7.505 6.9 7.505S3 6.92 3 8.505v6.914c0 .39.236.65.59.818'/>
</svg>

SVG CDN

<img src="https://unpkg.com/@mynaui/icons/icons/volume-slash.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-volume-slash"></use>
</svg>