Microphone
Usage:
React Code:
npm install @mynaui/icons-react
import { Microphone } from "@mynaui/icons-react";
const App = () => {
return <Microphone />;
};
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="M16 6.429C16 4.535 14.21 3 12 3S8 4.535 8 6.429v5.142C8 13.465 9.79 15 12 15s4-1.535 4-3.429V6.43Z"/><path d="M5 11a7 7 0 1 0 14 0m-7 7v3m-4 0h8"/></svg>
SVG CDN:
<img src="https://unpkg.com/@mynaui/icons/icons/microphone.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"></use></svg
>