layers2 icon
layers2-filled from Reicon by REICON · Filled · UI · MIT Free for personal and commercial use.
- Name
- layers2-filled
- Set
- Reicon
- Style
- Filled
- Category
- UI
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
More ui icons from Reicon
Use the layers2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="m20.913 5.897l-7.825-4.12a2.32 2.32 0 0 0-2.175 0l-7.826 4.12c-.659.347-1.068 1.026-1.068 1.77s.409 1.422 1.068 1.769l7.825 4.12a2.33 2.33 0 0 0 2.175.001l7.826-4.121c.659-.347 1.068-1.025 1.068-1.77s-.409-1.422-1.068-1.769"/><path d="M20.981 11a1 1 0 0 0-1 1l-7.826 4.121a.33.33 0 0 1-.31 0L4.02 12a1 1 0 0 0-2 0c0 .745.41 1.423 1.068 1.77l7.825 4.12a2.33 2.33 0 0 0 2.175 0l7.826-4.12A2 2 0 0 0 21.981 12a1 1 0 0 0-1-1"/><path d="M20.981 15.333a1 1 0 0 0-1 1l-7.826 4.122a.33.33 0 0 1-.31 0L4.02 16.333a1 1 0 0 0-2 0c0 .746.41 1.423 1.068 1.77l7.825 4.12a2.33 2.33 0 0 0 2.175.001l7.826-4.121a2 2 0 0 0 1.068-1.77a1 1 0 0 0-1-1Z"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconLayers2Filled(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="m20.913 5.897l-7.825-4.12a2.32 2.32 0 0 0-2.175 0l-7.826 4.12c-.659.347-1.068 1.026-1.068 1.77s.409 1.422 1.068 1.769l7.825 4.12a2.33 2.33 0 0 0 2.175.001l7.826-4.121c.659-.347 1.068-1.025 1.068-1.77s-.409-1.422-1.068-1.769"/><path d="M20.981 11a1 1 0 0 0-1 1l-7.826 4.121a.33.33 0 0 1-.31 0L4.02 12a1 1 0 0 0-2 0c0 .745.41 1.423 1.068 1.77l7.825 4.12a2.33 2.33 0 0 0 2.175 0l7.826-4.12A2 2 0 0 0 21.981 12a1 1 0 0 0-1-1"/><path d="M20.981 15.333a1 1 0 0 0-1 1l-7.826 4.122a.33.33 0 0 1-.31 0L4.02 16.333a1 1 0 0 0-2 0c0 .746.41 1.423 1.068 1.77l7.825 4.12a2.33 2.33 0 0 0 2.175.001l7.826-4.121a2 2 0 0 0 1.068-1.77a1 1 0 0 0-1-1Z"/></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="m20.913 5.897l-7.825-4.12a2.32 2.32 0 0 0-2.175 0l-7.826 4.12c-.659.347-1.068 1.026-1.068 1.77s.409 1.422 1.068 1.769l7.825 4.12a2.33 2.33 0 0 0 2.175.001l7.826-4.121c.659-.347 1.068-1.025 1.068-1.77s-.409-1.422-1.068-1.769"/><path d="M20.981 11a1 1 0 0 0-1 1l-7.826 4.121a.33.33 0 0 1-.31 0L4.02 12a1 1 0 0 0-2 0c0 .745.41 1.423 1.068 1.77l7.825 4.12a2.33 2.33 0 0 0 2.175 0l7.826-4.12A2 2 0 0 0 21.981 12a1 1 0 0 0-1-1"/><path d="M20.981 15.333a1 1 0 0 0-1 1l-7.826 4.122a.33.33 0 0 1-.31 0L4.02 16.333a1 1 0 0 0-2 0c0 .746.41 1.423 1.068 1.77l7.825 4.12a2.33 2.33 0 0 0 2.175.001l7.826-4.121a2 2 0 0 0 1.068-1.77a1 1 0 0 0-1-1Z"/></g></svg> </template>
CSS
.icon-layers2-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%22m20.913%205.897l-7.825-4.12a2.32%202.32%200%200%200-2.175%200l-7.826%204.12c-.659.347-1.068%201.026-1.068%201.77s.409%201.422%201.068%201.769l7.825%204.12a2.33%202.33%200%200%200%202.175.001l7.826-4.121c.659-.347%201.068-1.025%201.068-1.77s-.409-1.422-1.068-1.769%22%2F%3E%3Cpath%20d%3D%22M20.981%2011a1%201%200%200%200-1%201l-7.826%204.121a.33.33%200%200%201-.31%200L4.02%2012a1%201%200%200%200-2%200c0%20.745.41%201.423%201.068%201.77l7.825%204.12a2.33%202.33%200%200%200%202.175%200l7.826-4.12A2%202%200%200%200%2021.981%2012a1%201%200%200%200-1-1%22%2F%3E%3Cpath%20d%3D%22M20.981%2015.333a1%201%200%200%200-1%201l-7.826%204.122a.33.33%200%200%201-.31%200L4.02%2016.333a1%201%200%200%200-2%200c0%20.746.41%201.423%201.068%201.77l7.825%204.12a2.33%202.33%200%200%200%202.175.001l7.826-4.121a2%202%200%200%200%201.068-1.77a1%201%200%200%200-1-1Z%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%22m20.913%205.897l-7.825-4.12a2.32%202.32%200%200%200-2.175%200l-7.826%204.12c-.659.347-1.068%201.026-1.068%201.77s.409%201.422%201.068%201.769l7.825%204.12a2.33%202.33%200%200%200%202.175.001l7.826-4.121c.659-.347%201.068-1.025%201.068-1.77s-.409-1.422-1.068-1.769%22%2F%3E%3Cpath%20d%3D%22M20.981%2011a1%201%200%200%200-1%201l-7.826%204.121a.33.33%200%200%201-.31%200L4.02%2012a1%201%200%200%200-2%200c0%20.745.41%201.423%201.068%201.77l7.825%204.12a2.33%202.33%200%200%200%202.175%200l7.826-4.12A2%202%200%200%200%2021.981%2012a1%201%200%200%200-1-1%22%2F%3E%3Cpath%20d%3D%22M20.981%2015.333a1%201%200%200%200-1%201l-7.826%204.122a.33.33%200%200%201-.31%200L4.02%2016.333a1%201%200%200%200-2%200c0%20.746.41%201.423%201.068%201.77l7.825%204.12a2.33%202.33%200%200%200%202.175.001l7.826-4.121a2%202%200%200%200%201.068-1.77a1%201%200%200%200-1-1Z%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/layers2-filled.svg?color=%231a73e8&size=48