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

Name
layers-outline
Set
Eva Icons
Style
Outline
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="M21 11.35a1 1 0 0 0-.61-.86l-2.15-.92l2.26-1.3a1 1 0 0 0 .5-.92a1 1 0 0 0-.61-.86l-8-3.41a1 1 0 0 0-.78 0l-8 3.41a1 1 0 0 0-.61.86a1 1 0 0 0 .5.92l2.26 1.3l-2.15.92a1 1 0 0 0-.61.86a1 1 0 0 0 .5.92l2.26 1.3l-2.15.92a1 1 0 0 0-.61.86a1 1 0 0 0 .5.92l8 4.6a1 1 0 0 0 1 0l8-4.6a1 1 0 0 0 .5-.92a1 1 0 0 0-.61-.86l-2.15-.92l2.26-1.3a1 1 0 0 0 .5-.92m-9-6.26l5.76 2.45L12 10.85L6.24 7.54Zm-.5 7.78a1 1 0 0 0 1 0l3.57-2l1.69.72L12 14.85l-5.76-3.31l1.69-.72Zm6.26 2.67L12 18.85l-5.76-3.31l1.69-.72l3.57 2.05a1 1 0 0 0 1 0l3.57-2.05Z"/></svg>

React

import type { SVGProps } from "react";

export function EvaLayersOutline(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="M21 11.35a1 1 0 0 0-.61-.86l-2.15-.92l2.26-1.3a1 1 0 0 0 .5-.92a1 1 0 0 0-.61-.86l-8-3.41a1 1 0 0 0-.78 0l-8 3.41a1 1 0 0 0-.61.86a1 1 0 0 0 .5.92l2.26 1.3l-2.15.92a1 1 0 0 0-.61.86a1 1 0 0 0 .5.92l2.26 1.3l-2.15.92a1 1 0 0 0-.61.86a1 1 0 0 0 .5.92l8 4.6a1 1 0 0 0 1 0l8-4.6a1 1 0 0 0 .5-.92a1 1 0 0 0-.61-.86l-2.15-.92l2.26-1.3a1 1 0 0 0 .5-.92m-9-6.26l5.76 2.45L12 10.85L6.24 7.54Zm-.5 7.78a1 1 0 0 0 1 0l3.57-2l1.69.72L12 14.85l-5.76-3.31l1.69-.72Zm6.26 2.67L12 18.85l-5.76-3.31l1.69-.72l3.57 2.05a1 1 0 0 0 1 0l3.57-2.05Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 11.35a1 1 0 0 0-.61-.86l-2.15-.92l2.26-1.3a1 1 0 0 0 .5-.92a1 1 0 0 0-.61-.86l-8-3.41a1 1 0 0 0-.78 0l-8 3.41a1 1 0 0 0-.61.86a1 1 0 0 0 .5.92l2.26 1.3l-2.15.92a1 1 0 0 0-.61.86a1 1 0 0 0 .5.92l2.26 1.3l-2.15.92a1 1 0 0 0-.61.86a1 1 0 0 0 .5.92l8 4.6a1 1 0 0 0 1 0l8-4.6a1 1 0 0 0 .5-.92a1 1 0 0 0-.61-.86l-2.15-.92l2.26-1.3a1 1 0 0 0 .5-.92m-9-6.26l5.76 2.45L12 10.85L6.24 7.54Zm-.5 7.78a1 1 0 0 0 1 0l3.57-2l1.69.72L12 14.85l-5.76-3.31l1.69-.72Zm6.26 2.67L12 18.85l-5.76-3.31l1.69-.72l3.57 2.05a1 1 0 0 0 1 0l3.57-2.05Z"/></svg>
</template>

CSS

.icon-layers-outline {
  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%22M21%2011.35a1%201%200%200%200-.61-.86l-2.15-.92l2.26-1.3a1%201%200%200%200%20.5-.92a1%201%200%200%200-.61-.86l-8-3.41a1%201%200%200%200-.78%200l-8%203.41a1%201%200%200%200-.61.86a1%201%200%200%200%20.5.92l2.26%201.3l-2.15.92a1%201%200%200%200-.61.86a1%201%200%200%200%20.5.92l2.26%201.3l-2.15.92a1%201%200%200%200-.61.86a1%201%200%200%200%20.5.92l8%204.6a1%201%200%200%200%201%200l8-4.6a1%201%200%200%200%20.5-.92a1%201%200%200%200-.61-.86l-2.15-.92l2.26-1.3a1%201%200%200%200%20.5-.92m-9-6.26l5.76%202.45L12%2010.85L6.24%207.54Zm-.5%207.78a1%201%200%200%200%201%200l3.57-2l1.69.72L12%2014.85l-5.76-3.31l1.69-.72Zm6.26%202.67L12%2018.85l-5.76-3.31l1.69-.72l3.57%202.05a1%201%200%200%200%201%200l3.57-2.05Z%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%22M21%2011.35a1%201%200%200%200-.61-.86l-2.15-.92l2.26-1.3a1%201%200%200%200%20.5-.92a1%201%200%200%200-.61-.86l-8-3.41a1%201%200%200%200-.78%200l-8%203.41a1%201%200%200%200-.61.86a1%201%200%200%200%20.5.92l2.26%201.3l-2.15.92a1%201%200%200%200-.61.86a1%201%200%200%200%20.5.92l2.26%201.3l-2.15.92a1%201%200%200%200-.61.86a1%201%200%200%200%20.5.92l8%204.6a1%201%200%200%200%201%200l8-4.6a1%201%200%200%200%20.5-.92a1%201%200%200%200-.61-.86l-2.15-.92l2.26-1.3a1%201%200%200%200%20.5-.92m-9-6.26l5.76%202.45L12%2010.85L6.24%207.54Zm-.5%207.78a1%201%200%200%200%201%200l3.57-2l1.69.72L12%2014.85l-5.76-3.31l1.69-.72Zm6.26%202.67L12%2018.85l-5.76-3.31l1.69-.72l3.57%202.05a1%201%200%200%200%201%200l3.57-2.05Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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