Icon font
Use in web applications, on buttons, and anywhere you need more than a few icons.
<i class="modus-icons" aria-hidden="true">forklift</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#forklift" />
</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-forklift" viewBox="0 0 24 24">
<path d="M11.236 12.91V4.124a1 1 0 0 0-1-1H5a1 1 0 0 0-1 1v11.639A3 3 0 1 0 8.83 19h2.22a2.51 2.51 0 0 1 2.45-2 2.5 2.5 0 0 1 1 .208v-1.966a1 1 0 0 0-.5-.867 1 1 0 0 0-.5-.133h-1.187a8.6 8.6 0 0 0-1.077-1.333Zm-3.497-2.076A15 15 0 0 0 6 10.49a19 19 0 0 0-.503-.062L5.501 4.5H9.74v7.2a9 9 0 0 0-.584-.34c-.387-.207-.878-.382-1.416-.526ZM6 12.512c.944.149 1.773.377 2.215.612q.23.123.448.262l.627.4.523.53q.463.468.828 1.023l.301.458A4.5 4.5 0 0 0 9.758 17h-.403A3.5 3.5 0 0 0 6 14.5zM6 16.5a1.5 1.5 0 1 1 .001 3 1.5 1.5 0 0 1-.001-3M16 20h5v-1.624h-3.378V6.696a.811.811 0 1 0-1.622 0zm-3.272.786a1.5 1.5 0 0 0 1.272.129 1.5 1.5 0 0 0 1-1.415 1.496 1.496 0 0 0-1.5-1.5 1.5 1.5 0 0 0-.772 2.786"/>
</svg>
SVG CSS code
Use for embedding your icons in CSS with no dependency.