Icon font
Use in web applications, on buttons, and anywhere you need more than a few icons.
<i class="modus-icons" aria-hidden="true">in_cab_device</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#in-cab-device" />
</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-solid mi-in-cab-device" viewBox="0 0 24 24">
<path d="M20.23 6.13H3.77c-.98 0-1.76.77-1.77 1.71v8.32c0 .94.79 1.71 1.77 1.71h16.46c.98 0 1.76-.77 1.77-1.71V7.84c0-.94-.79-1.71-1.77-1.71M3.77 12.74c-.47 0-.86-.39-.86-.86s.39-.86.86-.86.86.39.86.86-.39.86-.86.86m14.71 3.43H5.52V7.85h12.94v8.32h.01Zm1.76-3.43c-.48 0-.88-.39-.88-.86s.4-.86.88-.86.88.39.88.86-.39.86-.88.86"/>
</svg>
SVG CSS code
Use for embedding your icons in CSS with no dependency.