Skip to main content

3d 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">3d_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#3d-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-3d-group" viewBox="0 0 24 24">
  <path d="M17.886 4.343V10.4L23 12.43v8.142l-5.886 2.343L12 20.886l-5.114 2L1 20.543v-8.114l5.114-2V4.343L12 2zM2.028 19.457l4.03 1.743V16l-4.03-1.743zm5.115-3.485V21.2l4.314-1.857v-5.229zm5.4 3.37 4.314 1.858V16l-4.314-1.886zm5.4-3.37v5.2l4.029-1.743v-5.2zM2.856 13.2l-.286.115 4.03 1.743 4.057-1.743-3.886-1.658zm10.514.115 4.03 1.743 4-1.743-.258-.115-3.886-1.543zm-.828-6v5.2L16.6 10.77v-5.2zM7.4 10.77l4.057 1.714V7.286L7.4 5.543zm.743-6.057L12 6.37l3.857-1.685L12 3.172z"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.