layer group icon
layer-group from Line Awesome by Icons8 · Line · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- layer-group
- Set
- Line Awesome
- Style
- Line
- Category
- Maps
- Viewbox
- 32×32
- License
- Apache 2.0
- Aliases
- layer-group-solid
The same icon in other sets
More maps icons from Line Awesome
Use the layer group icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m16 5.938l-.375.125l-10 4L3.312 11l2.313.938L9.531 13.5l-3.906 1.563L3.312 16l2.313.938L9.531 18.5l-3.906 1.563L3.312 21l2.313.938l10 4l.375.125l.375-.125l10-4L28.688 21l-2.313-.938l-3.906-1.562l3.906-1.563L28.688 16l-2.313-.938l-3.906-1.562l3.906-1.563L28.688 11l-2.313-.938l-10-4zm0 2.156L23.281 11L16 13.906L8.719 11zm-3.75 6.5l3.375 1.344l.375.124l.375-.125l3.375-1.343L23.281 16L16 18.906L8.719 16zm0 5l3.375 1.343l.375.125l.375-.125l3.375-1.343L23.281 21L16 23.906L8.719 21z"/></svg>
React
import type { SVGProps } from "react";
export function LaLayerGroup(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m16 5.938l-.375.125l-10 4L3.312 11l2.313.938L9.531 13.5l-3.906 1.563L3.312 16l2.313.938L9.531 18.5l-3.906 1.563L3.312 21l2.313.938l10 4l.375.125l.375-.125l10-4L28.688 21l-2.313-.938l-3.906-1.562l3.906-1.563L28.688 16l-2.313-.938l-3.906-1.562l3.906-1.563L28.688 11l-2.313-.938l-10-4zm0 2.156L23.281 11L16 13.906L8.719 11zm-3.75 6.5l3.375 1.344l.375.124l.375-.125l3.375-1.343L23.281 16L16 18.906L8.719 16zm0 5l3.375 1.343l.375.125l.375-.125l3.375-1.343L23.281 21L16 23.906L8.719 21z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m16 5.938l-.375.125l-10 4L3.312 11l2.313.938L9.531 13.5l-3.906 1.563L3.312 16l2.313.938L9.531 18.5l-3.906 1.563L3.312 21l2.313.938l10 4l.375.125l.375-.125l10-4L28.688 21l-2.313-.938l-3.906-1.562l3.906-1.563L28.688 16l-2.313-.938l-3.906-1.562l3.906-1.563L28.688 11l-2.313-.938l-10-4zm0 2.156L23.281 11L16 13.906L8.719 11zm-3.75 6.5l3.375 1.344l.375.124l.375-.125l3.375-1.343L23.281 16L16 18.906L8.719 16zm0 5l3.375 1.343l.375.125l.375-.125l3.375-1.343L23.281 21L16 23.906L8.719 21z"/></svg> </template>
CSS
.icon-layer-group {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m16%205.938l-.375.125l-10%204L3.312%2011l2.313.938L9.531%2013.5l-3.906%201.563L3.312%2016l2.313.938L9.531%2018.5l-3.906%201.563L3.312%2021l2.313.938l10%204l.375.125l.375-.125l10-4L28.688%2021l-2.313-.938l-3.906-1.562l3.906-1.563L28.688%2016l-2.313-.938l-3.906-1.562l3.906-1.563L28.688%2011l-2.313-.938l-10-4zm0%202.156L23.281%2011L16%2013.906L8.719%2011zm-3.75%206.5l3.375%201.344l.375.124l.375-.125l3.375-1.343L23.281%2016L16%2018.906L8.719%2016zm0%205l3.375%201.343l.375.125l.375-.125l3.375-1.343L23.281%2021L16%2023.906L8.719%2021z%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%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m16%205.938l-.375.125l-10%204L3.312%2011l2.313.938L9.531%2013.5l-3.906%201.563L3.312%2016l2.313.938L9.531%2018.5l-3.906%201.563L3.312%2021l2.313.938l10%204l.375.125l.375-.125l10-4L28.688%2021l-2.313-.938l-3.906-1.562l3.906-1.563L28.688%2016l-2.313-.938l-3.906-1.562l3.906-1.563L28.688%2011l-2.313-.938l-10-4zm0%202.156L23.281%2011L16%2013.906L8.719%2011zm-3.75%206.5l3.375%201.344l.375.124l.375-.125l3.375-1.343L23.281%2016L16%2018.906L8.719%2016zm0%205l3.375%201.343l.375.125l.375-.125l3.375-1.343L23.281%2021L16%2023.906L8.719%2021z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/layer-group.svg?color=%231a73e8&size=48