Icon font
Use in web applications, on buttons, and anywhere you need more than a few icons.
<i class="modus-icons" aria-hidden="true">launch_bold</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-outlined-icons.svg#launch-bold" />
</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-outline mi-launch-bold" viewBox="0 0 24 24">
<path d="M20.55 2h-5.39c-.86 0-1.55.7-1.55 1.55s.7 1.55 1.55 1.55h1.53l-8.78 8.79c-.6.6-.6 1.58 0 2.2.3.3.7.45 1.09.45s.8-.15 1.1-.45l8.78-8.78v1.53c0 .86.7 1.55 1.55 1.55s1.55-.7 1.55-1.55V3.45c0-.8-.65-1.45-1.45-1.45Zm-.1 9.95c-.86 0-1.55.7-1.55 1.55v5.39H5.11V5.11h5.39c.86 0 1.55-.7 1.55-1.55s-.7-1.55-1.55-1.55H3.45c-.8 0-1.45.65-1.45 1.45v17.1c0 .8.65 1.45 1.45 1.45h17.1c.8 0 1.45-.65 1.45-1.45v-7.05c0-.86-.7-1.55-1.55-1.55Z"/>
</svg>
SVG CSS code
Use for embedding your icons in CSS with no dependency.