Skip to main content

Group Items


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_items</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#group-items" />
</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-group-items" viewBox="0 0 24 24">
  <path d="M14 9.5c0-.83-.67-1.5-1.5-1.5h-4C7.67 8 7 8.67 7 9.5S7.67 11 8.5 11h4c.83 0 1.5-.67 1.5-1.5m1.5 3.5h-4c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5h4c.83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5M22 5V3c0-.55-.45-1-1-1h-2c-.55 0-1 .45-1 1H6c0-.55-.45-1-1-1H3c-.55 0-1 .45-1 1v2c0 .55.45 1 1 1v12c-.55 0-1 .45-1 1v2c0 .55.45 1 1 1h2c.55 0 1-.45 1-1h12c0 .55.45 1 1 1h2c.55 0 1-.45 1-1v-2c0-.55-.45-1-1-1V6c.55 0 1-.45 1-1m-3 13c-.55 0-1 .45-1 1H6c0-.55-.45-1-1-1V6c.55 0 1-.45 1-1h12c0 .55.45 1 1 1z"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.