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_options</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-options" />
</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-options" viewBox="0 0 24 24">
<path d="M14.92 5.97a2.09 2.09 0 0 0 2.14 1.92c1.16-.03 2.07-.99 2.04-2.15a2.09 2.09 0 0 0-2.15-2.04c-.84 0-1.59.51-1.9 1.28-.78-.3-1.45-.83-1.93-1.51a3.17 3.17 0 0 0-2.42-1.48c-1.58 0-3.09.68-4.15 1.86a2 2 0 0 0-.87-.17c-1.13.03-2.02.96-1.99 2.08 0 .61.25 1.18.71 1.58-1.21 2.51.36 3.86 1.31 4.68.14.12.28.24.4.35.59.43.89 1.16.77 1.89a2.77 2.77 0 0 1-1.18 1.41c-.37-.55-.99-.87-1.65-.88-1.11.03-2 .91-2.04 2.02-.04 1.16.86 2.13 2.02 2.17 1.14 0 2.06-.94 2.06-2.08 0-.1-.02-.19-.03-.29.82-.45 1.45-1.2 1.76-2.08.24-1.08-.17-2.19-1.04-2.87-.12-.13-.27-.25-.43-.4-.91-.77-1.92-1.66-1.07-3.46.15.04.31.06.47.07a2.08 2.08 0 0 0 1.59-3.4 4.6 4.6 0 0 1 3.32-1.49c.85.05 1.22.5 1.73 1.12.62.87 1.51 1.52 2.52 1.86Zm5.8 10.61c.02-.19.05-.4.05-.59s-.01-.39-.05-.59l1.04-.83c.24-.2.3-.53.15-.79l-.46-.79-.46-.79c-.15-.26-.48-.38-.76-.26l-1.22.48c-.31-.24-.66-.45-1.02-.6l-.2-1.29a.63.63 0 0 0-.62-.53h-1.84c-.31 0-.56.22-.62.53l-.2 1.27c-.38.15-.72.36-1.05.61l-1.2-.47c-.29-.11-.61 0-.76.26l-.46.79-.46.79c-.15.26-.09.61.15.79l1 .81c-.02.2-.05.4-.05.61s.02.43.05.62l-1 .81c-.24.2-.3.53-.15.79l.46.79.46.79c.15.26.48.38.76.26l1.22-.47c.31.24.66.44 1.02.59l.2 1.29c.05.3.31.53.62.53h1.84c.31 0 .56-.22.62-.53l.2-1.31c.36-.15.7-.36 1-.59l1.24.48c.29.12.61 0 .76-.26l.46-.79.46-.79c.15-.26.09-.61-.15-.79zm-2.36-.15c-.16.85-.85 1.54-1.7 1.7a2.167 2.167 0 0 1-2.55-2.55c.16-.85.85-1.54 1.7-1.7a2.167 2.167 0 0 1 2.55 2.55"/>
</svg>
SVG CSS code
Use for embedding your icons in CSS with no dependency.