← Go back
Share

Speaker


Usage:

React Code:

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

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

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="M9 14a3 3 0 1 0 6 0 3 3 0 0 0-6 0m2.5-7h1"/><path d="M12 3c3.418 0 5.127 0 6.188 1.318C19.25 5.636 19.25 7.758 19.25 12c0 4.243 0 6.364-1.062 7.682C17.127 21 15.418 21 12 21c-3.418 0-5.127 0-6.188-1.318C4.75 18.364 4.75 16.242 4.75 12c0-4.243 0-6.364 1.062-7.682C6.873 3 8.582 3 12 3"/></svg>

SVG CDN:

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