Icon font
Use in web applications, on buttons, and anywhere you need more than a few icons.
<i class="modus-icons" aria-hidden="true">vehicle_groups</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="/transportation-icons.svg#vehicle-groups" />
</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-vehicle-groups" viewBox="0 0 24 24">
<path d="m19.2 11.7-.8-2.5h-1.9v2.5ZM9.1 16.5A1.5 1.5 0 1 1 7.6 15a1.54 1.54 0 0 1 1.5 1.5m-.7 0a.8.8 0 1 0-.8.8.79.79 0 0 0 .8-.8m11.4 0a1.5 1.5 0 1 1-1.5-1.5 1.54 1.54 0 0 1 1.5 1.5m-.7 0a.8.8 0 1 0-.8.8.79.79 0 0 0 .8-.8M14 6H2v8h12ZM5.156 16H2v-1h3.642a2.5 2.5 0 0 0-.486 1M22 12.5V16h-1.256a2.493 2.493 0 0 0-4.888 0h-5.812a2.5 2.5 0 0 0-.486-1H15V8h4l1.1 3.6Z"/>
</svg>
SVG CSS code
Use for embedding your icons in CSS with no dependency.