Icon font
Use in web applications, on buttons, and anywhere you need more than a few icons.
<i class="modus-icons" aria-hidden="true">unit_selector</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#unit-selector" />
</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-unit-selector" viewBox="0 0 24 24">
<path d="M6.621 3.707a1 1 0 1 0-1.414-1.414l-3 3a1 1 0 0 0 0 1.414l3 3a1 1 0 0 0 1.414-1.414L5.328 7h13.344l-1.293 1.293a1 1 0 0 0 1.414 1.414l3-3a1 1 0 0 0 0-1.414l-3-3a1 1 0 1 0-1.414 1.414L18.672 5H5.328z"/>
<path fill-rule="evenodd" d="M22 13.827v5.996a2.004 2.004 0 0 1-2.001 2.002H4a2.004 2.004 0 0 1-2-2.001v-5.997c0-1.103.898-2 2.001-2H20c1.103 0 2.001.897 2.001 2ZM5.502 12.83v3.67c0 .283.219.502.502.502s.502-.22.502-.502v-3.67zm4.002 0v3.67c0 .283.22.502.502.502s.502-.22.502-.502v-3.67zm4.002 0v3.67c0 .283.22.502.502.502s.502-.22.502-.502v-3.67zm4.002 0v3.67c0 .283.22.502.502.502s.502-.22.502-.502v-3.67z"/>
</svg>
SVG CSS code
Use for embedding your icons in CSS with no dependency.