Icon font
Use in web applications, on buttons, and anywhere you need more than a few icons.
<i class="modus-icons" aria-hidden="true">buildings</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#buildings" />
</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-buildings" viewBox="0 0 24 24">
<path d="M21.5 3h-2V2h-6v1h-2c-.55 0-1 .45-1 1v17h-1V11H4.79c-.55 0-1 .45-1 1v1H2.5c-.55 0-1 .45-1 1v8h14v-3.5h2V22h5V4c0-.55-.45-1-1-1M5 20.5H3v-2h2zm0-3H3v-2h2zm3 3H6v-2h2zm0-3H6v-2h2zm0-3H6v-2h2zm6.5 1h-2v-2h2zm0-3h-2v-2h2zm0-3h-2v-2h2zm0-3h-2v-2h2zm3 9h-2v-2h2zm0-3h-2v-2h2zm0-3h-2v-2h2zm0-3h-2v-2h2zm3 9h-2v-2h2zm0-3h-2v-2h2zm0-3h-2v-2h2zm0-3h-2v-2h2z"/>
</svg>
SVG CSS code
Use for embedding your icons in CSS with no dependency.