Skip to main content

People Group


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">people_group</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#people-group" />
</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-solid mi-people-group" viewBox="0 0 24 24">
  <path d="M5.01 13.63a2.5 2.5 0 0 0 0-5 2.5 2.5 0 0 0 0 5m7-2a3.495 3.495 0 1 0-3.49-3.5c0 1.93 1.56 3.5 3.49 3.5m-8.37 2.84c-.22.03-.45.07-.67.12-.72.19-1.43.43-2.11.74-.32.15-.6.38-.8.67-.21.29.21 2.61.21 2.61h3.58c-.47-2.7-.4-3.66-.21-4.14m17.86-3.34a2.5 2.5 0 0 0-5 0 2.5 2.5 0 0 0 5 0m2.44 4.88c-.2-.29-.48-.52-.8-.67-.68-.31-1.39-.56-2.11-.74-.22-.05-.45-.09-.67-.12.19.48.26 1.44-.21 4.14h3.59s.42-2.31.21-2.61Zm-5.32 3.36v-.61zm-.82-5.34c-.95-.43-1.94-.78-2.96-1.04-.93-.23-1.88-.34-2.84-.35-.96 0-1.91.12-2.84.35-1.01.26-2 .61-2.96 1.04-.45.21-.84.54-1.12.94-.29.41.3 3.66.3 3.66h13.24s.59-3.24.3-3.65-.67-.73-1.12-.94Z"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.