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_no_internet</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-solid-icons.svg#wifi-no-internet" />
</svg>
SVG code
Use when you don't want any dependency.
info_outlined
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" class="mi-solid mi-wifi-no-internet" viewBox="0 0 24 24">
<path d="M6.21 12.19c-.69.49-.74 1.51-.13 2.11.5.5 1.28.53 1.86.12a7.09 7.09 0 0 1 8.06-.04V11.5c0-.11.02-.21.03-.31-3.17-1.41-6.93-1.08-9.82 1m4.38 3.55c-.78.78-.78 2.05 0 2.83s2.05.78 2.83 0 .78-2.05 0-2.83-2.05-.78-2.83 0m11.25-7.55c-5.71-4.67-13.97-4.68-19.69 0-.65.52-.69 1.51-.11 2.1a1.4 1.4 0 0 0 1.89.09c3.92-3.21 9.31-3.72 13.71-1.54.41-.21.87-.34 1.36-.34 1.27 0 2.35.79 2.79 1.91.05-.04.11-.06.16-.1.59-.59.54-1.58-.1-2.11ZM19 10.5c-.55 0-1 .45-1 1v5c0 .55.45 1 1 1s1-.45 1-1v-5c0-.55-.45-1-1-1m0 8.5c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1"/>
</svg>
SVG CSS code
Use for embedding your icons in CSS with no dependency.