light-group-sharp from Material Symbols by Google · Sharp · Home · Apache-2.0 Free for personal and commercial use.

Name
light-group-sharp
Set
Material Symbols
Style
Sharp
Category
Home
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More home icons from Material Symbols

Use the light group icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 22v-2h8v2zm14-1q-.825 0-1.412-.587T15 19h-4v-1q0-2.25 1.425-3.9t3.575-2V2h2v10.1q2.175.35 3.588 2T23 18v1h-4q0 .825-.575 1.413T17 21M6 19v-8H.725l2.4-9H10.9l2.4 9H8v8z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightGroupSharp(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="M3 22v-2h8v2zm14-1q-.825 0-1.412-.587T15 19h-4v-1q0-2.25 1.425-3.9t3.575-2V2h2v10.1q2.175.35 3.588 2T23 18v1h-4q0 .825-.575 1.413T17 21M6 19v-8H.725l2.4-9H10.9l2.4 9H8v8z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 22v-2h8v2zm14-1q-.825 0-1.412-.587T15 19h-4v-1q0-2.25 1.425-3.9t3.575-2V2h2v10.1q2.175.35 3.588 2T23 18v1h-4q0 .825-.575 1.413T17 21M6 19v-8H.725l2.4-9H10.9l2.4 9H8v8z"/></svg>
</template>

CSS

.icon-light-group-sharp {
  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%22M3%2022v-2h8v2zm14-1q-.825%200-1.412-.587T15%2019h-4v-1q0-2.25%201.425-3.9t3.575-2V2h2v10.1q2.175.35%203.588%202T23%2018v1h-4q0%20.825-.575%201.413T17%2021M6%2019v-8H.725l2.4-9H10.9l2.4%209H8v8z%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%22M3%2022v-2h8v2zm14-1q-.825%200-1.412-.587T15%2019h-4v-1q0-2.25%201.425-3.9t3.575-2V2h2v10.1q2.175.35%203.588%202T23%2018v1h-4q0%20.825-.575%201.413T17%2021M6%2019v-8H.725l2.4-9H10.9l2.4%209H8v8z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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