Icon font
Use in web applications, on buttons, and anywhere you need more than a few icons.
<i class="modus-icons" aria-hidden="true">clock_delay_warning</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#clock-delay-warning" />
</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-outline mi-clock-delay-warning" viewBox="0 0 24 24">
<path d="M2 12C2 6.5 6.5 2 12 2s10 4.5 10 10q0 .162-.005.323a3.005 3.005 0 0 0-2.374-2.758C18.588 6.34 15.56 4 12 4c-4.41 0-8 3.59-8 8s3.59 8 8 8a7.95 7.95 0 0 0 4.276-1.242q.122.261.288.492a3 3 0 0 0-.56 1.908A9.9 9.9 0 0 1 12 22C6.5 22 2 17.5 2 12"/>
<path d="M18 17.5a1 1 0 1 0 2 0v-5a1.004 1.004 0 0 0-1-1c-.55 0-1 .45-1 1zm.23 2.865a1 1 0 0 1 1.564.029A1 1 0 0 1 20 21c0 .55-.45 1-1 1s-1-.45-1-1a1 1 0 0 1 .23-.635M9.2 16.5c-.4.4-1.1.4-1.5 0-.5-.5-.5-1.1 0-1.6l3.3-3.3V6.9c0-.6.5-1.1 1.1-1.1s1.1.5 1.1 1.1v5c0 .4-.1.7-.4 1z"/>
</svg>
SVG CSS code
Use for embedding your icons in CSS with no dependency.