Icon font
Use in web applications, on buttons, and anywhere you need more than a few icons.
<i class="modus-icons" aria-hidden="true">time_slot_reserved</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#time-slot-reserved" />
</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-time-slot-reserved" viewBox="0 0 24 24">
<path d="M18.39 19.09c-.19 0-.38-.07-.53-.22a.745.745 0 0 1 0-1.06 8.2 8.2 0 0 0 2.4-5.81c0-4.55-3.7-8.25-8.25-8.25-.41 0-.75-.34-.75-.75s.34-.75.75-.75c5.38 0 9.75 4.37 9.75 9.75 0 2.59-1.01 5.03-2.83 6.87-.15.15-.34.22-.53.22Zm.36-7.09c0-3.72-3.03-6.75-6.75-6.75S5.25 8.28 5.25 12s3.03 6.75 6.75 6.75 6.75-3.03 6.75-6.75m-1.5 0a5.25 5.25 0 1 1-10.5 0 5.25 5.25 0 1 1 10.5 0m-2.72 2.53c.29-.29.29-.77 0-1.06l-1.78-1.78V8c0-.41-.34-.75-.75-.75s-.75.34-.75.75v4.31l2.22 2.22c.15.15.34.22.53.22s.38-.07.53-.22"/>
</svg>
SVG CSS code
Use for embedding your icons in CSS with no dependency.