Icon font
Use in web applications, on buttons, and anywhere you need more than a few icons.
<i class="modus-icons" aria-hidden="true">alarm_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-solid-icons.svg#alarm-off" />
</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-alarm-off" viewBox="0 0 24 24">
<path d="M11.94 6.74c3.31 0 6 2.69 6 6 0 .54-.09 1.05-.22 1.54l1.58 1.58c.41-.96.64-2.01.64-3.12 0-4.42-3.58-8-8-8-1.11 0-2.16.23-3.12.64l1.58 1.58c.49-.13 1.01-.22 1.54-.22M4.86 4.25v-.01l-.2-.2a.996.996 0 1 0-1.41 1.41l.26.26-.66.66a.996.996 0 1 0 1.41 1.41l.66-.66.71.71a7.96 7.96 0 0 0-1.69 4.9c0 4.42 3.58 8 8 8 1.85 0 3.55-.63 4.9-1.69l2.39 2.39c.2.2.45.29.71.29s.51-.1.71-.29a.984.984 0 0 0 0-1.4zm7.08 14.49c-3.31 0-6-2.69-6-6 0-1.29.42-2.49 1.11-3.47l8.36 8.36c-.98.7-2.18 1.11-3.47 1.11m9.22-12.37-2.83-2.83a.996.996 0 1 0-1.41 1.41l2.83 2.83a.996.996 0 1 0 1.41-1.41"/>
</svg>
SVG CSS code
Use for embedding your icons in CSS with no dependency.