Icon font
Use in web applications, on buttons, and anywhere you need more than a few icons.
<i class="modus-icons" aria-hidden="true">reroute</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#reroute" />
</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-reroute" viewBox="0 0 24 24">
<path d="M15.245 8.244a3.82 3.82 0 0 0-2.735.713 5.2 5.2 0 0 0-1.193 1.631c-.706 1.361-1.201 2.823-1.894 4.19a7.97 7.97 0 0 1-2.955 3.44 6.1 6.1 0 0 1-2.28.734A15 15 0 0 1 2 18.977V15.91a9 9 0 0 1 1.198.028 3.5 3.5 0 0 0 1.42-.216 4.1 4.1 0 0 0 1.85-1.917c.81-1.45 1.331-3.041 2.087-4.519a7.56 7.56 0 0 1 3.32-3.586 7.3 7.3 0 0 1 2.982-.566c.187-.002 2.532.053 2.532.032v-2.79L22 6.634l-4.611 4.245V8.233q-1.072.017-2.144.011m-4.577 8.301a5.74 5.74 0 0 1-2.383 2.314.8.8 0 0 0 .443.086l3.146-.001.011-2.882c0-.204-.094-.186-.267-.187l-.4-.003c-.134 0-.221-.02-.28.115-.084.19-.17.377-.27.558m2.81 2.388h2.344v-3.066h-2.344Zm3.91 2.69L22 17.443l-4.611-4.177Z"/>
</svg>
SVG CSS code
Use for embedding your icons in CSS with no dependency.