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-solid-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-solid mi-stamp" viewBox="0 0 24 24">
<path d="M14.042 10.031A1.96 1.96 0 0 0 16.01 12h1.24c2.223 0 4.082 1.86 4.082 4.083 0 .766-.51 1.422-1.166 1.677v1.823a1.75 1.75 0 0 1-1.75 1.75H5.583c-.984 0-1.75-.765-1.75-1.75V17.76a1.78 1.78 0 0 1-1.166-1.677C2.667 13.86 4.49 12 6.75 12h1.203c1.094 0 2.005-.875 2.005-1.969 0-.62-.364-1.203-.729-1.713-.474-.584-.729-1.313-.729-2.151a3.5 3.5 0 0 1 7 0c0 .838-.292 1.567-.765 2.15-.365.511-.693 1.094-.693 1.714m3.791 7.802H6.167V19h11.666z"/>
</svg>
SVG CSS code
Use for embedding your icons in CSS with no dependency.