layers icon
layers-line-duotone from Solar by 480 Design · Line Duotone · Tools · CC-BY-4.0 Attribution required.
- Name
- layers-line-duotone
- Set
- Solar
- Style
- Line Duotone
- Category
- Tools
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
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 IconslayersTDesign Iconslayers-outlineTeenyiconslayersUnicons
More tools icons from Solar
align-bottom-boldalign-horizontal-center-boldalign-horizontal-spacing-boldalign-left-boldalign-right-boldalign-top-boldalign-vertical-center-boldalign-vertical-spacing-boldcolour-tuning-boldcrop-boldcrop-minimalistic-boldfilters-boldflip-horizontal-boldflip-vertical-boldframe-boldlayers-minimalistic-boldmirror-left-boldmirror-right-boldpaint-brush-boldpaint-roller-boldpalette-2-boldpalette-boldpalette-round-boldpipette-bold
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-width="1.5"><path d="M4.97883 9.68508C2.99294 8.89073 2 8.49355 2 8C2 7.50645 2.99294 7.10927 4.97883 6.31492L7.7873 5.19153C9.77318 4.39718 10.7661 4 12 4C13.2339 4 14.2268 4.39718 16.2127 5.19153L19.0212 6.31492C21.0071 7.10927 22 7.50645 22 8C22 8.49355 21.0071 8.89073 19.0212 9.68508L16.2127 10.8085C14.2268 11.6028 13.2339 12 12 12C10.7661 12 9.77318 11.6028 7.7873 10.8085L4.97883 9.68508Z"/><path d="M5.76613 10L4.97883 10.3149C2.99294 11.1093 2 11.5065 2 12C2 12.4935 2.99294 12.8907 4.97883 13.6851L7.7873 14.8085C9.77318 15.6028 10.7661 16 12 16C13.2339 16 14.2268 15.6028 16.2127 14.8085L19.0212 13.6851C21.0071 12.8907 22 12.4935 22 12C22 11.5065 21.0071 11.1093 19.0212 10.3149L18.2339 10M5.76613 14L4.97883 14.3149C2.99294 15.1093 2 15.5065 2 16C2 16.4935 2.99294 16.8907 4.97883 17.6851L7.7873 18.8085C9.77318 19.6028 10.7661 20 12 20C13.2339 20 14.2268 19.6028 16.2127 18.8085L19.0212 17.6851C21.0071 16.8907 22 16.4935 22 16C22 15.5065 21.0071 15.1093 19.0212 14.3149L18.2339 14" opacity=".5"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarLayersLineDuotone(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" strokeWidth="1.5"><path d="M4.97883 9.68508C2.99294 8.89073 2 8.49355 2 8C2 7.50645 2.99294 7.10927 4.97883 6.31492L7.7873 5.19153C9.77318 4.39718 10.7661 4 12 4C13.2339 4 14.2268 4.39718 16.2127 5.19153L19.0212 6.31492C21.0071 7.10927 22 7.50645 22 8C22 8.49355 21.0071 8.89073 19.0212 9.68508L16.2127 10.8085C14.2268 11.6028 13.2339 12 12 12C10.7661 12 9.77318 11.6028 7.7873 10.8085L4.97883 9.68508Z"/><path d="M5.76613 10L4.97883 10.3149C2.99294 11.1093 2 11.5065 2 12C2 12.4935 2.99294 12.8907 4.97883 13.6851L7.7873 14.8085C9.77318 15.6028 10.7661 16 12 16C13.2339 16 14.2268 15.6028 16.2127 14.8085L19.0212 13.6851C21.0071 12.8907 22 12.4935 22 12C22 11.5065 21.0071 11.1093 19.0212 10.3149L18.2339 10M5.76613 14L4.97883 14.3149C2.99294 15.1093 2 15.5065 2 16C2 16.4935 2.99294 16.8907 4.97883 17.6851L7.7873 18.8085C9.77318 19.6028 10.7661 20 12 20C13.2339 20 14.2268 19.6028 16.2127 18.8085L19.0212 17.6851C21.0071 16.8907 22 16.4935 22 16C22 15.5065 21.0071 15.1093 19.0212 14.3149L18.2339 14" opacity=".5"/></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-width="1.5"><path d="M4.97883 9.68508C2.99294 8.89073 2 8.49355 2 8C2 7.50645 2.99294 7.10927 4.97883 6.31492L7.7873 5.19153C9.77318 4.39718 10.7661 4 12 4C13.2339 4 14.2268 4.39718 16.2127 5.19153L19.0212 6.31492C21.0071 7.10927 22 7.50645 22 8C22 8.49355 21.0071 8.89073 19.0212 9.68508L16.2127 10.8085C14.2268 11.6028 13.2339 12 12 12C10.7661 12 9.77318 11.6028 7.7873 10.8085L4.97883 9.68508Z"/><path d="M5.76613 10L4.97883 10.3149C2.99294 11.1093 2 11.5065 2 12C2 12.4935 2.99294 12.8907 4.97883 13.6851L7.7873 14.8085C9.77318 15.6028 10.7661 16 12 16C13.2339 16 14.2268 15.6028 16.2127 14.8085L19.0212 13.6851C21.0071 12.8907 22 12.4935 22 12C22 11.5065 21.0071 11.1093 19.0212 10.3149L18.2339 10M5.76613 14L4.97883 14.3149C2.99294 15.1093 2 15.5065 2 16C2 16.4935 2.99294 16.8907 4.97883 17.6851L7.7873 18.8085C9.77318 19.6028 10.7661 20 12 20C13.2339 20 14.2268 19.6028 16.2127 18.8085L19.0212 17.6851C21.0071 16.8907 22 16.4935 22 16C22 15.5065 21.0071 15.1093 19.0212 14.3149L18.2339 14" opacity=".5"/></g></svg> </template>
CSS
.icon-layers-line-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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M4.97883%209.68508C2.99294%208.89073%202%208.49355%202%208C2%207.50645%202.99294%207.10927%204.97883%206.31492L7.7873%205.19153C9.77318%204.39718%2010.7661%204%2012%204C13.2339%204%2014.2268%204.39718%2016.2127%205.19153L19.0212%206.31492C21.0071%207.10927%2022%207.50645%2022%208C22%208.49355%2021.0071%208.89073%2019.0212%209.68508L16.2127%2010.8085C14.2268%2011.6028%2013.2339%2012%2012%2012C10.7661%2012%209.77318%2011.6028%207.7873%2010.8085L4.97883%209.68508Z%22%2F%3E%3Cpath%20d%3D%22M5.76613%2010L4.97883%2010.3149C2.99294%2011.1093%202%2011.5065%202%2012C2%2012.4935%202.99294%2012.8907%204.97883%2013.6851L7.7873%2014.8085C9.77318%2015.6028%2010.7661%2016%2012%2016C13.2339%2016%2014.2268%2015.6028%2016.2127%2014.8085L19.0212%2013.6851C21.0071%2012.8907%2022%2012.4935%2022%2012C22%2011.5065%2021.0071%2011.1093%2019.0212%2010.3149L18.2339%2010M5.76613%2014L4.97883%2014.3149C2.99294%2015.1093%202%2015.5065%202%2016C2%2016.4935%202.99294%2016.8907%204.97883%2017.6851L7.7873%2018.8085C9.77318%2019.6028%2010.7661%2020%2012%2020C13.2339%2020%2014.2268%2019.6028%2016.2127%2018.8085L19.0212%2017.6851C21.0071%2016.8907%2022%2016.4935%2022%2016C22%2015.5065%2021.0071%2015.1093%2019.0212%2014.3149L18.2339%2014%22%20opacity%3D%22.5%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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M4.97883%209.68508C2.99294%208.89073%202%208.49355%202%208C2%207.50645%202.99294%207.10927%204.97883%206.31492L7.7873%205.19153C9.77318%204.39718%2010.7661%204%2012%204C13.2339%204%2014.2268%204.39718%2016.2127%205.19153L19.0212%206.31492C21.0071%207.10927%2022%207.50645%2022%208C22%208.49355%2021.0071%208.89073%2019.0212%209.68508L16.2127%2010.8085C14.2268%2011.6028%2013.2339%2012%2012%2012C10.7661%2012%209.77318%2011.6028%207.7873%2010.8085L4.97883%209.68508Z%22%2F%3E%3Cpath%20d%3D%22M5.76613%2010L4.97883%2010.3149C2.99294%2011.1093%202%2011.5065%202%2012C2%2012.4935%202.99294%2012.8907%204.97883%2013.6851L7.7873%2014.8085C9.77318%2015.6028%2010.7661%2016%2012%2016C13.2339%2016%2014.2268%2015.6028%2016.2127%2014.8085L19.0212%2013.6851C21.0071%2012.8907%2022%2012.4935%2022%2012C22%2011.5065%2021.0071%2011.1093%2019.0212%2010.3149L18.2339%2010M5.76613%2014L4.97883%2014.3149C2.99294%2015.1093%202%2015.5065%202%2016C2%2016.4935%202.99294%2016.8907%204.97883%2017.6851L7.7873%2018.8085C9.77318%2019.6028%2010.7661%2020%2012%2020C13.2339%2020%2014.2268%2019.6028%2016.2127%2018.8085L19.0212%2017.6851C21.0071%2016.8907%2022%2016.4935%2022%2016C22%2015.5065%2021.0071%2015.1093%2019.0212%2014.3149L18.2339%2014%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/layers-line-duotone.svg?color=%231a73e8&size=48