Skip to main content
Go back
Share

Wifi Slash

React Code

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

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

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='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" 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-wifi-slash"></use>
</svg>