Wifi Slash
Usage:
React Code:
npm install @mynaui/icons-react
import { WifiSlash } from "@mynaui/icons-react";
const App = () => {
return <WifiSlash />;
};
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="M22 9.483a14.485 14.485 0 0 0-4.5-2.907M19 12.9a9.853 9.853 0 0 0-5-2.697M5 12.9a9.856 9.856 0 0 1 4-2.437m3 8.787v-.5M3 21 21 3M2 9.483A14.498 14.498 0 0 1 12 5.5m4 10.657a5.657 5.657 0 0 0-8 0"/></svg>
SVG CDN:
<img src="https://unpkg.com/@mynaui/icons/icons/wifi-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-wifi-slash"></use></svg
>