Icon font
Use in web applications, on buttons, and anywhere you need more than a few icons.
<i class="modus-icons" aria-hidden="true">reservations</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#reservations" />
</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-reservations" viewBox="0 0 24 24">
<path d="M17.81 4.92c.41 0 .76.3.82.7l1.51 9.58a1.67 1.67 0 0 1-1.65 1.93h-2.12l-.12.61c-.16.78-.84 1.34-1.63 1.34H5.5a1.66 1.66 0 0 1-1.63-1.99L6.04 6.26c.16-.78.84-1.34 1.63-1.34h10.15ZM5.5 17.42h9.13L16.8 6.59H7.66L5.49 17.42Zm11.22-1.96h1.78l-.79-4.98-1 4.98Z"/>
</svg>
SVG CSS code
Use for embedding your icons in CSS with no dependency.