Icon font
Use in web applications, on buttons, and anywhere you need more than a few icons.
<i class="modus-icons" aria-hidden="true">icons_shapes</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#icons-shapes" />
</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-icons-shapes" viewBox="0 0 24 24">
<path d="M17.176 11a1 1 0 0 0 .563-.31L21 7.11c1-1 .94-2.659-.175-3.583-.975-.805-2.326-.527-3.22.367L17 4.5l-.605-.605c-.894-.894-2.245-1.172-3.22-.367A2.42 2.42 0 0 0 13 7.112l3.26 3.577a1 1 0 0 0 .916.311M14 13a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1v-6a1 1 0 0 0-1-1zm-6.998-2H10.3a1 1 0 0 0 .875-1.486l-3.3-5.94a1 1 0 0 0-1.75 0l-3.3 5.94A1 1 0 0 0 3.7 11h3.303ZM11 17a4 4 0 1 0-8 0 4 4 0 0 0 8 0m3.448-11.93.023-.016h.002c.001 0 .02-.005.063 0 .096.014.27.08.445.255L17 7.33l2.019-2.02a.85.85 0 0 1 .445-.254.2.2 0 0 1 .064 0h.003l.02.014a.425.425 0 0 1 .035.628l-.033.033L17 8.53l-2.553-2.8-.033-.034a.42.42 0 0 1 .034-.627ZM15 15h4v4h-4zM7 6.118 8.6 9H5.4zM5 17a2 2 0 1 1 4 0 2 2 0 0 1-4 0"/>
</svg>
SVG CSS code
Use for embedding your icons in CSS with no dependency.