Icon font
Use in web applications, on buttons, and anywhere you need more than a few icons.
<i class="modus-icons" aria-hidden="true">manage_people</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#manage-people" />
</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-manage-people" viewBox="0 0 24 24">
<path d="M8.19 9.25c1.62 0 2.93-1.32 2.93-2.93S9.8 3.39 8.19 3.39 5.26 4.71 5.26 6.32s1.32 2.93 2.93 2.93m7.64-.01c1.62 0 2.93-1.32 2.93-2.93s-1.32-2.93-2.93-2.93S12.9 4.7 12.9 6.31s1.32 2.93 2.93 2.93m4.95 2c-.95-.44-2.71-1.08-4.96-1.07-.83 0-1.59.09-2.27.22.51.24.92.67 1.09 1.23.15-.04.31-.05.47-.05.73 0 1.41.4 1.77 1.03l.67 1.16c.25.43.31.9.24 1.35h2.67c.55 0 1.03-.36 1.19-.89.17-.56.34-1.25.34-1.58 0-.62-.27-.96-1.22-1.4Zm-11.42.38c.18-.56.58-.98 1.08-1.22-.68-.13-1.43-.22-2.26-.22-2.24 0-4 .63-4.96 1.07S2 12.03 2 12.65c0 .33.18 1.01.34 1.58.15.53.64.89 1.19.89H6.2c-.07-.45 0-.92.23-1.35l.69-1.19c.35-.62 1.03-1.02 1.77-1.02.16 0 .32.02.47.06m6.82 2.93-.34-.59-.34-.59c-.11-.2-.35-.28-.56-.2l-.9.36c-.23-.18-.48-.33-.76-.44l-.14-.95a.47.47 0 0 0-.46-.39h-1.36c-.23 0-.42.16-.46.39l-.14.93c-.28.11-.54.26-.77.45l-.88-.35c-.21-.08-.45 0-.56.2l-.34.59-.34.59c-.11.2-.07.45.11.59l.74.59c-.02.14-.03.3-.03.45s.02.31.03.46l-.74.59c-.18.14-.22.39-.11.59l.34.59.34.59c.11.2.36.28.56.2l.9-.35c.23.18.48.32.76.43l.14.95c.03.22.23.39.46.39h1.36c.23 0 .42-.16.46-.39l.14-.97c.26-.11.52-.26.74-.43l.92.36c.21.09.45 0 .56-.2l.34-.59.34-.59c.11-.2.07-.45-.11-.59l-.76-.61c.02-.14.03-.29.03-.43s0-.29-.03-.43l.76-.61c.18-.14.22-.39.11-.59Zm-2.62 1.96c-.13.64-.62 1.13-1.26 1.26-.87.17-1.71-.39-1.89-1.26a1.603 1.603 0 0 1 1.26-1.88c.87-.17 1.71.39 1.89 1.26.04.21.04.42 0 .62"/>
</svg>
SVG CSS code
Use for embedding your icons in CSS with no dependency.