layers icon

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

Name
layers-filled
Set
Reicon
Style
Filled
Category
Tools
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

All layers 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"><g fill="currentColor"><path d="M4.979 9.685C2.993 8.891 2 8.494 2 8s.993-.89 2.979-1.685l2.808-1.123C9.773 4.397 10.767 4 12 4s2.227.397 4.213 1.192l2.808 1.123C21.007 7.109 22 7.506 22 8s-.993.89-2.979 1.685l-2.808 1.124C14.227 11.603 13.233 12 12 12s-2.227-.397-4.213-1.191z"/><path fill-rule="evenodd" d="M2 8c0 .494.993.89 2.979 1.685l2.808 1.124C9.773 11.603 10.767 12 12 12s2.227-.397 4.213-1.191l2.808-1.124C21.007 8.891 22 8.494 22 8s-.993-.89-2.979-1.685l-2.808-1.123C14.227 4.397 13.233 4 12 4s-2.227.397-4.213 1.192L4.98 6.315C2.993 7.109 2 7.506 2 8" clip-rule="evenodd"/><path d="m19.021 13.685l-2.808 1.124C14.227 15.603 13.233 16 12 16s-2.227-.397-4.213-1.191L4.98 13.685C2.993 12.891 2 12.493 2 12c0-.445.807-.812 2.42-1.461l3.141 1.256C9.411 12.535 10.572 13 12 13s2.59-.465 4.439-1.205l3.14-1.256C21.194 11.189 22 11.555 22 12c0 .493-.993.89-2.979 1.685"/><path d="m19.021 17.685l-2.808 1.123C14.227 19.603 13.233 20 12 20s-2.227-.397-4.213-1.192L4.98 17.685C2.993 16.89 2 16.493 2 16c0-.445.807-.812 2.42-1.461l3.141 1.256C9.411 16.535 10.572 17 12 17s2.59-.465 4.439-1.205l3.14-1.256c1.614.65 2.421 1.016 2.421 1.46c0 .494-.993.891-2.979 1.686"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconLayersFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M4.979 9.685C2.993 8.891 2 8.494 2 8s.993-.89 2.979-1.685l2.808-1.123C9.773 4.397 10.767 4 12 4s2.227.397 4.213 1.192l2.808 1.123C21.007 7.109 22 7.506 22 8s-.993.89-2.979 1.685l-2.808 1.124C14.227 11.603 13.233 12 12 12s-2.227-.397-4.213-1.191z"/><path fillRule="evenodd" d="M2 8c0 .494.993.89 2.979 1.685l2.808 1.124C9.773 11.603 10.767 12 12 12s2.227-.397 4.213-1.191l2.808-1.124C21.007 8.891 22 8.494 22 8s-.993-.89-2.979-1.685l-2.808-1.123C14.227 4.397 13.233 4 12 4s-2.227.397-4.213 1.192L4.98 6.315C2.993 7.109 2 7.506 2 8" clipRule="evenodd"/><path d="m19.021 13.685l-2.808 1.124C14.227 15.603 13.233 16 12 16s-2.227-.397-4.213-1.191L4.98 13.685C2.993 12.891 2 12.493 2 12c0-.445.807-.812 2.42-1.461l3.141 1.256C9.411 12.535 10.572 13 12 13s2.59-.465 4.439-1.205l3.14-1.256C21.194 11.189 22 11.555 22 12c0 .493-.993.89-2.979 1.685"/><path d="m19.021 17.685l-2.808 1.123C14.227 19.603 13.233 20 12 20s-2.227-.397-4.213-1.192L4.98 17.685C2.993 16.89 2 16.493 2 16c0-.445.807-.812 2.42-1.461l3.141 1.256C9.411 16.535 10.572 17 12 17s2.59-.465 4.439-1.205l3.14-1.256c1.614.65 2.421 1.016 2.421 1.46c0 .494-.993.891-2.979 1.686"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M4.979 9.685C2.993 8.891 2 8.494 2 8s.993-.89 2.979-1.685l2.808-1.123C9.773 4.397 10.767 4 12 4s2.227.397 4.213 1.192l2.808 1.123C21.007 7.109 22 7.506 22 8s-.993.89-2.979 1.685l-2.808 1.124C14.227 11.603 13.233 12 12 12s-2.227-.397-4.213-1.191z"/><path fill-rule="evenodd" d="M2 8c0 .494.993.89 2.979 1.685l2.808 1.124C9.773 11.603 10.767 12 12 12s2.227-.397 4.213-1.191l2.808-1.124C21.007 8.891 22 8.494 22 8s-.993-.89-2.979-1.685l-2.808-1.123C14.227 4.397 13.233 4 12 4s-2.227.397-4.213 1.192L4.98 6.315C2.993 7.109 2 7.506 2 8" clip-rule="evenodd"/><path d="m19.021 13.685l-2.808 1.124C14.227 15.603 13.233 16 12 16s-2.227-.397-4.213-1.191L4.98 13.685C2.993 12.891 2 12.493 2 12c0-.445.807-.812 2.42-1.461l3.141 1.256C9.411 12.535 10.572 13 12 13s2.59-.465 4.439-1.205l3.14-1.256C21.194 11.189 22 11.555 22 12c0 .493-.993.89-2.979 1.685"/><path d="m19.021 17.685l-2.808 1.123C14.227 19.603 13.233 20 12 20s-2.227-.397-4.213-1.192L4.98 17.685C2.993 16.89 2 16.493 2 16c0-.445.807-.812 2.42-1.461l3.141 1.256C9.411 16.535 10.572 17 12 17s2.59-.465 4.439-1.205l3.14-1.256c1.614.65 2.421 1.016 2.421 1.46c0 .494-.993.891-2.979 1.686"/></g></svg>
</template>

CSS

.icon-layers-filled {
  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%22currentColor%22%3E%3Cpath%20d%3D%22M4.979%209.685C2.993%208.891%202%208.494%202%208s.993-.89%202.979-1.685l2.808-1.123C9.773%204.397%2010.767%204%2012%204s2.227.397%204.213%201.192l2.808%201.123C21.007%207.109%2022%207.506%2022%208s-.993.89-2.979%201.685l-2.808%201.124C14.227%2011.603%2013.233%2012%2012%2012s-2.227-.397-4.213-1.191z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M2%208c0%20.494.993.89%202.979%201.685l2.808%201.124C9.773%2011.603%2010.767%2012%2012%2012s2.227-.397%204.213-1.191l2.808-1.124C21.007%208.891%2022%208.494%2022%208s-.993-.89-2.979-1.685l-2.808-1.123C14.227%204.397%2013.233%204%2012%204s-2.227.397-4.213%201.192L4.98%206.315C2.993%207.109%202%207.506%202%208%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22m19.021%2013.685l-2.808%201.124C14.227%2015.603%2013.233%2016%2012%2016s-2.227-.397-4.213-1.191L4.98%2013.685C2.993%2012.891%202%2012.493%202%2012c0-.445.807-.812%202.42-1.461l3.141%201.256C9.411%2012.535%2010.572%2013%2012%2013s2.59-.465%204.439-1.205l3.14-1.256C21.194%2011.189%2022%2011.555%2022%2012c0%20.493-.993.89-2.979%201.685%22%2F%3E%3Cpath%20d%3D%22m19.021%2017.685l-2.808%201.123C14.227%2019.603%2013.233%2020%2012%2020s-2.227-.397-4.213-1.192L4.98%2017.685C2.993%2016.89%202%2016.493%202%2016c0-.445.807-.812%202.42-1.461l3.141%201.256C9.411%2016.535%2010.572%2017%2012%2017s2.59-.465%204.439-1.205l3.14-1.256c1.614.65%202.421%201.016%202.421%201.46c0%20.494-.993.891-2.979%201.686%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%22currentColor%22%3E%3Cpath%20d%3D%22M4.979%209.685C2.993%208.891%202%208.494%202%208s.993-.89%202.979-1.685l2.808-1.123C9.773%204.397%2010.767%204%2012%204s2.227.397%204.213%201.192l2.808%201.123C21.007%207.109%2022%207.506%2022%208s-.993.89-2.979%201.685l-2.808%201.124C14.227%2011.603%2013.233%2012%2012%2012s-2.227-.397-4.213-1.191z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M2%208c0%20.494.993.89%202.979%201.685l2.808%201.124C9.773%2011.603%2010.767%2012%2012%2012s2.227-.397%204.213-1.191l2.808-1.124C21.007%208.891%2022%208.494%2022%208s-.993-.89-2.979-1.685l-2.808-1.123C14.227%204.397%2013.233%204%2012%204s-2.227.397-4.213%201.192L4.98%206.315C2.993%207.109%202%207.506%202%208%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22m19.021%2013.685l-2.808%201.124C14.227%2015.603%2013.233%2016%2012%2016s-2.227-.397-4.213-1.191L4.98%2013.685C2.993%2012.891%202%2012.493%202%2012c0-.445.807-.812%202.42-1.461l3.141%201.256C9.411%2012.535%2010.572%2013%2012%2013s2.59-.465%204.439-1.205l3.14-1.256C21.194%2011.189%2022%2011.555%2022%2012c0%20.493-.993.89-2.979%201.685%22%2F%3E%3Cpath%20d%3D%22m19.021%2017.685l-2.808%201.123C14.227%2019.603%2013.233%2020%2012%2020s-2.227-.397-4.213-1.192L4.98%2017.685C2.993%2016.89%202%2016.493%202%2016c0-.445.807-.812%202.42-1.461l3.141%201.256C9.411%2016.535%2010.572%2017%2012%2017s2.59-.465%204.439-1.205l3.14-1.256c1.614.65%202.421%201.016%202.421%201.46c0%20.494-.993.891-2.979%201.686%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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