Skip to main content

2 Layers Off

  • 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">2_layers_off</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="/field-systems-icons.svg#2-layers-off" />
</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-2-layers-off" viewBox="0 0 24 24">
  <path fill-rule="evenodd" d="m2 3.37 1.27-1.323L22 21.557l-1.27 1.323-3.78-3.937-4.95 4.01-9-7.291 1.63-1.313L12 20.318l3.53-2.855-1.43-1.489-2.1 1.698-7.37-5.969L3 10.38l3.22-2.614zm17.36 8.333L21 10.38l-9-7.29-2.91 2.363 7.87 8.209zm.45 4.917 1.19-.96-1.43-1.49-1.19.96z"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.