layers minimalistic icon
layers-minimalistic-linear from Solar by 480 Design · Linear · Tools · CC-BY-4.0 Attribution required.
- Name
- layers-minimalistic-linear
- Set
- Solar
- Style
- Linear
- Category
- Tools
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
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-boldmirror-left-boldmirror-right-boldpaint-brush-boldpaint-roller-boldpalette-2-boldpalette-boldpalette-round-boldpipette-bold
Use the layers minimalistic 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 stroke-linecap="round" d="M22 12C22 12 21.0071 12.8907 19.0212 13.6851L16.2127 14.8085C14.2268 15.6028 13.2339 16 12 16C10.7661 16 9.77318 15.6028 7.7873 14.8085L4.97883 13.6851C2.99294 12.8907 2 12 2 12"/><path stroke-linecap="round" d="M22 16C22 16 21.0071 16.8907 19.0212 17.6851L16.2127 18.8085C14.2268 19.6028 13.2339 20 12 20C10.7661 20 9.77318 19.6028 7.7873 18.8085L4.97883 17.6851C2.99294 16.8907 2 16 2 16"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarLayersMinimalisticLinear(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 strokeLinecap="round" d="M22 12C22 12 21.0071 12.8907 19.0212 13.6851L16.2127 14.8085C14.2268 15.6028 13.2339 16 12 16C10.7661 16 9.77318 15.6028 7.7873 14.8085L4.97883 13.6851C2.99294 12.8907 2 12 2 12"/><path strokeLinecap="round" d="M22 16C22 16 21.0071 16.8907 19.0212 17.6851L16.2127 18.8085C14.2268 19.6028 13.2339 20 12 20C10.7661 20 9.77318 19.6028 7.7873 18.8085L4.97883 17.6851C2.99294 16.8907 2 16 2 16"/></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 stroke-linecap="round" d="M22 12C22 12 21.0071 12.8907 19.0212 13.6851L16.2127 14.8085C14.2268 15.6028 13.2339 16 12 16C10.7661 16 9.77318 15.6028 7.7873 14.8085L4.97883 13.6851C2.99294 12.8907 2 12 2 12"/><path stroke-linecap="round" d="M22 16C22 16 21.0071 16.8907 19.0212 17.6851L16.2127 18.8085C14.2268 19.6028 13.2339 20 12 20C10.7661 20 9.77318 19.6028 7.7873 18.8085L4.97883 17.6851C2.99294 16.8907 2 16 2 16"/></g></svg> </template>
CSS
.icon-layers-minimalistic-linear {
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%20stroke-linecap%3D%22round%22%20d%3D%22M22%2012C22%2012%2021.0071%2012.8907%2019.0212%2013.6851L16.2127%2014.8085C14.2268%2015.6028%2013.2339%2016%2012%2016C10.7661%2016%209.77318%2015.6028%207.7873%2014.8085L4.97883%2013.6851C2.99294%2012.8907%202%2012%202%2012%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M22%2016C22%2016%2021.0071%2016.8907%2019.0212%2017.6851L16.2127%2018.8085C14.2268%2019.6028%2013.2339%2020%2012%2020C10.7661%2020%209.77318%2019.6028%207.7873%2018.8085L4.97883%2017.6851C2.99294%2016.8907%202%2016%202%2016%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%20stroke-linecap%3D%22round%22%20d%3D%22M22%2012C22%2012%2021.0071%2012.8907%2019.0212%2013.6851L16.2127%2014.8085C14.2268%2015.6028%2013.2339%2016%2012%2016C10.7661%2016%209.77318%2015.6028%207.7873%2014.8085L4.97883%2013.6851C2.99294%2012.8907%202%2012%202%2012%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M22%2016C22%2016%2021.0071%2016.8907%2019.0212%2017.6851L16.2127%2018.8085C14.2268%2019.6028%2013.2339%2020%2012%2020C10.7661%2020%209.77318%2019.6028%207.7873%2018.8085L4.97883%2017.6851C2.99294%2016.8907%202%2016%202%2016%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-minimalistic-linear.svg?color=%231a73e8&size=48