Icon font
Use in web applications, on buttons, and anywhere you need more than a few icons.
<i class="modus-icons" aria-hidden="true">row_cut</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#row-cut" />
</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-row-cut" viewBox="0 0 24 24">
<path d="M21.5 18H7c-.28 0-.5-.22-.5-.5V11c0-.28.22-.5.5-.5h14.5c.28 0 .5.22.5.5v6.5c0 .28-.22.5-.5.5M8 12v4.5h12.5V12zM7 7.5h2V6H7zM13 6h-2v1.5h2zm4 0h-2v1.5h1v.75c0 .41.34.75.75.75s.75-.34.75-.75V6.5c0-.28-.22-.5-.5-.5M3.5 9V7.5H5V6H2.5c-.28 0-.5.22-.5.5V9zm.75 3H3.5v-1H2v2c0 .28.22.5.5.5h1.75c.41 0 .75-.34.75-.75S4.66 12 4.25 12"/>
</svg>
SVG CSS code
Use for embedding your icons in CSS with no dependency.