layers icon
layers from Reicon by REICON · Outline · Tools · MIT Free for personal and commercial use.
- Name
- layers
- Set
- Reicon
- Style
- Outline
- Category
- Tools
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
All layers icons →layersBootstrap IconslayersCarbonlayersCodiconslayersDither Iconslayers-fillEva IconslayersFramework7 IconslayersFeather Iconslayers-outlineFlowbite IconslayersHumbleiconslayersIconParklayersIconPark OutlinelayersIconPark SolidlayersIconPark TwoTonelayersIonIconslayersJam IconslayersKeyline IconslayersLucidelayersMaterial SymbolslayersMaterial Symbols LightlayersMaterial Design Iconslayers-fillMingCute IconlayersRadix Iconslayers-boldSolarlayersTDesign Icons
More tools icons from Reicon
Use the layers 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-.351.184-.81.382-1.356.606a17 17 0 0 1 1.357.606c.268.14.528.3.729.493c.206.198.417.498.417.901s-.21.703-.417.901c-.2.193-.46.352-.73.493c-.351.184-.81.382-1.356.606a17 17 0 0 1 1.357.606c.268.14.528.3.729.493c.206.198.417.498.417.901s-.21.703-.417.901c-.2.192-.46.352-.73.493c-.53.278-1.303.588-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-.381-1.728-.69-2.259-.969a3.2 3.2 0 0 1-.729-.493c-.206-.198-.417-.498-.417-.901s.21-.703.417-.901c.2-.193.46-.352.73-.493c.351-.184.81-.382 1.356-.606a17 17 0 0 1-1.357-.606a3.2 3.2 0 0 1-.729-.493c-.206-.198-.417-.498-.417-.901s.21-.703.417-.901c.2-.193.46-.352.73-.493c.351-.184.81-.382 1.356-.606a17 17 0 0 1-1.357-.606a3.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.14zm-1.858 6.359l-.509.203c-1.01.404-1.71.686-2.164.924l-.12.065l.12.066c.454.237 1.154.518 2.164.923l2.809 1.123c2.025.81 2.874 1.138 3.934 1.138s1.91-.328 3.934-1.138l2.809-1.123c1.01-.405 1.71-.686 2.164-.924l.12-.065l-.12-.066c-.454-.237-1.154-.519-2.164-.923l-.51-.203l-1.742.697l-.115.046c-1.877.751-2.997 1.199-4.376 1.199s-2.499-.448-4.376-1.199l-.115-.046zm0 4l-.509.203c-1.01.404-1.71.686-2.164.924l-.12.065l.12.066c.454.237 1.154.518 2.164.923l2.809 1.123c2.025.81 2.874 1.138 3.934 1.138s1.91-.328 3.934-1.138l2.809-1.123c1.01-.405 1.71-.686 2.164-.924l.12-.065l-.12-.066c-.454-.237-1.154-.519-2.164-.923l-.51-.203l-1.742.697l-.115.046c-1.877.751-2.997 1.199-4.376 1.199s-2.499-.448-4.376-1.199l-.115-.046z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconLayers(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-.351.184-.81.382-1.356.606a17 17 0 0 1 1.357.606c.268.14.528.3.729.493c.206.198.417.498.417.901s-.21.703-.417.901c-.2.193-.46.352-.73.493c-.351.184-.81.382-1.356.606a17 17 0 0 1 1.357.606c.268.14.528.3.729.493c.206.198.417.498.417.901s-.21.703-.417.901c-.2.192-.46.352-.73.493c-.53.278-1.303.588-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-.381-1.728-.69-2.259-.969a3.2 3.2 0 0 1-.729-.493c-.206-.198-.417-.498-.417-.901s.21-.703.417-.901c.2-.193.46-.352.73-.493c.351-.184.81-.382 1.356-.606a17 17 0 0 1-1.357-.606a3.2 3.2 0 0 1-.729-.493c-.206-.198-.417-.498-.417-.901s.21-.703.417-.901c.2-.193.46-.352.73-.493c.351-.184.81-.382 1.356-.606a17 17 0 0 1-1.357-.606a3.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.14zm-1.858 6.359l-.509.203c-1.01.404-1.71.686-2.164.924l-.12.065l.12.066c.454.237 1.154.518 2.164.923l2.809 1.123c2.025.81 2.874 1.138 3.934 1.138s1.91-.328 3.934-1.138l2.809-1.123c1.01-.405 1.71-.686 2.164-.924l.12-.065l-.12-.066c-.454-.237-1.154-.519-2.164-.923l-.51-.203l-1.742.697l-.115.046c-1.877.751-2.997 1.199-4.376 1.199s-2.499-.448-4.376-1.199l-.115-.046zm0 4l-.509.203c-1.01.404-1.71.686-2.164.924l-.12.065l.12.066c.454.237 1.154.518 2.164.923l2.809 1.123c2.025.81 2.874 1.138 3.934 1.138s1.91-.328 3.934-1.138l2.809-1.123c1.01-.405 1.71-.686 2.164-.924l.12-.065l-.12-.066c-.454-.237-1.154-.519-2.164-.923l-.51-.203l-1.742.697l-.115.046c-1.877.751-2.997 1.199-4.376 1.199s-2.499-.448-4.376-1.199l-.115-.046z" 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-.351.184-.81.382-1.356.606a17 17 0 0 1 1.357.606c.268.14.528.3.729.493c.206.198.417.498.417.901s-.21.703-.417.901c-.2.193-.46.352-.73.493c-.351.184-.81.382-1.356.606a17 17 0 0 1 1.357.606c.268.14.528.3.729.493c.206.198.417.498.417.901s-.21.703-.417.901c-.2.192-.46.352-.73.493c-.53.278-1.303.588-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-.381-1.728-.69-2.259-.969a3.2 3.2 0 0 1-.729-.493c-.206-.198-.417-.498-.417-.901s.21-.703.417-.901c.2-.193.46-.352.73-.493c.351-.184.81-.382 1.356-.606a17 17 0 0 1-1.357-.606a3.2 3.2 0 0 1-.729-.493c-.206-.198-.417-.498-.417-.901s.21-.703.417-.901c.2-.193.46-.352.73-.493c.351-.184.81-.382 1.356-.606a17 17 0 0 1-1.357-.606a3.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.14zm-1.858 6.359l-.509.203c-1.01.404-1.71.686-2.164.924l-.12.065l.12.066c.454.237 1.154.518 2.164.923l2.809 1.123c2.025.81 2.874 1.138 3.934 1.138s1.91-.328 3.934-1.138l2.809-1.123c1.01-.405 1.71-.686 2.164-.924l.12-.065l-.12-.066c-.454-.237-1.154-.519-2.164-.923l-.51-.203l-1.742.697l-.115.046c-1.877.751-2.997 1.199-4.376 1.199s-2.499-.448-4.376-1.199l-.115-.046zm0 4l-.509.203c-1.01.404-1.71.686-2.164.924l-.12.065l.12.066c.454.237 1.154.518 2.164.923l2.809 1.123c2.025.81 2.874 1.138 3.934 1.138s1.91-.328 3.934-1.138l2.809-1.123c1.01-.405 1.71-.686 2.164-.924l.12-.065l-.12-.066c-.454-.237-1.154-.519-2.164-.923l-.51-.203l-1.742.697l-.115.046c-1.877.751-2.997 1.199-4.376 1.199s-2.499-.448-4.376-1.199l-.115-.046z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-layers {
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-.351.184-.81.382-1.356.606a17%2017%200%200%201%201.357.606c.268.14.528.3.729.493c.206.198.417.498.417.901s-.21.703-.417.901c-.2.193-.46.352-.73.493c-.351.184-.81.382-1.356.606a17%2017%200%200%201%201.357.606c.268.14.528.3.729.493c.206.198.417.498.417.901s-.21.703-.417.901c-.2.192-.46.352-.73.493c-.53.278-1.303.588-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-.381-1.728-.69-2.259-.969a3.2%203.2%200%200%201-.729-.493c-.206-.198-.417-.498-.417-.901s.21-.703.417-.901c.2-.193.46-.352.73-.493c.351-.184.81-.382%201.356-.606a17%2017%200%200%201-1.357-.606a3.2%203.2%200%200%201-.729-.493c-.206-.198-.417-.498-.417-.901s.21-.703.417-.901c.2-.193.46-.352.73-.493c.351-.184.81-.382%201.356-.606a17%2017%200%200%201-1.357-.606a3.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.14zm-1.858%206.359l-.509.203c-1.01.404-1.71.686-2.164.924l-.12.065l.12.066c.454.237%201.154.518%202.164.923l2.809%201.123c2.025.81%202.874%201.138%203.934%201.138s1.91-.328%203.934-1.138l2.809-1.123c1.01-.405%201.71-.686%202.164-.924l.12-.065l-.12-.066c-.454-.237-1.154-.519-2.164-.923l-.51-.203l-1.742.697l-.115.046c-1.877.751-2.997%201.199-4.376%201.199s-2.499-.448-4.376-1.199l-.115-.046zm0%204l-.509.203c-1.01.404-1.71.686-2.164.924l-.12.065l.12.066c.454.237%201.154.518%202.164.923l2.809%201.123c2.025.81%202.874%201.138%203.934%201.138s1.91-.328%203.934-1.138l2.809-1.123c1.01-.405%201.71-.686%202.164-.924l.12-.065l-.12-.066c-.454-.237-1.154-.519-2.164-.923l-.51-.203l-1.742.697l-.115.046c-1.877.751-2.997%201.199-4.376%201.199s-2.499-.448-4.376-1.199l-.115-.046z%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-.351.184-.81.382-1.356.606a17%2017%200%200%201%201.357.606c.268.14.528.3.729.493c.206.198.417.498.417.901s-.21.703-.417.901c-.2.193-.46.352-.73.493c-.351.184-.81.382-1.356.606a17%2017%200%200%201%201.357.606c.268.14.528.3.729.493c.206.198.417.498.417.901s-.21.703-.417.901c-.2.192-.46.352-.73.493c-.53.278-1.303.588-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-.381-1.728-.69-2.259-.969a3.2%203.2%200%200%201-.729-.493c-.206-.198-.417-.498-.417-.901s.21-.703.417-.901c.2-.193.46-.352.73-.493c.351-.184.81-.382%201.356-.606a17%2017%200%200%201-1.357-.606a3.2%203.2%200%200%201-.729-.493c-.206-.198-.417-.498-.417-.901s.21-.703.417-.901c.2-.193.46-.352.73-.493c.351-.184.81-.382%201.356-.606a17%2017%200%200%201-1.357-.606a3.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.14zm-1.858%206.359l-.509.203c-1.01.404-1.71.686-2.164.924l-.12.065l.12.066c.454.237%201.154.518%202.164.923l2.809%201.123c2.025.81%202.874%201.138%203.934%201.138s1.91-.328%203.934-1.138l2.809-1.123c1.01-.405%201.71-.686%202.164-.924l.12-.065l-.12-.066c-.454-.237-1.154-.519-2.164-.923l-.51-.203l-1.742.697l-.115.046c-1.877.751-2.997%201.199-4.376%201.199s-2.499-.448-4.376-1.199l-.115-.046zm0%204l-.509.203c-1.01.404-1.71.686-2.164.924l-.12.065l.12.066c.454.237%201.154.518%202.164.923l2.809%201.123c2.025.81%202.874%201.138%203.934%201.138s1.91-.328%203.934-1.138l2.809-1.123c1.01-.405%201.71-.686%202.164-.924l.12-.065l-.12-.066c-.454-.237-1.154-.519-2.164-.923l-.51-.203l-1.742.697l-.115.046c-1.877.751-2.997%201.199-4.376%201.199s-2.499-.448-4.376-1.199l-.115-.046z%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.svg?color=%231a73e8&size=48