Icon font
Use in web applications, on buttons, and anywhere you need more than a few icons.
<i class="modus-icons" aria-hidden="true">route_optimize</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#route-optimize" />
</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-route-optimize" viewBox="0 0 24 24">
<path d="M22 4c0-1.1-.89-2-1.99-2.01-1.1 0-2 .89-2.01 1.99 0 .72.38 1.38 1 1.74V11h-5.28a1.99 1.99 0 0 0-2.71-.74c-.31.18-.56.43-.74.74H3.99c-.55 0-1 .45-1 1v6.28a1.997 1.997 0 1 0 2 0V13h5.28c.54.95 1.76 1.28 2.71.74.31-.18.56-.43.74-.74H20c.55 0 1-.45 1-1V5.72c.62-.35 1-1.01 1-1.72"/>
</svg>
SVG CSS code
Use for embedding your icons in CSS with no dependency.