layer group icon

layer-group from Unicons by Iconscout · Line · User Interface · Apache-2.0 Free for personal and commercial use.

Name
layer-group
Set
Unicons
Style
Line
Category
User Interface
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

More user interface icons from Unicons

Use the layer group icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m2.5 8.86l9 5.2a1 1 0 0 0 1 0l9-5.2A1 1 0 0 0 22 8a1 1 0 0 0-.5-.87l-9-5.19a1 1 0 0 0-1 0l-9 5.19A1 1 0 0 0 2 8a1 1 0 0 0 .5.86M12 4l7 4l-7 4l-7-4Zm8.5 7.17L12 16l-8.5-4.87a1 1 0 0 0-1.37.37a1 1 0 0 0 .37 1.36l9 5.2a1 1 0 0 0 1 0l9-5.2a1 1 0 0 0 .37-1.36a1 1 0 0 0-1.37-.37Zm0 4L12 20l-8.5-4.87a1 1 0 0 0-1.37.37a1 1 0 0 0 .37 1.36l9 5.2a1 1 0 0 0 1 0l9-5.2a1 1 0 0 0 .37-1.36a1 1 0 0 0-1.37-.37Z"/></svg>

React

import type { SVGProps } from "react";

export function UilLayerGroup(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m2.5 8.86l9 5.2a1 1 0 0 0 1 0l9-5.2A1 1 0 0 0 22 8a1 1 0 0 0-.5-.87l-9-5.19a1 1 0 0 0-1 0l-9 5.19A1 1 0 0 0 2 8a1 1 0 0 0 .5.86M12 4l7 4l-7 4l-7-4Zm8.5 7.17L12 16l-8.5-4.87a1 1 0 0 0-1.37.37a1 1 0 0 0 .37 1.36l9 5.2a1 1 0 0 0 1 0l9-5.2a1 1 0 0 0 .37-1.36a1 1 0 0 0-1.37-.37Zm0 4L12 20l-8.5-4.87a1 1 0 0 0-1.37.37a1 1 0 0 0 .37 1.36l9 5.2a1 1 0 0 0 1 0l9-5.2a1 1 0 0 0 .37-1.36a1 1 0 0 0-1.37-.37Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m2.5 8.86l9 5.2a1 1 0 0 0 1 0l9-5.2A1 1 0 0 0 22 8a1 1 0 0 0-.5-.87l-9-5.19a1 1 0 0 0-1 0l-9 5.19A1 1 0 0 0 2 8a1 1 0 0 0 .5.86M12 4l7 4l-7 4l-7-4Zm8.5 7.17L12 16l-8.5-4.87a1 1 0 0 0-1.37.37a1 1 0 0 0 .37 1.36l9 5.2a1 1 0 0 0 1 0l9-5.2a1 1 0 0 0 .37-1.36a1 1 0 0 0-1.37-.37Zm0 4L12 20l-8.5-4.87a1 1 0 0 0-1.37.37a1 1 0 0 0 .37 1.36l9 5.2a1 1 0 0 0 1 0l9-5.2a1 1 0 0 0 .37-1.36a1 1 0 0 0-1.37-.37Z"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m2.5%208.86l9%205.2a1%201%200%200%200%201%200l9-5.2A1%201%200%200%200%2022%208a1%201%200%200%200-.5-.87l-9-5.19a1%201%200%200%200-1%200l-9%205.19A1%201%200%200%200%202%208a1%201%200%200%200%20.5.86M12%204l7%204l-7%204l-7-4Zm8.5%207.17L12%2016l-8.5-4.87a1%201%200%200%200-1.37.37a1%201%200%200%200%20.37%201.36l9%205.2a1%201%200%200%200%201%200l9-5.2a1%201%200%200%200%20.37-1.36a1%201%200%200%200-1.37-.37Zm0%204L12%2020l-8.5-4.87a1%201%200%200%200-1.37.37a1%201%200%200%200%20.37%201.36l9%205.2a1%201%200%200%200%201%200l9-5.2a1%201%200%200%200%20.37-1.36a1%201%200%200%200-1.37-.37Z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m2.5%208.86l9%205.2a1%201%200%200%200%201%200l9-5.2A1%201%200%200%200%2022%208a1%201%200%200%200-.5-.87l-9-5.19a1%201%200%200%200-1%200l-9%205.19A1%201%200%200%200%202%208a1%201%200%200%200%20.5.86M12%204l7%204l-7%204l-7-4Zm8.5%207.17L12%2016l-8.5-4.87a1%201%200%200%200-1.37.37a1%201%200%200%200%20.37%201.36l9%205.2a1%201%200%200%200%201%200l9-5.2a1%201%200%200%200%20.37-1.36a1%201%200%200%200-1.37-.37Zm0%204L12%2020l-8.5-4.87a1%201%200%200%200-1.37.37a1%201%200%200%200%20.37%201.36l9%205.2a1%201%200%200%200%201%200l9-5.2a1%201%200%200%200%20.37-1.36a1%201%200%200%200-1.37-.37Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/layer-group.svg?color=%231a73e8&size=48