Icon font
Use in web applications, on buttons, and anywhere you need more than a few icons.
<i class="modus-icons" aria-hidden="true">user_permissions</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#user-permissions" />
</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-user-permissions" viewBox="0 0 24 24">
<path d="M11.49 11.49c2.62 0 4.75-2.13 4.75-4.75s-2.13-4.75-4.75-4.75-4.75 2.13-4.75 4.75 2.13 4.75 4.75 4.75m0-7.5c1.52 0 2.75 1.23 2.75 2.75s-1.23 2.75-2.75 2.75-2.75-1.23-2.75-2.75 1.23-2.75 2.75-2.75m11.18 8.78c-.51-.52-1.35-.52-1.86 0l-5.83 5.87-1.8-1.8a1.313 1.313 0 0 0-1.86 1.85l3.03 3.05c.35.35.91.35 1.26 0l7.06-7.12c.51-.51.51-1.33 0-1.84Zm-13.49 6.2H3.97c-.4-1.42-.46-1.87-.47-2 .1-.08.33-.23.82-.45 1.25-.58 3.85-1.55 7.18-1.55 1.5 0 2.78.17 3.89.43L17 13.78c-1.49-.44-3.35-.8-5.5-.79-3.62 0-6.48 1.02-8.02 1.73S1.5 15.99 1.5 16.99c0 .54.29 1.64.55 2.56.25.85 1.03 1.44 1.92 1.44h6.83l-.88-.89c-.33-.33-.57-.71-.73-1.12Z"/>
</svg>
SVG CSS code
Use for embedding your icons in CSS with no dependency.