Skip to main content

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">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#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-group" viewBox="0 0 24 24">
  <path d="M12.024 13.585c.44 0 .793.354.793.793v2.759c0 .437.356.793.793.793h1.258l-.232-.233a.793.793 0 0 1 1.12-1.122l1.587 1.586q.11.11.172.26a.8.8 0 0 1-.172.863l-1.586 1.585a.792.792 0 1 1-1.121-1.121l.232-.232H13.61a2.38 2.38 0 0 1-2.379-2.38v-2.758c0-.439.355-.793.793-.793m9.897 5.758h-2.48v-2h2.48zM3.793 6.241c.438 0 .793.354.793.793v2.76c0 .436.356.792.793.792h1.258l-.232-.232a.792.792 0 1 1 1.121-1.121l1.585 1.585q.112.11.173.258a.79.79 0 0 1-.173.865l-1.585 1.586a.792.792 0 1 1-1.12-1.122l.23-.233H5.38A2.38 2.38 0 0 1 3 9.793V7.034c0-.439.355-.793.793-.793m18.129 5.931H11.163v-2h10.759zm0-7.173H3V3h18.922z"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.