layers icon
layers-duotone from Keyline Icons by Keyline Icons · Duotone · MIT Free for personal and commercial use.
- Name
- layers-duotone
- Set
- Keyline Icons
- Style
- Duotone
- Viewbox
- 24×24
- License
- MIT
7 other variants in Keyline Icons
The same icon in other sets
layersBootstrap IconslayersCarbonlayersCodiconslayers-fillEva IconslayersFramework7 IconslayersFeather Iconslayers-outlineFlowbite IconslayersHumbleiconslayersIconParklayersIconPark OutlinelayersIconPark SolidlayersIconPark TwoTonelayersIonIconslayersJam IconslayersLucidelayersMaterial SymbolslayersMaterial Symbols LightlayersMaterial Design Iconslayers-fillMingCute IconlayersRadix Iconslayers-boldSolarlayersTDesign Iconslayers-outlineTeenyiconslayersUnicons
Use the layers 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="2"><path fill="currentColor" fill-opacity=".4" d="M12.8764 1.2022L21.8764 5.5897C22.5639 5.9249 23 6.6227 23 7.3875C23 8.1523 22.5639 8.8501 21.8764 9.1853L12.8764 13.5728C12.6034 13.7058 12.3037 13.775 12 13.775C11.6963 13.775 11.3966 13.7058 11.1236 13.5728L2.1236 9.1853C1.4361 8.8501 1 8.1523 1 7.3875C1 6.6227 1.4361 5.9249 2.1236 5.5897L11.1236 1.2022C11.3966 1.0692 11.6963 1 12 1C12.3037 1 12.6034 1.0692 12.8764 1.2022Z" stroke="none"/><path d="M2 12.625L11.5618 17.2864C11.8384 17.4212 12.1616 17.4212 12.4382 17.2864L22 12.625M2 17.2375L11.5618 21.8989C11.8384 22.0337 12.1616 22.0337 12.4382 21.8989L22 17.2375"/></g></svg>
React
import type { SVGProps } from "react";
export function KeylineIconsLayersDuotone(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="2"><path fill="currentColor" fillOpacity=".4" d="M12.8764 1.2022L21.8764 5.5897C22.5639 5.9249 23 6.6227 23 7.3875C23 8.1523 22.5639 8.8501 21.8764 9.1853L12.8764 13.5728C12.6034 13.7058 12.3037 13.775 12 13.775C11.6963 13.775 11.3966 13.7058 11.1236 13.5728L2.1236 9.1853C1.4361 8.8501 1 8.1523 1 7.3875C1 6.6227 1.4361 5.9249 2.1236 5.5897L11.1236 1.2022C11.3966 1.0692 11.6963 1 12 1C12.3037 1 12.6034 1.0692 12.8764 1.2022Z" stroke="none"/><path d="M2 12.625L11.5618 17.2864C11.8384 17.4212 12.1616 17.4212 12.4382 17.2864L22 12.625M2 17.2375L11.5618 21.8989C11.8384 22.0337 12.1616 22.0337 12.4382 21.8989L22 17.2375"/></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="2"><path fill="currentColor" fill-opacity=".4" d="M12.8764 1.2022L21.8764 5.5897C22.5639 5.9249 23 6.6227 23 7.3875C23 8.1523 22.5639 8.8501 21.8764 9.1853L12.8764 13.5728C12.6034 13.7058 12.3037 13.775 12 13.775C11.6963 13.775 11.3966 13.7058 11.1236 13.5728L2.1236 9.1853C1.4361 8.8501 1 8.1523 1 7.3875C1 6.6227 1.4361 5.9249 2.1236 5.5897L11.1236 1.2022C11.3966 1.0692 11.6963 1 12 1C12.3037 1 12.6034 1.0692 12.8764 1.2022Z" stroke="none"/><path d="M2 12.625L11.5618 17.2864C11.8384 17.4212 12.1616 17.4212 12.4382 17.2864L22 12.625M2 17.2375L11.5618 21.8989C11.8384 22.0337 12.1616 22.0337 12.4382 21.8989L22 17.2375"/></g></svg> </template>
CSS
.icon-layers-duotone {
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%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.4%22%20d%3D%22M12.8764%201.2022L21.8764%205.5897C22.5639%205.9249%2023%206.6227%2023%207.3875C23%208.1523%2022.5639%208.8501%2021.8764%209.1853L12.8764%2013.5728C12.6034%2013.7058%2012.3037%2013.775%2012%2013.775C11.6963%2013.775%2011.3966%2013.7058%2011.1236%2013.5728L2.1236%209.1853C1.4361%208.8501%201%208.1523%201%207.3875C1%206.6227%201.4361%205.9249%202.1236%205.5897L11.1236%201.2022C11.3966%201.0692%2011.6963%201%2012%201C12.3037%201%2012.6034%201.0692%2012.8764%201.2022Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M2%2012.625L11.5618%2017.2864C11.8384%2017.4212%2012.1616%2017.4212%2012.4382%2017.2864L22%2012.625M2%2017.2375L11.5618%2021.8989C11.8384%2022.0337%2012.1616%2022.0337%2012.4382%2021.8989L22%2017.2375%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%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.4%22%20d%3D%22M12.8764%201.2022L21.8764%205.5897C22.5639%205.9249%2023%206.6227%2023%207.3875C23%208.1523%2022.5639%208.8501%2021.8764%209.1853L12.8764%2013.5728C12.6034%2013.7058%2012.3037%2013.775%2012%2013.775C11.6963%2013.775%2011.3966%2013.7058%2011.1236%2013.5728L2.1236%209.1853C1.4361%208.8501%201%208.1523%201%207.3875C1%206.6227%201.4361%205.9249%202.1236%205.5897L11.1236%201.2022C11.3966%201.0692%2011.6963%201%2012%201C12.3037%201%2012.6034%201.0692%2012.8764%201.2022Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M2%2012.625L11.5618%2017.2864C11.8384%2017.4212%2012.1616%2017.4212%2012.4382%2017.2864L22%2012.625M2%2017.2375L11.5618%2021.8989C11.8384%2022.0337%2012.1616%2022.0337%2012.4382%2021.8989L22%2017.2375%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/keyline-icons/layers-duotone.svg?color=%231a73e8&size=48