Skip to main content

Layer


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">layer</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#layer" />
</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-layer" viewBox="0 0 24 24">
  <path d="M20.46 11.14c.65.39.65 1.33 0 1.72l-7.43 4.43c-.63.38-1.42.38-2.05 0l-7.43-4.43c-.65-.39-.65-1.33 0-1.72.28-.17.62-.17.9 0l6.53 3.89c.63.38 1.42.38 2.05 0l6.53-3.89c.28-.17.62-.17.9 0m-7.43 7.89c-.63.38-1.42.38-2.05 0l-6.53-3.89a.86.86 0 0 0-.9 0c-.65.39-.65 1.33 0 1.72l7.43 4.43c.63.38 1.42.38 2.05 0l7.43-4.43c.65-.39.65-1.33 0-1.72a.86.86 0 0 0-.9 0zm7.43-11.94-7.43-4.43c-.63-.38-1.42-.38-2.05 0L3.54 7.09c-.33.2-.49.54-.49.88s.15.68.49.88l7.43 4.43c.63.38 1.42.38 2.05 0l7.43-4.43c.33-.2.49-.54.49-.88s-.15-.68-.49-.88Zm-9.48 3.94L5.85 7.97l5.13-3.06c.63-.38 1.42-.38 2.05 0l5.13 3.06-5.13 3.06c-.63.38-1.42.38-2.05 0"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.