layers alt icon
layers-alt from Reicon by REICON · Outline · UI · MIT Free for personal and commercial use.
- Name
- layers-alt
- Set
- Reicon
- Style
- Outline
- 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 fill-rule="evenodd" 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.796zm-2.378 1.353a2 2 0 0 1 1.73 0l8.356 4.008l.017.01l.005.007l.007.027a.1.1 0 0 1-.007.029l-.005.006l-.017.01l-8.357 4.008a2 2 0 0 1-1.73 0L2.779 7.046l-.017-.01l-.005-.006A.1.1 0 0 1 2.749 7q.001-.022.007-.028l.005-.007l.017-.01z" clip-rule="evenodd"/><path d="M3.957 10.559a.75.75 0 0 1-.352 1l-.828.397l-.016.01l-.005.006a.1.1 0 0 0-.007.029q.001.021.007.028l.005.006l.016.011l8.357 4.007a2 2 0 0 0 1.73 0l8.357-4.007l.017-.01l.005-.007a.1.1 0 0 0 .007-.028a.1.1 0 0 0-.007-.029l-.005-.006l-.017-.01l-.827-.397a.75.75 0 0 1 .649-1.352l.827.396c1.173.563 1.173 2.233 0 2.796l-8.357 4.007a3.5 3.5 0 0 1-3.027 0l-8.357-4.007c-1.173-.563-1.173-2.233 0-2.796l.827-.396a.75.75 0 0 1 1 .351"/><path d="M3.957 15.559a.75.75 0 0 1-.352 1l-.828.397l-.016.01l-.005.006a.1.1 0 0 0-.007.029q.001.02.007.028l.005.006l.016.011l8.357 4.007a2 2 0 0 0 1.73 0l8.357-4.007l.017-.01l.005-.007a.1.1 0 0 0 .007-.028a.1.1 0 0 0-.007-.029l-.002-.003l-.003-.003l-.017-.01l-.827-.397a.75.75 0 0 1 .649-1.352l.827.396c1.173.563 1.173 2.233 0 2.795l-8.357 4.008a3.5 3.5 0 0 1-3.027 0l-8.357-4.008c-1.173-.562-1.173-2.232 0-2.795l.827-.396a.75.75 0 0 1 1 .351"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconLayersAlt(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 fillRule="evenodd" 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.796zm-2.378 1.353a2 2 0 0 1 1.73 0l8.356 4.008l.017.01l.005.007l.007.027a.1.1 0 0 1-.007.029l-.005.006l-.017.01l-8.357 4.008a2 2 0 0 1-1.73 0L2.779 7.046l-.017-.01l-.005-.006A.1.1 0 0 1 2.749 7q.001-.022.007-.028l.005-.007l.017-.01z" clipRule="evenodd"/><path d="M3.957 10.559a.75.75 0 0 1-.352 1l-.828.397l-.016.01l-.005.006a.1.1 0 0 0-.007.029q.001.021.007.028l.005.006l.016.011l8.357 4.007a2 2 0 0 0 1.73 0l8.357-4.007l.017-.01l.005-.007a.1.1 0 0 0 .007-.028a.1.1 0 0 0-.007-.029l-.005-.006l-.017-.01l-.827-.397a.75.75 0 0 1 .649-1.352l.827.396c1.173.563 1.173 2.233 0 2.796l-8.357 4.007a3.5 3.5 0 0 1-3.027 0l-8.357-4.007c-1.173-.563-1.173-2.233 0-2.796l.827-.396a.75.75 0 0 1 1 .351"/><path d="M3.957 15.559a.75.75 0 0 1-.352 1l-.828.397l-.016.01l-.005.006a.1.1 0 0 0-.007.029q.001.02.007.028l.005.006l.016.011l8.357 4.007a2 2 0 0 0 1.73 0l8.357-4.007l.017-.01l.005-.007a.1.1 0 0 0 .007-.028a.1.1 0 0 0-.007-.029l-.002-.003l-.003-.003l-.017-.01l-.827-.397a.75.75 0 0 1 .649-1.352l.827.396c1.173.563 1.173 2.233 0 2.795l-8.357 4.008a3.5 3.5 0 0 1-3.027 0l-8.357-4.008c-1.173-.562-1.173-2.232 0-2.795l.827-.396a.75.75 0 0 1 1 .351"/></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 fill-rule="evenodd" 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.796zm-2.378 1.353a2 2 0 0 1 1.73 0l8.356 4.008l.017.01l.005.007l.007.027a.1.1 0 0 1-.007.029l-.005.006l-.017.01l-8.357 4.008a2 2 0 0 1-1.73 0L2.779 7.046l-.017-.01l-.005-.006A.1.1 0 0 1 2.749 7q.001-.022.007-.028l.005-.007l.017-.01z" clip-rule="evenodd"/><path d="M3.957 10.559a.75.75 0 0 1-.352 1l-.828.397l-.016.01l-.005.006a.1.1 0 0 0-.007.029q.001.021.007.028l.005.006l.016.011l8.357 4.007a2 2 0 0 0 1.73 0l8.357-4.007l.017-.01l.005-.007a.1.1 0 0 0 .007-.028a.1.1 0 0 0-.007-.029l-.005-.006l-.017-.01l-.827-.397a.75.75 0 0 1 .649-1.352l.827.396c1.173.563 1.173 2.233 0 2.796l-8.357 4.007a3.5 3.5 0 0 1-3.027 0l-8.357-4.007c-1.173-.563-1.173-2.233 0-2.796l.827-.396a.75.75 0 0 1 1 .351"/><path d="M3.957 15.559a.75.75 0 0 1-.352 1l-.828.397l-.016.01l-.005.006a.1.1 0 0 0-.007.029q.001.02.007.028l.005.006l.016.011l8.357 4.007a2 2 0 0 0 1.73 0l8.357-4.007l.017-.01l.005-.007a.1.1 0 0 0 .007-.028a.1.1 0 0 0-.007-.029l-.002-.003l-.003-.003l-.017-.01l-.827-.397a.75.75 0 0 1 .649-1.352l.827.396c1.173.563 1.173 2.233 0 2.795l-8.357 4.008a3.5 3.5 0 0 1-3.027 0l-8.357-4.008c-1.173-.562-1.173-2.232 0-2.795l.827-.396a.75.75 0 0 1 1 .351"/></g></svg> </template>
CSS
.icon-layers-alt {
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%20fill-rule%3D%22evenodd%22%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.796zm-2.378%201.353a2%202%200%200%201%201.73%200l8.356%204.008l.017.01l.005.007l.007.027a.1.1%200%200%201-.007.029l-.005.006l-.017.01l-8.357%204.008a2%202%200%200%201-1.73%200L2.779%207.046l-.017-.01l-.005-.006A.1.1%200%200%201%202.749%207q.001-.022.007-.028l.005-.007l.017-.01z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M3.957%2010.559a.75.75%200%200%201-.352%201l-.828.397l-.016.01l-.005.006a.1.1%200%200%200-.007.029q.001.021.007.028l.005.006l.016.011l8.357%204.007a2%202%200%200%200%201.73%200l8.357-4.007l.017-.01l.005-.007a.1.1%200%200%200%20.007-.028a.1.1%200%200%200-.007-.029l-.005-.006l-.017-.01l-.827-.397a.75.75%200%200%201%20.649-1.352l.827.396c1.173.563%201.173%202.233%200%202.796l-8.357%204.007a3.5%203.5%200%200%201-3.027%200l-8.357-4.007c-1.173-.563-1.173-2.233%200-2.796l.827-.396a.75.75%200%200%201%201%20.351%22%2F%3E%3Cpath%20d%3D%22M3.957%2015.559a.75.75%200%200%201-.352%201l-.828.397l-.016.01l-.005.006a.1.1%200%200%200-.007.029q.001.02.007.028l.005.006l.016.011l8.357%204.007a2%202%200%200%200%201.73%200l8.357-4.007l.017-.01l.005-.007a.1.1%200%200%200%20.007-.028a.1.1%200%200%200-.007-.029l-.002-.003l-.003-.003l-.017-.01l-.827-.397a.75.75%200%200%201%20.649-1.352l.827.396c1.173.563%201.173%202.233%200%202.795l-8.357%204.008a3.5%203.5%200%200%201-3.027%200l-8.357-4.008c-1.173-.562-1.173-2.232%200-2.795l.827-.396a.75.75%200%200%201%201%20.351%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%20fill-rule%3D%22evenodd%22%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.796zm-2.378%201.353a2%202%200%200%201%201.73%200l8.356%204.008l.017.01l.005.007l.007.027a.1.1%200%200%201-.007.029l-.005.006l-.017.01l-8.357%204.008a2%202%200%200%201-1.73%200L2.779%207.046l-.017-.01l-.005-.006A.1.1%200%200%201%202.749%207q.001-.022.007-.028l.005-.007l.017-.01z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M3.957%2010.559a.75.75%200%200%201-.352%201l-.828.397l-.016.01l-.005.006a.1.1%200%200%200-.007.029q.001.021.007.028l.005.006l.016.011l8.357%204.007a2%202%200%200%200%201.73%200l8.357-4.007l.017-.01l.005-.007a.1.1%200%200%200%20.007-.028a.1.1%200%200%200-.007-.029l-.005-.006l-.017-.01l-.827-.397a.75.75%200%200%201%20.649-1.352l.827.396c1.173.563%201.173%202.233%200%202.796l-8.357%204.007a3.5%203.5%200%200%201-3.027%200l-8.357-4.007c-1.173-.563-1.173-2.233%200-2.796l.827-.396a.75.75%200%200%201%201%20.351%22%2F%3E%3Cpath%20d%3D%22M3.957%2015.559a.75.75%200%200%201-.352%201l-.828.397l-.016.01l-.005.006a.1.1%200%200%200-.007.029q.001.02.007.028l.005.006l.016.011l8.357%204.007a2%202%200%200%200%201.73%200l8.357-4.007l.017-.01l.005-.007a.1.1%200%200%200%20.007-.028a.1.1%200%200%200-.007-.029l-.002-.003l-.003-.003l-.017-.01l-.827-.397a.75.75%200%200%201%20.649-1.352l.827.396c1.173.563%201.173%202.233%200%202.795l-8.357%204.008a3.5%203.5%200%200%201-3.027%200l-8.357-4.008c-1.173-.562-1.173-2.232%200-2.795l.827-.396a.75.75%200%200%201%201%20.351%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.svg?color=%231a73e8&size=48