Skip to main content

Wifi Off


Examples

Heading
Smaller heading

Inline text 

Example link text 

Icon font

Use in web applications, on buttons, and anywhere you need more than a few icons.

<i class="modus-icons" aria-hidden="true">wifi_off</i>

SVG sprite

Use for static sites when you only need a few icons.

<svg class="mi" width="1em" height="1em" fill="currentColor">
  <use xlink:href="/modus-outlined-icons.svg#wifi-off" />
</svg>

SVG code

Use when you don't want any dependency.

<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" class="mi-outline mi-wifi-off" viewBox="0 0 24 24">
  <path d="M10.59 15.74c-.78.78-.78 2.05 0 2.83s2.05.78 2.83 0 .78-2.05 0-2.83-2.05-.78-2.83 0m4.99-1.6h.01l-3.81-3.81-2.52-2.52-2.29-2.29-2.73-2.73A.996.996 0 1 0 2.83 4.2l2.16 2.16c-.99.5-1.94 1.1-2.83 1.82-.65.52-.69 1.51-.11 2.1a1.4 1.4 0 0 0 1.89.09c.98-.8 2.05-1.43 3.17-1.89l2.21 2.21c-1.09.31-2.15.8-3.1 1.49-.69.49-.74 1.51-.13 2.11.5.5 1.28.53 1.86.12a7 7 0 0 1 3.84-1.26l7.96 7.96c.2.2.45.29.71.29s.51-.1.71-.29a.996.996 0 0 0 0-1.41l-5.57-5.57Zm2.21-1.96a10 10 0 0 0-2.69-1.35l3.08 3.08c.29-.59.16-1.33-.4-1.73Zm4.05-3.99c-3.62-2.96-8.25-4.04-12.62-3.25l2.59 2.59c2.92-.04 5.85.9 8.23 2.85.57.47 1.38.43 1.9-.08.59-.59.54-1.58-.1-2.11"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.