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

Name
light-group
Set
Material Symbols
Style
Regular
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-3q-.425 0-.712-.288T11 18q-.05-2.25 1.4-3.9t3.6-2V2h2v10.1q2.175.35 3.613 2T23 18q0 .425-.288.713T22 19h-3q0 .825-.575 1.413T17 21M6 19v-8H2q-.5 0-.788-.387T1.05 9.75l1.875-7q.1-.325.363-.537T3.9 2h6.225q.35 0 .613.213t.362.537l1.875 7q.125.475-.162.863t-.788.387H8v8z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightGroup(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-3q-.425 0-.712-.288T11 18q-.05-2.25 1.4-3.9t3.6-2V2h2v10.1q2.175.35 3.613 2T23 18q0 .425-.288.713T22 19h-3q0 .825-.575 1.413T17 21M6 19v-8H2q-.5 0-.788-.387T1.05 9.75l1.875-7q.1-.325.363-.537T3.9 2h6.225q.35 0 .613.213t.362.537l1.875 7q.125.475-.162.863t-.788.387H8v8z"/></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-3q-.425 0-.712-.288T11 18q-.05-2.25 1.4-3.9t3.6-2V2h2v10.1q2.175.35 3.613 2T23 18q0 .425-.288.713T22 19h-3q0 .825-.575 1.413T17 21M6 19v-8H2q-.5 0-.788-.387T1.05 9.75l1.875-7q.1-.325.363-.537T3.9 2h6.225q.35 0 .613.213t.362.537l1.875 7q.125.475-.162.863t-.788.387H8v8z"/></svg>
</template>

CSS

.icon-light-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%22M3%2022v-2h8v2zm14-1q-.825%200-1.412-.587T15%2019h-3q-.425%200-.712-.288T11%2018q-.05-2.25%201.4-3.9t3.6-2V2h2v10.1q2.175.35%203.613%202T23%2018q0%20.425-.288.713T22%2019h-3q0%20.825-.575%201.413T17%2021M6%2019v-8H2q-.5%200-.788-.387T1.05%209.75l1.875-7q.1-.325.363-.537T3.9%202h6.225q.35%200%20.613.213t.362.537l1.875%207q.125.475-.162.863t-.788.387H8v8z%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-3q-.425%200-.712-.288T11%2018q-.05-2.25%201.4-3.9t3.6-2V2h2v10.1q2.175.35%203.613%202T23%2018q0%20.425-.288.713T22%2019h-3q0%20.825-.575%201.413T17%2021M6%2019v-8H2q-.5%200-.788-.387T1.05%209.75l1.875-7q.1-.325.363-.537T3.9%202h6.225q.35%200%20.613.213t.362.537l1.875%207q.125.475-.162.863t-.788.387H8v8z%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.svg?color=%231a73e8&size=48