layers icon
layers-f from Jam Icons by Michael Amprimo · Filled · MIT Free for personal and commercial use.
- Name
- layers-f
- Set
- Jam Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- MIT
1 other variant in Jam Icons
The same icon in other sets
layersBootstrap IconslayersCarbonlayersCodiconslayers-fillEva IconslayersFramework7 IconslayersFeather Iconslayers-outlineFlowbite IconslayersHumbleiconslayersIconParklayersIconPark OutlinelayersIconPark SolidlayersIconPark TwoTonelayersIonIconslayersLucidelayersMaterial SymbolslayersMaterial Symbols LightlayersMaterial Design Iconslayers-fillMingCute IconlayersRadix Iconslayers-boldSolarlayersTDesign Iconslayers-outlineTeenyiconslayersUnicons
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="m10.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 0m5.759 8.31l3.091 1.241a1 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.852l3.091-1.24l5.176 2.142a2.5 2.5 0 0 0 1.912 0l5.176-2.142z"/></svg>
React
import type { SVGProps } from "react";
export function JamLayersF(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="m10.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 0m5.759 8.31l3.091 1.241a1 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.852l3.091-1.24l5.176 2.142a2.5 2.5 0 0 0 1.912 0l5.176-2.142z"/></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="m10.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 0m5.759 8.31l3.091 1.241a1 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.852l3.091-1.24l5.176 2.142a2.5 2.5 0 0 0 1.912 0l5.176-2.142z"/></svg> </template>
CSS
.icon-layers-f {
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%22m10.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%200m5.759%208.31l3.091%201.241a1%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.852l3.091-1.24l5.176%202.142a2.5%202.5%200%200%200%201.912%200l5.176-2.142z%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%22m10.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%200m5.759%208.31l3.091%201.241a1%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.852l3.091-1.24l5.176%202.142a2.5%202.5%200%200%200%201.912%200l5.176-2.142z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/jam/layers-f.svg?color=%231a73e8&size=48