layers-outline from Dither Icons by Vijay K Singh · Outline · MIT Free for personal and commercial use.

Name
layers-outline
Set
Dither Icons
Style
Outline
Viewbox
24×24
License
MIT

2 other variants in Dither Icons

The same icon in other sets

All layers icons →

Use the layers icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path stroke="currentColor" stroke-dasharray=".7 1.3" stroke-width=".5" d="M4 9v8M20 9v8M12 12v8" opacity="0"/><g opacity=".55"><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.4" d="M3 15l9-4.5 9 4.5-9 4.5Z"/><path d="M3 15l9 4.5 9-4.5v1.2l-9 4.5-9-4.5Z" opacity=".3"/></g><g opacity=".8"><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.4" d="M3 11.5 12 7l9 4.5-9 4.5Z"/><path d="M3 11.5l9 4.5 9-4.5v1.2l-9 4.5-9-4.5Z" opacity=".3"/></g><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.4" d="M3 8l9-4.5L21 8l-9 4.5Z"/><path d="M3 8l9 4.5L21 8v1.2l-9 4.5L3 9.2Z" opacity=".35"/><path fill="none" stroke="currentColor" stroke-width=".35" d="M5 8l7-3.5L19 8" opacity=".55"/></g></svg>

React

import type { SVGProps } from "react";

export function DitherLayersOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path stroke="currentColor" strokeDasharray=".7 1.3" strokeWidth=".5" d="M4 9v8M20 9v8M12 12v8" opacity="0"/><g opacity=".55"><path fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="1.4" d="M3 15l9-4.5 9 4.5-9 4.5Z"/><path d="M3 15l9 4.5 9-4.5v1.2l-9 4.5-9-4.5Z" opacity=".3"/></g><g opacity=".8"><path fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="1.4" d="M3 11.5 12 7l9 4.5-9 4.5Z"/><path d="M3 11.5l9 4.5 9-4.5v1.2l-9 4.5-9-4.5Z" opacity=".3"/></g><path fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="1.4" d="M3 8l9-4.5L21 8l-9 4.5Z"/><path d="M3 8l9 4.5L21 8v1.2l-9 4.5L3 9.2Z" opacity=".35"/><path fill="none" stroke="currentColor" strokeWidth=".35" d="M5 8l7-3.5L19 8" opacity=".55"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path stroke="currentColor" stroke-dasharray=".7 1.3" stroke-width=".5" d="M4 9v8M20 9v8M12 12v8" opacity="0"/><g opacity=".55"><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.4" d="M3 15l9-4.5 9 4.5-9 4.5Z"/><path d="M3 15l9 4.5 9-4.5v1.2l-9 4.5-9-4.5Z" opacity=".3"/></g><g opacity=".8"><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.4" d="M3 11.5 12 7l9 4.5-9 4.5Z"/><path d="M3 11.5l9 4.5 9-4.5v1.2l-9 4.5-9-4.5Z" opacity=".3"/></g><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.4" d="M3 8l9-4.5L21 8l-9 4.5Z"/><path d="M3 8l9 4.5L21 8v1.2l-9 4.5L3 9.2Z" opacity=".35"/><path fill="none" stroke="currentColor" stroke-width=".35" d="M5 8l7-3.5L19 8" opacity=".55"/></g></svg>
</template>

CSS

.icon-layers-outline {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-dasharray%3D%22.7%201.3%22%20stroke-width%3D%22.5%22%20d%3D%22M4%209v8M20%209v8M12%2012v8%22%20opacity%3D%220%22%2F%3E%3Cg%20opacity%3D%22.55%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.4%22%20d%3D%22M3%2015l9-4.5%209%204.5-9%204.5Z%22%2F%3E%3Cpath%20d%3D%22M3%2015l9%204.5%209-4.5v1.2l-9%204.5-9-4.5Z%22%20opacity%3D%22.3%22%2F%3E%3C%2Fg%3E%3Cg%20opacity%3D%22.8%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.4%22%20d%3D%22M3%2011.5%2012%207l9%204.5-9%204.5Z%22%2F%3E%3Cpath%20d%3D%22M3%2011.5l9%204.5%209-4.5v1.2l-9%204.5-9-4.5Z%22%20opacity%3D%22.3%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.4%22%20d%3D%22M3%208l9-4.5L21%208l-9%204.5Z%22%2F%3E%3Cpath%20d%3D%22M3%208l9%204.5L21%208v1.2l-9%204.5L3%209.2Z%22%20opacity%3D%22.35%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%22.35%22%20d%3D%22M5%208l7-3.5L19%208%22%20opacity%3D%22.55%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-dasharray%3D%22.7%201.3%22%20stroke-width%3D%22.5%22%20d%3D%22M4%209v8M20%209v8M12%2012v8%22%20opacity%3D%220%22%2F%3E%3Cg%20opacity%3D%22.55%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.4%22%20d%3D%22M3%2015l9-4.5%209%204.5-9%204.5Z%22%2F%3E%3Cpath%20d%3D%22M3%2015l9%204.5%209-4.5v1.2l-9%204.5-9-4.5Z%22%20opacity%3D%22.3%22%2F%3E%3C%2Fg%3E%3Cg%20opacity%3D%22.8%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.4%22%20d%3D%22M3%2011.5%2012%207l9%204.5-9%204.5Z%22%2F%3E%3Cpath%20d%3D%22M3%2011.5l9%204.5%209-4.5v1.2l-9%204.5-9-4.5Z%22%20opacity%3D%22.3%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.4%22%20d%3D%22M3%208l9-4.5L21%208l-9%204.5Z%22%2F%3E%3Cpath%20d%3D%22M3%208l9%204.5L21%208v1.2l-9%204.5L3%209.2Z%22%20opacity%3D%22.35%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%22.35%22%20d%3D%22M5%208l7-3.5L19%208%22%20opacity%3D%22.55%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/dither/layers-outline.svg?color=%231a73e8&size=48

Layers outline icon — Dither Icons · IconsDB