← Go back
Share

Wifi Check


Usage:

React Code:

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

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

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="M2 9.483A14.498 14.498 0 0 1 12 5.5m3 .822 1.379 1.576a.299.299 0 0 0 .466-.022L19.645 4M19 12.9c-3.866-3.867-10.134-3.867-14 0m11 3.257a5.657 5.657 0 0 0-8 0m4 3.093v-.5"/></svg>

SVG CDN:

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