Skip to main content

Layer Line

  • 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">layer_line</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="/transportation-icons.svg#layer-line" />
</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-solid mi-layer-line" viewBox="0 0 24 24">
  <path d="M21.73 5.3c-.41-.36-1.05-.32-1.41.09l-8.26 9.42-3.75-3.3-6.11 6.46a.996.996 0 0 0 .73 1.68c.27 0 .53-.11.73-.31l4.78-5.06 3.81 3.35L21.83 6.7c.36-.42.32-1.05-.09-1.41Z"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.