Icon font
Use in web applications, on buttons, and anywhere you need more than a few icons.
<i class="modus-icons" aria-hidden="true">ticket_plane</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="/modus-solid-icons.svg#ticket-plane" />
</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-ticket-plane" viewBox="0 0 24 24">
<path d="M15.87 11.45c.17.35.17.76 0 1.1.2-.05.36-.21.41-.41.08-.3-.11-.61-.41-.69M22 10V7c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v3c1.1 0 2 .9 2 2s-.9 2-2 2v3c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-3c-1.1 0-1.99-.9-1.99-2s.89-2 1.99-2m-8.12 2.98-.61 1 .55.34-.22.31-.66-.17-1.03 1.72s-.08.06-.14.07h-.96c-.08-.02-.13-.1-.11-.19L11.74 13c-.97-.12-2.14-.33-3.03-.45l-.96 1.18s-.08.06-.13.06h-.44s-.07 0-.1-.02a.146.146 0 0 1-.05-.2l.74-1.56-.73-1.57s-.03-.07-.02-.11c.02-.08.09-.13.17-.12h.44s.1.02.13.06l.96 1.18c.88-.12 2.06-.31 3.03-.43l-1.03-3.08v-.05c0-.08.08-.15.17-.14h.91c.05 0 .1.03.14.07l.86 1.38.65-.02.18.3-.53.25.8 1.31c2.18 0 3.12.58 3.12.97s-.95.97-3.12.97Z"/>
</svg>
SVG CSS code
Use for embedding your icons in CSS with no dependency.