Skip to main content

Layers Clear

  • 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">layers_clear</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#layers-clear" />
</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-layers-clear" viewBox="0 0 24 24">
  <path d="m22 20.696-1.27 1.269-3.78-3.78-4.95 3.85-9-7 1.63-1.26 7.37 5.73 3.53-2.74-1.43-1.43-2.1 1.63-7.37-5.73L3 9.965l3.22-2.51L2 3.235l1.27-1.27zm-1-5.66-1.19.92-1.43-1.431 1.19-.92zm0-5.071-1.64 1.27-2.4 1.88-7.87-7.88L12 2.965z"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.