layers2 icon

layers2 from Reicon by REICON · Outline · UI · MIT Free for personal and commercial use.

Name
layers2
Set
Reicon
Style
Outline
Category
UI
Viewbox
24×24
License
MIT

2 other variants in Reicon

More ui icons from Reicon

Use the layers2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M3.553 6.781L11.38 2.66a1.33 1.33 0 0 1 1.242 0l7.827 4.121a1 1 0 0 1 0 1.77l-7.827 4.12a1.33 1.33 0 0 1-1.242 0L3.553 8.553a1 1 0 0 1 0-1.77Z"/><path d="M20.981 12a.99.99 0 0 1-.534.885l-7.827 4.122a1.33 1.33 0 0 1-1.243 0l-7.826-4.122A.99.99 0 0 1 3.016 12"/><path d="M20.981 16.333a.99.99 0 0 1-.534.886l-7.827 4.12a1.33 1.33 0 0 1-1.243 0l-7.826-4.12a.99.99 0 0 1-.535-.886"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconLayers2(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M3.553 6.781L11.38 2.66a1.33 1.33 0 0 1 1.242 0l7.827 4.121a1 1 0 0 1 0 1.77l-7.827 4.12a1.33 1.33 0 0 1-1.242 0L3.553 8.553a1 1 0 0 1 0-1.77Z"/><path d="M20.981 12a.99.99 0 0 1-.534.885l-7.827 4.122a1.33 1.33 0 0 1-1.243 0l-7.826-4.122A.99.99 0 0 1 3.016 12"/><path d="M20.981 16.333a.99.99 0 0 1-.534.886l-7.827 4.12a1.33 1.33 0 0 1-1.243 0l-7.826-4.12a.99.99 0 0 1-.535-.886"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M3.553 6.781L11.38 2.66a1.33 1.33 0 0 1 1.242 0l7.827 4.121a1 1 0 0 1 0 1.77l-7.827 4.12a1.33 1.33 0 0 1-1.242 0L3.553 8.553a1 1 0 0 1 0-1.77Z"/><path d="M20.981 12a.99.99 0 0 1-.534.885l-7.827 4.122a1.33 1.33 0 0 1-1.243 0l-7.826-4.122A.99.99 0 0 1 3.016 12"/><path d="M20.981 16.333a.99.99 0 0 1-.534.886l-7.827 4.12a1.33 1.33 0 0 1-1.243 0l-7.826-4.12a.99.99 0 0 1-.535-.886"/></g></svg>
</template>

CSS

.icon-layers2 {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M3.553%206.781L11.38%202.66a1.33%201.33%200%200%201%201.242%200l7.827%204.121a1%201%200%200%201%200%201.77l-7.827%204.12a1.33%201.33%200%200%201-1.242%200L3.553%208.553a1%201%200%200%201%200-1.77Z%22%2F%3E%3Cpath%20d%3D%22M20.981%2012a.99.99%200%200%201-.534.885l-7.827%204.122a1.33%201.33%200%200%201-1.243%200l-7.826-4.122A.99.99%200%200%201%203.016%2012%22%2F%3E%3Cpath%20d%3D%22M20.981%2016.333a.99.99%200%200%201-.534.886l-7.827%204.12a1.33%201.33%200%200%201-1.243%200l-7.826-4.12a.99.99%200%200%201-.535-.886%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M3.553%206.781L11.38%202.66a1.33%201.33%200%200%201%201.242%200l7.827%204.121a1%201%200%200%201%200%201.77l-7.827%204.12a1.33%201.33%200%200%201-1.242%200L3.553%208.553a1%201%200%200%201%200-1.77Z%22%2F%3E%3Cpath%20d%3D%22M20.981%2012a.99.99%200%200%201-.534.885l-7.827%204.122a1.33%201.33%200%200%201-1.243%200l-7.826-4.122A.99.99%200%200%201%203.016%2012%22%2F%3E%3Cpath%20d%3D%22M20.981%2016.333a.99.99%200%200%201-.534.886l-7.827%204.12a1.33%201.33%200%200%201-1.243%200l-7.826-4.12a.99.99%200%200%201-.535-.886%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Layers2 outline icon — Reicon · IconsDB