Icon font
Use in web applications, on buttons, and anywhere you need more than a few icons.
<i class="modus-icons" aria-hidden="true">delivery_truck_motion</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#delivery-truck-motion" />
</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-delivery-truck-motion" viewBox="0 0 24 24">
<path d="M21.12 10.5h-.09L19.29 7h1.72l-.72-1.45A1 1 0 0 0 19.4 5H3c-.55 0-1 .45-1 1.01V7h11.96v6.5H8.72c-.44-.49-1.04-.83-1.72-.95v1.54c.58.21 1 .76 1 1.41 0 .83-.67 1.5-1.5 1.5S5 16.33 5 15.5c0-.39.15-.73.39-1H2v1h1.5c0 1.66 1.34 3 3 3s3-1.34 3-3h4.52c0 1.66 1.34 3 3 3s3-1.34 3-3H22v-4.03c0-.51-.39-.91-.88-.97m-4.1 6.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5m-1.06-6.5V7h1.65l1.74 3.5zM1 9h5V8H1c-.28 0-.5.22-.5.5s.22.5.5.5m1.97 1c-.28 0-.5.22-.5.5s.22.5.5.5h5v-1zm2.51 3.5h.51v-1H1c-.28 0-.5.22-.5.5s.22.5.5.5h4.49Z"/>
</svg>
SVG CSS code
Use for embedding your icons in CSS with no dependency.