← Go back
Share

Microphone Slash


Usage:

React Code:

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

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

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="M12 18v3m-4 0h8m-8-9.429V6.43C8 4.535 9.79 3 12 3c1.309 0 2.47.539 3.2 1.371M5 11c0 1.046.23 2.039.641 2.93M19 11a7 7 0 0 1-11.425 5.425M3 21l4.575-4.575M21 3l-5 5m0 0v3.571C16 13.465 14.21 15 12 15a4.444 4.444 0 0 1-2.348-.652M16 8l-6.348 6.348m0 0-2.077 2.077"/></svg>

SVG CDN:

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