Skip to main content

User Group

  • Tags:

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">user_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="/connect-icons.svg#user-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-connect mi-user-group" viewBox="0 0 24 24">
  <path d="M8 13c2.33 0 7 1.17 7 3.5V19H1v-2.5C1 14.17 5.67 13 8 13m8 0c2.33 0 7 1.17 7 3.5V19h-6v-2.5c0-1.48-.81-2.61-1.97-3.45.35-.03.68-.05.97-.05M8 5c1.66 0 2.99 1.34 2.99 3S9.66 11 8 11 5 9.66 5 8s1.34-3 3-3m8 0c1.66 0 2.99 1.34 2.99 3s-1.33 3-2.99 3-3-1.34-3-3 1.34-3 3-3"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.