layers icon
layers from Jam Icons by Michael Amprimo · Outline · MIT Free for personal and commercial use.
- Name
- layers
- Set
- Jam Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
1 other variant in Jam 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="-1.5 -4 24 24"><path fill="currentColor" d="m13.071 7.762l6.417 2.575a1 1 0 0 1 .01 1.852l-8.85 3.664a1 1 0 0 1-.765 0L1.032 12.19a1 1 0 0 1 .01-1.852l6.53-2.62c.374-.15 1.556.29 2.693.294c1.215.004 2.387-.417 2.806-.249zM4.064 11.28l6.201 2.567l6.202-2.567l-6.202-2.489zM10.638.786l8.85 3.551a1 1 0 0 1 .01 1.852l-8.85 3.664a1 1 0 0 1-.765 0L1.032 6.19a1 1 0 0 1 .01-1.852L9.892.786a1 1 0 0 1 .746 0M4.064 5.28l6.201 2.567l6.202-2.567l-6.202-2.489z"/></svg>
React
import type { SVGProps } from "react";
export function JamLayers(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-1.5 -4 24 24"><path fill="currentColor" d="m13.071 7.762l6.417 2.575a1 1 0 0 1 .01 1.852l-8.85 3.664a1 1 0 0 1-.765 0L1.032 12.19a1 1 0 0 1 .01-1.852l6.53-2.62c.374-.15 1.556.29 2.693.294c1.215.004 2.387-.417 2.806-.249zM4.064 11.28l6.201 2.567l6.202-2.567l-6.202-2.489zM10.638.786l8.85 3.551a1 1 0 0 1 .01 1.852l-8.85 3.664a1 1 0 0 1-.765 0L1.032 6.19a1 1 0 0 1 .01-1.852L9.892.786a1 1 0 0 1 .746 0M4.064 5.28l6.201 2.567l6.202-2.567l-6.202-2.489z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-1.5 -4 24 24"><path fill="currentColor" d="m13.071 7.762l6.417 2.575a1 1 0 0 1 .01 1.852l-8.85 3.664a1 1 0 0 1-.765 0L1.032 12.19a1 1 0 0 1 .01-1.852l6.53-2.62c.374-.15 1.556.29 2.693.294c1.215.004 2.387-.417 2.806-.249zM4.064 11.28l6.201 2.567l6.202-2.567l-6.202-2.489zM10.638.786l8.85 3.551a1 1 0 0 1 .01 1.852l-8.85 3.664a1 1 0 0 1-.765 0L1.032 6.19a1 1 0 0 1 .01-1.852L9.892.786a1 1 0 0 1 .746 0M4.064 5.28l6.201 2.567l6.202-2.567l-6.202-2.489z"/></svg> </template>
CSS
.icon-layers {
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%22-1.5%20-4%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m13.071%207.762l6.417%202.575a1%201%200%200%201%20.01%201.852l-8.85%203.664a1%201%200%200%201-.765%200L1.032%2012.19a1%201%200%200%201%20.01-1.852l6.53-2.62c.374-.15%201.556.29%202.693.294c1.215.004%202.387-.417%202.806-.249zM4.064%2011.28l6.201%202.567l6.202-2.567l-6.202-2.489zM10.638.786l8.85%203.551a1%201%200%200%201%20.01%201.852l-8.85%203.664a1%201%200%200%201-.765%200L1.032%206.19a1%201%200%200%201%20.01-1.852L9.892.786a1%201%200%200%201%20.746%200M4.064%205.28l6.201%202.567l6.202-2.567l-6.202-2.489z%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%22-1.5%20-4%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m13.071%207.762l6.417%202.575a1%201%200%200%201%20.01%201.852l-8.85%203.664a1%201%200%200%201-.765%200L1.032%2012.19a1%201%200%200%201%20.01-1.852l6.53-2.62c.374-.15%201.556.29%202.693.294c1.215.004%202.387-.417%202.806-.249zM4.064%2011.28l6.201%202.567l6.202-2.567l-6.202-2.489zM10.638.786l8.85%203.551a1%201%200%200%201%20.01%201.852l-8.85%203.664a1%201%200%200%201-.765%200L1.032%206.19a1%201%200%200%201%20.01-1.852L9.892.786a1%201%200%200%201%20.746%200M4.064%205.28l6.201%202.567l6.202-2.567l-6.202-2.489z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/jam/layers.svg?color=%231a73e8&size=48