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-solid-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-solid mi-delivery-truck-motion" viewBox="0 0 24 24">
<path d="M1 8.75h5v-1H1c-.28 0-.5.22-.5.5s.22.5.5.5m1.97 1.5c-.28 0-.5.22-.5.5s.22.5.5.5h5v-1zm19.53.5h-.02l-1.49-3h1.52l-.75-1.87a1 1 0 0 0-.93-.63H4.5c-.55 0-1 .45-1 1v.5H7v2.5h1.97v3H7v2.09c.16-.06.32-.09.5-.09.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5-1.5-.67-1.5-1.5c0-.39.15-.73.39-1H3.5v1h1c0 1.65 1.35 3 3 3s3-1.35 3-3h6c0 1.65 1.35 3 3 3s3-1.35 3-3h1v-4c0-.55-.45-1-1-1m-5-3h1.81l1.49 3h-3.3zm2 9.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-14.02-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.