layers-fill from Eva Icons by Akveo · Fill · MIT Free for personal and commercial use.

Name
layers-fill
Set
Eva Icons
Style
Fill
Viewbox
24×24
License
MIT

1 other variant in Eva Icons

The same icon in other sets

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" d="m3.24 7.29l8.52 4.63a.51.51 0 0 0 .48 0l8.52-4.63a.44.44 0 0 0-.05-.81L12.19 3a.5.5 0 0 0-.38 0L3.29 6.48a.44.44 0 0 0-.05.81"/><path fill="currentColor" d="m20.71 10.66l-1.83-.78l-6.64 3.61a.51.51 0 0 1-.48 0L5.12 9.88l-1.83.78a.48.48 0 0 0 0 .85l8.52 4.9a.46.46 0 0 0 .48 0l8.52-4.9a.48.48 0 0 0-.1-.85"/><path fill="currentColor" d="m20.71 15.1l-1.56-.68l-6.91 3.76a.51.51 0 0 1-.48 0l-6.91-3.76l-1.56.68a.49.49 0 0 0 0 .87l8.52 5a.51.51 0 0 0 .48 0l8.52-5a.49.49 0 0 0-.1-.87"/></svg>

React

import type { SVGProps } from "react";

export function EvaLayersFill(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" d="m3.24 7.29l8.52 4.63a.51.51 0 0 0 .48 0l8.52-4.63a.44.44 0 0 0-.05-.81L12.19 3a.5.5 0 0 0-.38 0L3.29 6.48a.44.44 0 0 0-.05.81"/><path fill="currentColor" d="m20.71 10.66l-1.83-.78l-6.64 3.61a.51.51 0 0 1-.48 0L5.12 9.88l-1.83.78a.48.48 0 0 0 0 .85l8.52 4.9a.46.46 0 0 0 .48 0l8.52-4.9a.48.48 0 0 0-.1-.85"/><path fill="currentColor" d="m20.71 15.1l-1.56-.68l-6.91 3.76a.51.51 0 0 1-.48 0l-6.91-3.76l-1.56.68a.49.49 0 0 0 0 .87l8.52 5a.51.51 0 0 0 .48 0l8.52-5a.49.49 0 0 0-.1-.87"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m3.24 7.29l8.52 4.63a.51.51 0 0 0 .48 0l8.52-4.63a.44.44 0 0 0-.05-.81L12.19 3a.5.5 0 0 0-.38 0L3.29 6.48a.44.44 0 0 0-.05.81"/><path fill="currentColor" d="m20.71 10.66l-1.83-.78l-6.64 3.61a.51.51 0 0 1-.48 0L5.12 9.88l-1.83.78a.48.48 0 0 0 0 .85l8.52 4.9a.46.46 0 0 0 .48 0l8.52-4.9a.48.48 0 0 0-.1-.85"/><path fill="currentColor" d="m20.71 15.1l-1.56-.68l-6.91 3.76a.51.51 0 0 1-.48 0l-6.91-3.76l-1.56.68a.49.49 0 0 0 0 .87l8.52 5a.51.51 0 0 0 .48 0l8.52-5a.49.49 0 0 0-.1-.87"/></svg>
</template>

CSS

.icon-layers-fill {
  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%20d%3D%22m3.24%207.29l8.52%204.63a.51.51%200%200%200%20.48%200l8.52-4.63a.44.44%200%200%200-.05-.81L12.19%203a.5.5%200%200%200-.38%200L3.29%206.48a.44.44%200%200%200-.05.81%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m20.71%2010.66l-1.83-.78l-6.64%203.61a.51.51%200%200%201-.48%200L5.12%209.88l-1.83.78a.48.48%200%200%200%200%20.85l8.52%204.9a.46.46%200%200%200%20.48%200l8.52-4.9a.48.48%200%200%200-.1-.85%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m20.71%2015.1l-1.56-.68l-6.91%203.76a.51.51%200%200%201-.48%200l-6.91-3.76l-1.56.68a.49.49%200%200%200%200%20.87l8.52%205a.51.51%200%200%200%20.48%200l8.52-5a.49.49%200%200%200-.1-.87%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%20d%3D%22m3.24%207.29l8.52%204.63a.51.51%200%200%200%20.48%200l8.52-4.63a.44.44%200%200%200-.05-.81L12.19%203a.5.5%200%200%200-.38%200L3.29%206.48a.44.44%200%200%200-.05.81%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m20.71%2010.66l-1.83-.78l-6.64%203.61a.51.51%200%200%201-.48%200L5.12%209.88l-1.83.78a.48.48%200%200%200%200%20.85l8.52%204.9a.46.46%200%200%200%20.48%200l8.52-4.9a.48.48%200%200%200-.1-.85%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m20.71%2015.1l-1.56-.68l-6.91%203.76a.51.51%200%200%201-.48%200l-6.91-3.76l-1.56.68a.49.49%200%200%200%200%20.87l8.52%205a.51.51%200%200%200%20.48%200l8.52-5a.49.49%200%200%200-.1-.87%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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