Icon font
Use in web applications, on buttons, and anywhere you need more than a few icons.
<i class="modus-icons" aria-hidden="true">tag_disabled</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#tag-disabled" />
</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-tag-disabled" viewBox="0 0 24 24">
<path d="M3.207 2.793a1 1 0 0 0-1.414 1.414l.856.857A1 1 0 0 0 2.001 6l.018 12a1 1 0 0 0 1 .999h13.04a1 1 0 0 0 .43-.097l2.304 2.304a1 1 0 0 0 1.414-1.414l-2.353-2.354.001-.001L5.417 5h-.003zm.995 3.823L4.586 7h.003l10 10H5.016a1 1 0 0 1-1-.998l-.013-9.097a.31.31 0 0 1 .2-.289ZM8.245 5l10.913 10.912 2.508-2.936a1.5 1.5 0 0 0-.001-1.95l-4.866-5.677A1 1 0 0 0 16.04 5zm2 2h4.875a1 1 0 0 1 .76.35l3.403 3.97a1 1 0 0 1-.03 1.336l-1.625 1.727zm9.901 5.327"/>
</svg>
SVG CSS code
Use for embedding your icons in CSS with no dependency.