Skip to main content

Wifi

  • Tags:

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</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="/connect-icons.svg#wifi" />
</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-connect mi-wifi" viewBox="0 0 24 24">
  <path d="M9 16.553a4.237 4.237 0 0 1 6 0l-3 3zm-4-4c3.87-3.86 10.14-3.86 14 0l-2 2a7.074 7.074 0 0 0-10 0zm-4-4c6.08-6.07 15.93-6.07 22 0l-2 2c-4.97-4.97-13.03-4.97-18 0z"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.