layers 2 icon

layers-2 from Reicon by REICON · Outline · Tools · MIT Free for personal and commercial use.

Name
layers-2
Set
Reicon
Style
Outline
Category
Tools
Viewbox
24×24
License
MIT

1 other variant in Reicon

The same icon in other sets

More tools icons from Reicon

Use the layers 2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12 4.75c-1.06 0-1.91.328-3.934 1.138L5.257 7.01c-1.01.404-1.71.686-2.164.924L2.973 8l.12.065c.454.238 1.154.52 2.164.924l2.809 1.123c2.025.81 2.874 1.138 3.934 1.138s1.91-.328 3.934-1.138l2.809-1.123c1.01-.404 1.71-.686 2.164-.924l.12-.065l-.12-.065c-.454-.238-1.154-.52-2.164-.924l-2.809-1.123C13.91 5.078 13.06 4.75 12 4.75m-4.376-.301C9.501 3.698 10.621 3.25 12 3.25s2.499.448 4.376 1.199l.115.046l2.854 1.142c.955.382 1.728.69 2.259.969c.268.14.528.3.729.493c.206.198.417.498.417.901s-.21.703-.417.901c-.2.193-.46.352-.73.493c-.53.278-1.303.587-2.258.97l-2.854 1.14l-.115.047c-1.877.751-2.997 1.199-4.376 1.199s-2.499-.448-4.376-1.199l-.115-.046l-2.854-1.142c-.955-.382-1.728-.69-2.259-.969a3.2 3.2 0 0 1-.729-.493C1.461 8.703 1.25 8.403 1.25 8s.21-.703.417-.901c.2-.193.46-.352.73-.493c.53-.278 1.303-.587 2.258-.97l2.854-1.14zM2.5 11.44l.004.003l.024.021q.036.03.118.094c.109.084.278.208.508.357c.46.299 1.161.696 2.104 1.074l2.809 1.123c2.025.81 2.874 1.138 3.934 1.138s1.91-.328 3.934-1.138l2.809-1.123a12 12 0 0 0 2.104-1.074a8 8 0 0 0 .65-.472l.003-.002l.001-.001a.75.75 0 0 1 1 1.118L22 12l.5.558v.002l-.002.001l-.005.004l-.014.012l-.045.039a9 9 0 0 1-.77.558A13.7 13.7 0 0 1 19.3 14.38l-2.809 1.124l-.115.046c-1.877.751-2.997 1.199-4.376 1.199s-2.499-.448-4.376-1.199l-.115-.046L4.7 14.38a13.7 13.7 0 0 1-2.363-1.207a9 9 0 0 1-.771-.558l-.045-.039l-.014-.012l-.005-.004l-.001-.002H1.5L2 12l-.5.559a.75.75 0 0 1 .999-1.119m19 4.001l.002-.001a.75.75 0 0 1 1 1.118L22 16l.5.558v.002l-.002.001l-.005.004l-.014.012q-.016.015-.045.038a9 9 0 0 1-.77.558a13.7 13.7 0 0 1-2.364 1.208l-2.809 1.124l-.115.046c-1.877.751-2.997 1.199-4.376 1.199s-2.499-.448-4.376-1.199l-.115-.046L4.7 18.38a13.7 13.7 0 0 1-2.363-1.207a9 9 0 0 1-.771-.558l-.045-.039l-.014-.012l-.005-.004l-.001-.002H1.5L2 16l-.5.559a.75.75 0 0 1 1-1.118l.003.002l.024.021q.036.03.118.094c.109.084.278.208.508.357c.46.299 1.161.696 2.104 1.074l2.809 1.123c2.025.81 2.874 1.138 3.934 1.138s1.91-.328 3.934-1.138l2.809-1.123a12 12 0 0 0 2.104-1.074a8 8 0 0 0 .65-.472z" clip-rule="evenodd"/></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"><path fill="currentColor" fillRule="evenodd" d="M12 4.75c-1.06 0-1.91.328-3.934 1.138L5.257 7.01c-1.01.404-1.71.686-2.164.924L2.973 8l.12.065c.454.238 1.154.52 2.164.924l2.809 1.123c2.025.81 2.874 1.138 3.934 1.138s1.91-.328 3.934-1.138l2.809-1.123c1.01-.404 1.71-.686 2.164-.924l.12-.065l-.12-.065c-.454-.238-1.154-.52-2.164-.924l-2.809-1.123C13.91 5.078 13.06 4.75 12 4.75m-4.376-.301C9.501 3.698 10.621 3.25 12 3.25s2.499.448 4.376 1.199l.115.046l2.854 1.142c.955.382 1.728.69 2.259.969c.268.14.528.3.729.493c.206.198.417.498.417.901s-.21.703-.417.901c-.2.193-.46.352-.73.493c-.53.278-1.303.587-2.258.97l-2.854 1.14l-.115.047c-1.877.751-2.997 1.199-4.376 1.199s-2.499-.448-4.376-1.199l-.115-.046l-2.854-1.142c-.955-.382-1.728-.69-2.259-.969a3.2 3.2 0 0 1-.729-.493C1.461 8.703 1.25 8.403 1.25 8s.21-.703.417-.901c.2-.193.46-.352.73-.493c.53-.278 1.303-.587 2.258-.97l2.854-1.14zM2.5 11.44l.004.003l.024.021q.036.03.118.094c.109.084.278.208.508.357c.46.299 1.161.696 2.104 1.074l2.809 1.123c2.025.81 2.874 1.138 3.934 1.138s1.91-.328 3.934-1.138l2.809-1.123a12 12 0 0 0 2.104-1.074a8 8 0 0 0 .65-.472l.003-.002l.001-.001a.75.75 0 0 1 1 1.118L22 12l.5.558v.002l-.002.001l-.005.004l-.014.012l-.045.039a9 9 0 0 1-.77.558A13.7 13.7 0 0 1 19.3 14.38l-2.809 1.124l-.115.046c-1.877.751-2.997 1.199-4.376 1.199s-2.499-.448-4.376-1.199l-.115-.046L4.7 14.38a13.7 13.7 0 0 1-2.363-1.207a9 9 0 0 1-.771-.558l-.045-.039l-.014-.012l-.005-.004l-.001-.002H1.5L2 12l-.5.559a.75.75 0 0 1 .999-1.119m19 4.001l.002-.001a.75.75 0 0 1 1 1.118L22 16l.5.558v.002l-.002.001l-.005.004l-.014.012q-.016.015-.045.038a9 9 0 0 1-.77.558a13.7 13.7 0 0 1-2.364 1.208l-2.809 1.124l-.115.046c-1.877.751-2.997 1.199-4.376 1.199s-2.499-.448-4.376-1.199l-.115-.046L4.7 18.38a13.7 13.7 0 0 1-2.363-1.207a9 9 0 0 1-.771-.558l-.045-.039l-.014-.012l-.005-.004l-.001-.002H1.5L2 16l-.5.559a.75.75 0 0 1 1-1.118l.003.002l.024.021q.036.03.118.094c.109.084.278.208.508.357c.46.299 1.161.696 2.104 1.074l2.809 1.123c2.025.81 2.874 1.138 3.934 1.138s1.91-.328 3.934-1.138l2.809-1.123a12 12 0 0 0 2.104-1.074a8 8 0 0 0 .65-.472z" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12 4.75c-1.06 0-1.91.328-3.934 1.138L5.257 7.01c-1.01.404-1.71.686-2.164.924L2.973 8l.12.065c.454.238 1.154.52 2.164.924l2.809 1.123c2.025.81 2.874 1.138 3.934 1.138s1.91-.328 3.934-1.138l2.809-1.123c1.01-.404 1.71-.686 2.164-.924l.12-.065l-.12-.065c-.454-.238-1.154-.52-2.164-.924l-2.809-1.123C13.91 5.078 13.06 4.75 12 4.75m-4.376-.301C9.501 3.698 10.621 3.25 12 3.25s2.499.448 4.376 1.199l.115.046l2.854 1.142c.955.382 1.728.69 2.259.969c.268.14.528.3.729.493c.206.198.417.498.417.901s-.21.703-.417.901c-.2.193-.46.352-.73.493c-.53.278-1.303.587-2.258.97l-2.854 1.14l-.115.047c-1.877.751-2.997 1.199-4.376 1.199s-2.499-.448-4.376-1.199l-.115-.046l-2.854-1.142c-.955-.382-1.728-.69-2.259-.969a3.2 3.2 0 0 1-.729-.493C1.461 8.703 1.25 8.403 1.25 8s.21-.703.417-.901c.2-.193.46-.352.73-.493c.53-.278 1.303-.587 2.258-.97l2.854-1.14zM2.5 11.44l.004.003l.024.021q.036.03.118.094c.109.084.278.208.508.357c.46.299 1.161.696 2.104 1.074l2.809 1.123c2.025.81 2.874 1.138 3.934 1.138s1.91-.328 3.934-1.138l2.809-1.123a12 12 0 0 0 2.104-1.074a8 8 0 0 0 .65-.472l.003-.002l.001-.001a.75.75 0 0 1 1 1.118L22 12l.5.558v.002l-.002.001l-.005.004l-.014.012l-.045.039a9 9 0 0 1-.77.558A13.7 13.7 0 0 1 19.3 14.38l-2.809 1.124l-.115.046c-1.877.751-2.997 1.199-4.376 1.199s-2.499-.448-4.376-1.199l-.115-.046L4.7 14.38a13.7 13.7 0 0 1-2.363-1.207a9 9 0 0 1-.771-.558l-.045-.039l-.014-.012l-.005-.004l-.001-.002H1.5L2 12l-.5.559a.75.75 0 0 1 .999-1.119m19 4.001l.002-.001a.75.75 0 0 1 1 1.118L22 16l.5.558v.002l-.002.001l-.005.004l-.014.012q-.016.015-.045.038a9 9 0 0 1-.77.558a13.7 13.7 0 0 1-2.364 1.208l-2.809 1.124l-.115.046c-1.877.751-2.997 1.199-4.376 1.199s-2.499-.448-4.376-1.199l-.115-.046L4.7 18.38a13.7 13.7 0 0 1-2.363-1.207a9 9 0 0 1-.771-.558l-.045-.039l-.014-.012l-.005-.004l-.001-.002H1.5L2 16l-.5.559a.75.75 0 0 1 1-1.118l.003.002l.024.021q.036.03.118.094c.109.084.278.208.508.357c.46.299 1.161.696 2.104 1.074l2.809 1.123c2.025.81 2.874 1.138 3.934 1.138s1.91-.328 3.934-1.138l2.809-1.123a12 12 0 0 0 2.104-1.074a8 8 0 0 0 .65-.472z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-layers-2 {
  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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M12%204.75c-1.06%200-1.91.328-3.934%201.138L5.257%207.01c-1.01.404-1.71.686-2.164.924L2.973%208l.12.065c.454.238%201.154.52%202.164.924l2.809%201.123c2.025.81%202.874%201.138%203.934%201.138s1.91-.328%203.934-1.138l2.809-1.123c1.01-.404%201.71-.686%202.164-.924l.12-.065l-.12-.065c-.454-.238-1.154-.52-2.164-.924l-2.809-1.123C13.91%205.078%2013.06%204.75%2012%204.75m-4.376-.301C9.501%203.698%2010.621%203.25%2012%203.25s2.499.448%204.376%201.199l.115.046l2.854%201.142c.955.382%201.728.69%202.259.969c.268.14.528.3.729.493c.206.198.417.498.417.901s-.21.703-.417.901c-.2.193-.46.352-.73.493c-.53.278-1.303.587-2.258.97l-2.854%201.14l-.115.047c-1.877.751-2.997%201.199-4.376%201.199s-2.499-.448-4.376-1.199l-.115-.046l-2.854-1.142c-.955-.382-1.728-.69-2.259-.969a3.2%203.2%200%200%201-.729-.493C1.461%208.703%201.25%208.403%201.25%208s.21-.703.417-.901c.2-.193.46-.352.73-.493c.53-.278%201.303-.587%202.258-.97l2.854-1.14zM2.5%2011.44l.004.003l.024.021q.036.03.118.094c.109.084.278.208.508.357c.46.299%201.161.696%202.104%201.074l2.809%201.123c2.025.81%202.874%201.138%203.934%201.138s1.91-.328%203.934-1.138l2.809-1.123a12%2012%200%200%200%202.104-1.074a8%208%200%200%200%20.65-.472l.003-.002l.001-.001a.75.75%200%200%201%201%201.118L22%2012l.5.558v.002l-.002.001l-.005.004l-.014.012l-.045.039a9%209%200%200%201-.77.558A13.7%2013.7%200%200%201%2019.3%2014.38l-2.809%201.124l-.115.046c-1.877.751-2.997%201.199-4.376%201.199s-2.499-.448-4.376-1.199l-.115-.046L4.7%2014.38a13.7%2013.7%200%200%201-2.363-1.207a9%209%200%200%201-.771-.558l-.045-.039l-.014-.012l-.005-.004l-.001-.002H1.5L2%2012l-.5.559a.75.75%200%200%201%20.999-1.119m19%204.001l.002-.001a.75.75%200%200%201%201%201.118L22%2016l.5.558v.002l-.002.001l-.005.004l-.014.012q-.016.015-.045.038a9%209%200%200%201-.77.558a13.7%2013.7%200%200%201-2.364%201.208l-2.809%201.124l-.115.046c-1.877.751-2.997%201.199-4.376%201.199s-2.499-.448-4.376-1.199l-.115-.046L4.7%2018.38a13.7%2013.7%200%200%201-2.363-1.207a9%209%200%200%201-.771-.558l-.045-.039l-.014-.012l-.005-.004l-.001-.002H1.5L2%2016l-.5.559a.75.75%200%200%201%201-1.118l.003.002l.024.021q.036.03.118.094c.109.084.278.208.508.357c.46.299%201.161.696%202.104%201.074l2.809%201.123c2.025.81%202.874%201.138%203.934%201.138s1.91-.328%203.934-1.138l2.809-1.123a12%2012%200%200%200%202.104-1.074a8%208%200%200%200%20.65-.472z%22%20clip-rule%3D%22evenodd%22%2F%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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M12%204.75c-1.06%200-1.91.328-3.934%201.138L5.257%207.01c-1.01.404-1.71.686-2.164.924L2.973%208l.12.065c.454.238%201.154.52%202.164.924l2.809%201.123c2.025.81%202.874%201.138%203.934%201.138s1.91-.328%203.934-1.138l2.809-1.123c1.01-.404%201.71-.686%202.164-.924l.12-.065l-.12-.065c-.454-.238-1.154-.52-2.164-.924l-2.809-1.123C13.91%205.078%2013.06%204.75%2012%204.75m-4.376-.301C9.501%203.698%2010.621%203.25%2012%203.25s2.499.448%204.376%201.199l.115.046l2.854%201.142c.955.382%201.728.69%202.259.969c.268.14.528.3.729.493c.206.198.417.498.417.901s-.21.703-.417.901c-.2.193-.46.352-.73.493c-.53.278-1.303.587-2.258.97l-2.854%201.14l-.115.047c-1.877.751-2.997%201.199-4.376%201.199s-2.499-.448-4.376-1.199l-.115-.046l-2.854-1.142c-.955-.382-1.728-.69-2.259-.969a3.2%203.2%200%200%201-.729-.493C1.461%208.703%201.25%208.403%201.25%208s.21-.703.417-.901c.2-.193.46-.352.73-.493c.53-.278%201.303-.587%202.258-.97l2.854-1.14zM2.5%2011.44l.004.003l.024.021q.036.03.118.094c.109.084.278.208.508.357c.46.299%201.161.696%202.104%201.074l2.809%201.123c2.025.81%202.874%201.138%203.934%201.138s1.91-.328%203.934-1.138l2.809-1.123a12%2012%200%200%200%202.104-1.074a8%208%200%200%200%20.65-.472l.003-.002l.001-.001a.75.75%200%200%201%201%201.118L22%2012l.5.558v.002l-.002.001l-.005.004l-.014.012l-.045.039a9%209%200%200%201-.77.558A13.7%2013.7%200%200%201%2019.3%2014.38l-2.809%201.124l-.115.046c-1.877.751-2.997%201.199-4.376%201.199s-2.499-.448-4.376-1.199l-.115-.046L4.7%2014.38a13.7%2013.7%200%200%201-2.363-1.207a9%209%200%200%201-.771-.558l-.045-.039l-.014-.012l-.005-.004l-.001-.002H1.5L2%2012l-.5.559a.75.75%200%200%201%20.999-1.119m19%204.001l.002-.001a.75.75%200%200%201%201%201.118L22%2016l.5.558v.002l-.002.001l-.005.004l-.014.012q-.016.015-.045.038a9%209%200%200%201-.77.558a13.7%2013.7%200%200%201-2.364%201.208l-2.809%201.124l-.115.046c-1.877.751-2.997%201.199-4.376%201.199s-2.499-.448-4.376-1.199l-.115-.046L4.7%2018.38a13.7%2013.7%200%200%201-2.363-1.207a9%209%200%200%201-.771-.558l-.045-.039l-.014-.012l-.005-.004l-.001-.002H1.5L2%2016l-.5.559a.75.75%200%200%201%201-1.118l.003.002l.024.021q.036.03.118.094c.109.084.278.208.508.357c.46.299%201.161.696%202.104%201.074l2.809%201.123c2.025.81%202.874%201.138%203.934%201.138s1.91-.328%203.934-1.138l2.809-1.123a12%2012%200%200%200%202.104-1.074a8%208%200%200%200%20.65-.472z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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