layers alt icon
layers-alt-filled from Reicon by REICON · Filled · UI · MIT Free for personal and commercial use.
- Name
- layers-alt-filled
- Set
- Reicon
- Style
- Filled
- Category
- UI
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
The same icon in other sets
All layers alt icons →More ui icons from Reicon
Use the layers alt icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M13.513 1.595a3.5 3.5 0 0 0-3.027 0L2.129 5.603c-1.173.563-1.173 2.233 0 2.796l8.357 4.007a3.5 3.5 0 0 0 3.027 0L21.87 8.4c1.173-.563 1.173-2.233 0-2.796z"/><path d="M3.605 11.559a.75.75 0 1 0-.649-1.352l-.827.396c-1.173.563-1.173 2.233 0 2.796l8.357 4.007a3.5 3.5 0 0 0 3.027 0l8.357-4.007c1.173-.563 1.173-2.233 0-2.796l-.827-.396a.75.75 0 0 0-.649 1.352l.827.397l.017.01l.005.006a.1.1 0 0 1 .007.029a.1.1 0 0 1-.007.028l-.005.006l-.017.011l-8.357 4.007a2 2 0 0 1-1.73 0l-8.357-4.007l-.016-.01l-.005-.007a.1.1 0 0 1-.007-.028q.001-.021.007-.029l.005-.006l.016-.01z"/><path d="M3.605 16.559a.75.75 0 1 0-.649-1.352l-.827.396c-1.173.563-1.173 2.233 0 2.795l8.357 4.008a3.5 3.5 0 0 0 3.027 0l8.357-4.008c1.173-.562 1.173-2.232 0-2.795l-.827-.396a.75.75 0 0 0-.649 1.352l.827.397l.017.01l.003.003l.002.003a.1.1 0 0 1 .007.029a.1.1 0 0 1-.007.028l-.005.006l-.017.011l-8.357 4.007a2 2 0 0 1-1.73 0l-8.357-4.007l-.016-.01l-.005-.007a.1.1 0 0 1-.007-.028q.001-.021.007-.029l.005-.006l.016-.01z"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconLayersAltFilled(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="M13.513 1.595a3.5 3.5 0 0 0-3.027 0L2.129 5.603c-1.173.563-1.173 2.233 0 2.796l8.357 4.007a3.5 3.5 0 0 0 3.027 0L21.87 8.4c1.173-.563 1.173-2.233 0-2.796z"/><path d="M3.605 11.559a.75.75 0 1 0-.649-1.352l-.827.396c-1.173.563-1.173 2.233 0 2.796l8.357 4.007a3.5 3.5 0 0 0 3.027 0l8.357-4.007c1.173-.563 1.173-2.233 0-2.796l-.827-.396a.75.75 0 0 0-.649 1.352l.827.397l.017.01l.005.006a.1.1 0 0 1 .007.029a.1.1 0 0 1-.007.028l-.005.006l-.017.011l-8.357 4.007a2 2 0 0 1-1.73 0l-8.357-4.007l-.016-.01l-.005-.007a.1.1 0 0 1-.007-.028q.001-.021.007-.029l.005-.006l.016-.01z"/><path d="M3.605 16.559a.75.75 0 1 0-.649-1.352l-.827.396c-1.173.563-1.173 2.233 0 2.795l8.357 4.008a3.5 3.5 0 0 0 3.027 0l8.357-4.008c1.173-.562 1.173-2.232 0-2.795l-.827-.396a.75.75 0 0 0-.649 1.352l.827.397l.017.01l.003.003l.002.003a.1.1 0 0 1 .007.029a.1.1 0 0 1-.007.028l-.005.006l-.017.011l-8.357 4.007a2 2 0 0 1-1.73 0l-8.357-4.007l-.016-.01l-.005-.007a.1.1 0 0 1-.007-.028q.001-.021.007-.029l.005-.006l.016-.01z"/></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="M13.513 1.595a3.5 3.5 0 0 0-3.027 0L2.129 5.603c-1.173.563-1.173 2.233 0 2.796l8.357 4.007a3.5 3.5 0 0 0 3.027 0L21.87 8.4c1.173-.563 1.173-2.233 0-2.796z"/><path d="M3.605 11.559a.75.75 0 1 0-.649-1.352l-.827.396c-1.173.563-1.173 2.233 0 2.796l8.357 4.007a3.5 3.5 0 0 0 3.027 0l8.357-4.007c1.173-.563 1.173-2.233 0-2.796l-.827-.396a.75.75 0 0 0-.649 1.352l.827.397l.017.01l.005.006a.1.1 0 0 1 .007.029a.1.1 0 0 1-.007.028l-.005.006l-.017.011l-8.357 4.007a2 2 0 0 1-1.73 0l-8.357-4.007l-.016-.01l-.005-.007a.1.1 0 0 1-.007-.028q.001-.021.007-.029l.005-.006l.016-.01z"/><path d="M3.605 16.559a.75.75 0 1 0-.649-1.352l-.827.396c-1.173.563-1.173 2.233 0 2.795l8.357 4.008a3.5 3.5 0 0 0 3.027 0l8.357-4.008c1.173-.562 1.173-2.232 0-2.795l-.827-.396a.75.75 0 0 0-.649 1.352l.827.397l.017.01l.003.003l.002.003a.1.1 0 0 1 .007.029a.1.1 0 0 1-.007.028l-.005.006l-.017.011l-8.357 4.007a2 2 0 0 1-1.73 0l-8.357-4.007l-.016-.01l-.005-.007a.1.1 0 0 1-.007-.028q.001-.021.007-.029l.005-.006l.016-.01z"/></g></svg> </template>
CSS
.icon-layers-alt-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%22M13.513%201.595a3.5%203.5%200%200%200-3.027%200L2.129%205.603c-1.173.563-1.173%202.233%200%202.796l8.357%204.007a3.5%203.5%200%200%200%203.027%200L21.87%208.4c1.173-.563%201.173-2.233%200-2.796z%22%2F%3E%3Cpath%20d%3D%22M3.605%2011.559a.75.75%200%201%200-.649-1.352l-.827.396c-1.173.563-1.173%202.233%200%202.796l8.357%204.007a3.5%203.5%200%200%200%203.027%200l8.357-4.007c1.173-.563%201.173-2.233%200-2.796l-.827-.396a.75.75%200%200%200-.649%201.352l.827.397l.017.01l.005.006a.1.1%200%200%201%20.007.029a.1.1%200%200%201-.007.028l-.005.006l-.017.011l-8.357%204.007a2%202%200%200%201-1.73%200l-8.357-4.007l-.016-.01l-.005-.007a.1.1%200%200%201-.007-.028q.001-.021.007-.029l.005-.006l.016-.01z%22%2F%3E%3Cpath%20d%3D%22M3.605%2016.559a.75.75%200%201%200-.649-1.352l-.827.396c-1.173.563-1.173%202.233%200%202.795l8.357%204.008a3.5%203.5%200%200%200%203.027%200l8.357-4.008c1.173-.562%201.173-2.232%200-2.795l-.827-.396a.75.75%200%200%200-.649%201.352l.827.397l.017.01l.003.003l.002.003a.1.1%200%200%201%20.007.029a.1.1%200%200%201-.007.028l-.005.006l-.017.011l-8.357%204.007a2%202%200%200%201-1.73%200l-8.357-4.007l-.016-.01l-.005-.007a.1.1%200%200%201-.007-.028q.001-.021.007-.029l.005-.006l.016-.01z%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%22M13.513%201.595a3.5%203.5%200%200%200-3.027%200L2.129%205.603c-1.173.563-1.173%202.233%200%202.796l8.357%204.007a3.5%203.5%200%200%200%203.027%200L21.87%208.4c1.173-.563%201.173-2.233%200-2.796z%22%2F%3E%3Cpath%20d%3D%22M3.605%2011.559a.75.75%200%201%200-.649-1.352l-.827.396c-1.173.563-1.173%202.233%200%202.796l8.357%204.007a3.5%203.5%200%200%200%203.027%200l8.357-4.007c1.173-.563%201.173-2.233%200-2.796l-.827-.396a.75.75%200%200%200-.649%201.352l.827.397l.017.01l.005.006a.1.1%200%200%201%20.007.029a.1.1%200%200%201-.007.028l-.005.006l-.017.011l-8.357%204.007a2%202%200%200%201-1.73%200l-8.357-4.007l-.016-.01l-.005-.007a.1.1%200%200%201-.007-.028q.001-.021.007-.029l.005-.006l.016-.01z%22%2F%3E%3Cpath%20d%3D%22M3.605%2016.559a.75.75%200%201%200-.649-1.352l-.827.396c-1.173.563-1.173%202.233%200%202.795l8.357%204.008a3.5%203.5%200%200%200%203.027%200l8.357-4.008c1.173-.562%201.173-2.232%200-2.795l-.827-.396a.75.75%200%200%200-.649%201.352l.827.397l.017.01l.003.003l.002.003a.1.1%200%200%201%20.007.029a.1.1%200%200%201-.007.028l-.005.006l-.017.011l-8.357%204.007a2%202%200%200%201-1.73%200l-8.357-4.007l-.016-.01l-.005-.007a.1.1%200%200%201-.007-.028q.001-.021.007-.029l.005-.006l.016-.01z%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-alt-filled.svg?color=%231a73e8&size=48