Icon font
Use in web applications, on buttons, and anywhere you need more than a few icons.
<i class="modus-icons" aria-hidden="true">object_outline</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#object-outline" />
</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-object-outline" viewBox="0 0 24 24">
<path d="m16.63 8.17-1.21-2.1H13v-2h3.58l1.79 3.1-1.73 1Zm-8.06-2.1h2.42v-2H7.41l-1.79 3.1 1.73 1 1.21-2.1ZM6.36 14.1 5.15 12l1.21-2.1-1.73-1L2.84 12l1.79 3.1zm4.63 3.83H8.57l-1.21-2.1-1.73 1 1.79 3.1H11v-2Zm7.37-1.1-1.73-1-1.21 2.1H13v2h3.58l1.79-3.1ZM21.15 12l-1.79-3.1-1.73 1 1.21 2.1-1.21 2.1 1.73 1z"/>
</svg>
SVG CSS code
Use for embedding your icons in CSS with no dependency.