Icon font
Use in web applications, on buttons, and anywhere you need more than a few icons.
<i class="modus-icons" aria-hidden="true">text_shrink</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#text-shrink" />
</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-text-shrink" viewBox="0 0 24 24">
<path d="m13.48 20.02-.93-3.06H7.87l-.93 3.06H4l4.54-12.9h3.33l4.55 12.9zm-1.58-5.34c-.86-2.77-1.35-4.34-1.45-4.7s-.19-.65-.23-.86c-.19.75-.75 2.6-1.66 5.56h3.35Zm9.5-10.66h-5.51c-.53 0-.8.65-.43 1.03l2.75 2.75c.23.23.61.23.85 0l2.75-2.75c.38-.38.11-1.03-.42-1.03Z"/>
</svg>
SVG CSS code
Use for embedding your icons in CSS with no dependency.