Icon font
Use in web applications, on buttons, and anywhere you need more than a few icons.
<i class="modus-icons" aria-hidden="true">rows_show_less</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#rows-show-less" />
</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-rows-show-less" viewBox="0 0 24 24">
<path d="M6.5 11.5c0 .28.22.5.5.5h5.35c.49-.41 1.05-.75 1.65-1H7c-.28 0-.5.22-.5.5m10-2c0-.28-.22-.5-.5-.5H7c-.28 0-.5.22-.5.5s.22.5.5.5h9c.28 0 .5-.22.5-.5m-8 4.5h-4V4h14v5c0 .55.45 1 1 1s1-.45 1-1V3c0-.55-.45-1-1-1h-16c-.55 0-1 .45-1 1v12c0 .55.45 1 1 1h5c.55 0 1-.45 1-1s-.45-1-1-1M16 5H7c-.28 0-.5.22-.5.5s.22.5.5.5h9c.28 0 .5-.22.5-.5S16.28 5 16 5m.5 7c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5m2.5 5.75h-5c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h5c.41 0 .75.34.75.75s-.34.75-.75.75M16 7H7c-.28 0-.5.22-.5.5s.22.5.5.5h9c.28 0 .5-.22.5-.5S16.28 7 16 7"/>
</svg>
SVG CSS code
Use for embedding your icons in CSS with no dependency.