Skip to main content

Layout Double

  • 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">layout_double</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#layout-double" />
</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-layout-double" viewBox="0 0 24 24">
  <path fill-rule="evenodd" d="M7.2 6h-5C1.6 6 1 6.5 1 7.2v10c0 .7.6 1.2 1.2 1.2h7.6c.6 0 1.2-.5 1.2-1.2V9.7zm2.8 4.3H6.6V6.9zM14.2 6h5L23 9.7v7.5c0 .7-.6 1.2-1.2 1.2h-7.5c-.7 0-1.2-.6-1.2-1.2v-10c-.1-.7.5-1.2 1.1-1.2m7.8 4.3h-3.4V6.9z"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.