Icon font
Use in web applications, on buttons, and anywhere you need more than a few icons.
<i class="modus-icons" aria-hidden="true">manage_route_modifiers</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#manage-route-modifiers" />
</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-manage-route-modifiers" viewBox="0 0 24 24">
<path d="M11.52 8.71c.63-.21 1.19-.39 1.7-.56l.4 1.32c.13.43.53.71.96.71a.99.99 0 0 0 .95-1.29l-.42-1.37c1.88-.64 2.49-.89 2.73-1.07.44-.33.56-.98.23-1.42s-.93-.55-1.37-.22c-.22.12-1.1.43-2.18.8l-.56-1.83a.997.997 0 0 0-1.25-.66.99.99 0 0 0-.66 1.25l.58 1.88c-.62.21-1.23.4-1.74.57-1.25.41-2.38.78-3 1-.38.13-.76.29-1.14.46a95 95 0 0 1-.76-2.74c-.14-.53-.69-.85-1.22-.71s-.85.69-.71 1.22c.09.36.42 1.56.87 3.13-1.36.74-2.38 1.43-2.45 1.48a.999.999 0 0 0 .56 1.83c.19 0 .39-.06.56-.17.01 0 .82-.55 1.91-1.17.42 1.39.91 2.89 1.41 4.3-.46 0-1.05 0-1.57-.02-.55-.02-1.01.42-1.03.97s.42 1.01.97 1.03c.24 0 .77.02 1.31.02.39 0 .78 0 1.07-.03.52 1.28 1.04 2.36 1.51 3 .2.26.5.4.8.4.21 0 .42-.06.6-.2.44-.33.53-.96.21-1.4-.33-.44-.71-1.21-1.1-2.17.19-.03.37-.05.51-.06.55-.02.98-.49.96-1.04s-.52-.98-1.04-.96c-.34.02-.75.08-1.16.16-.56-1.55-1.12-3.29-1.62-4.93.41-.19.83-.36 1.23-.5.62-.22 1.73-.58 2.96-.99Zm9.37 7.58c.02-.17.04-.34.04-.51s-.01-.34-.04-.51l.9-.72a.54.54 0 0 0 .13-.69l-.4-.69-.4-.69a.53.53 0 0 0-.66-.23l-1.06.42c-.27-.21-.57-.39-.89-.52l-.17-1.12a.55.55 0 0 0-.54-.46h-1.6c-.27 0-.49.19-.54.46l-.17 1.1c-.33.13-.63.31-.91.53l-1.04-.41a.53.53 0 0 0-.66.23l-.4.69-.4.69c-.13.23-.08.53.13.69l.87.7c-.02.17-.04.35-.04.53s.02.37.04.54l-.87.7a.54.54 0 0 0-.13.69l.4.69.4.69c.13.23.42.33.66.23l1.06-.41c.27.21.57.38.89.51l.17 1.12c.04.26.27.46.54.46h1.6c.27 0 .49-.19.54-.46l.17-1.14c.31-.13.61-.31.87-.51l1.08.42c.25.1.53 0 .66-.23l.4-.69.4-.69c.13-.23.08-.53-.13-.69zm-2.05-.13a1.88 1.88 0 0 1-1.48 1.48 1.89 1.89 0 0 1-2.22-2.22c.14-.74.74-1.34 1.48-1.48a1.89 1.89 0 0 1 2.22 2.22"/>
</svg>
SVG CSS code
Use for embedding your icons in CSS with no dependency.