Skip to main content

Manage People


Examples

Heading
Smaller heading

Inline text 

Example link text 

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-outlined-icons.svg#manage-people" />
</svg>

SVG code

Use when you don't want any dependency.

<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" class="mi-outline mi-manage-people" viewBox="0 0 24 24">
  <path d="M8.23 9.24c1.63 0 2.96-1.33 2.96-2.96S9.86 3.32 8.23 3.32 5.27 4.65 5.27 6.28 6.6 9.24 8.23 9.24m0-4.13c.65 0 1.18.53 1.18 1.18s-.53 1.18-1.18 1.18-1.18-.53-1.18-1.18.53-1.18 1.18-1.18m7.62 4.13c1.63 0 2.96-1.33 2.96-2.96s-1.33-2.96-2.96-2.96-2.96 1.33-2.96 2.96 1.33 2.96 2.96 2.96m0-4.13c.65 0 1.18.53 1.18 1.18s-.53 1.18-1.18 1.18-1.18-.53-1.18-1.18.53-1.18 1.18-1.18m4.96 6.14h.02c-.96-.44-2.72-1.08-4.99-1.08-.89 0-1.69.1-2.41.25.56.23.99.7 1.15 1.3.17-.05.35-.07.53-.07.38 0 .73.12 1.04.31 1.82.05 3.09.5 3.94.9 0 0 .1.05.15.07-.03.11-.06.26-.11.44h-2.9l.25.43c.25.43.3.9.22 1.35h2.82c.55 0 1.04-.37 1.19-.9.17-.57.34-1.26.34-1.59 0-.62-.27-.97-1.23-1.41Zm-4.63 3.3-.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 .62m-9.72-3.58s.09-.04.14-.07c.69-.32 2.07-.83 3.87-.9.31-.2.67-.31 1.05-.31.18 0 .36.02.53.07.17-.62.61-1.08 1.17-1.31-.71-.14-1.49-.24-2.37-.24-2.25 0-4.03.63-4.99 1.08-.96.44-1.23.79-1.23 1.41 0 .34.18 1.02.34 1.59.16.53.64.9 1.19.9h2.77c-.08-.44-.02-.92.22-1.34l.26-.44H3.97c-.05-.19-.09-.33-.11-.44Z"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.