Icon font
Use in web applications, on buttons, and anywhere you need more than a few icons.
<i class="modus-icons" aria-hidden="true">stamp</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#stamp" />
</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-stamp" viewBox="0 0 24 24">
<path d="M13.568 6.932c.11-.219.182-.474.182-.765 0-.948-.802-1.75-1.75-1.75a1.75 1.75 0 0 0-1.75 1.75c0 .291.037.547.146.765l.036.037c.256.51.693 1.422.693 2.479a4.287 4.287 0 0 1-4.302 4.302h-.656a1.75 1.75 0 0 0-1.75 1.75v.292c0 .182.11.291.291.291h14.584c.146 0 .291-.11.291-.291V15.5c0-.948-.802-1.75-1.75-1.75h-.656a4.264 4.264 0 0 1-4.302-4.302c0-1.057.438-1.969.693-2.48zm1.568.766c-.256.547-.51 1.13-.51 1.75A2.536 2.536 0 0 0 17.176 12h.656a3.5 3.5 0 0 1 3.5 3.5v.292c0 1.13-.947 2.041-2.041 2.041H4.708a2.04 2.04 0 0 1-2.041-2.041V15.5a3.5 3.5 0 0 1 3.5-3.5h.656a2.56 2.56 0 0 0 2.552-2.552c0-.62-.292-1.203-.547-1.75A3.6 3.6 0 0 1 8.5 6.167a3.5 3.5 0 0 1 7 0c0 .547-.146 1.057-.364 1.53M3.832 20.167c0-.62.51-1.167 1.167-1.167h14c.62 0 1.167.547 1.167 1.167 0 .656-.547 1.166-1.167 1.166H5c-.656 0-1.167-.51-1.167-1.166"/>
</svg>
SVG CSS code
Use for embedding your icons in CSS with no dependency.