light group icon
light-group-outline from Material Symbols by Google · Outline · Home · Apache-2.0 Free for personal and commercial use.
- Name
- light-group-outline
- Set
- Material Symbols
- Style
- Outline
- 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
activity-zoneairwaveaqaq-indoorarming-countdownarrows-more-downarrows-more-upassistant-on-hubbattery-horiz-000battery-horiz-050battery-horiz-075battery-profilechromecast-2cleaning-bucketclimate-mini-splitcool-to-drydetection-and-zonedetection-and-zone-offdetectordetector-alarmdetector-batterydetector-codetector-offlinedetector-status
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-.275t-.288-.7q-.05-2.25 1.4-3.912T16 12.1V2h2v10.1q2.175.35 3.613 2.013T23 18.025q0 .425-.288.7T22 19h-3q0 .825-.575 1.413T17 21M6 19v-8H2q-.5 0-.8-.387t-.175-.863l1.875-7q.1-.325.363-.537T3.875 2h6.25q.35 0 .613.213t.362.537l1.875 7q.125.475-.175.863T12 11H8v8zm7.1-2h7.8q-.3-1.35-1.4-2.175T17 14q-1.375 0-2.475.825T13.1 17M3.3 9h7.4L9.375 4H4.65zM17 15.5"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightGroupOutline(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-.275t-.288-.7q-.05-2.25 1.4-3.912T16 12.1V2h2v10.1q2.175.35 3.613 2.013T23 18.025q0 .425-.288.7T22 19h-3q0 .825-.575 1.413T17 21M6 19v-8H2q-.5 0-.8-.387t-.175-.863l1.875-7q.1-.325.363-.537T3.875 2h6.25q.35 0 .613.213t.362.537l1.875 7q.125.475-.175.863T12 11H8v8zm7.1-2h7.8q-.3-1.35-1.4-2.175T17 14q-1.375 0-2.475.825T13.1 17M3.3 9h7.4L9.375 4H4.65zM17 15.5"/></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-.275t-.288-.7q-.05-2.25 1.4-3.912T16 12.1V2h2v10.1q2.175.35 3.613 2.013T23 18.025q0 .425-.288.7T22 19h-3q0 .825-.575 1.413T17 21M6 19v-8H2q-.5 0-.8-.387t-.175-.863l1.875-7q.1-.325.363-.537T3.875 2h6.25q.35 0 .613.213t.362.537l1.875 7q.125.475-.175.863T12 11H8v8zm7.1-2h7.8q-.3-1.35-1.4-2.175T17 14q-1.375 0-2.475.825T13.1 17M3.3 9h7.4L9.375 4H4.65zM17 15.5"/></svg> </template>
CSS
.icon-light-group-outline {
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-.275t-.288-.7q-.05-2.25%201.4-3.912T16%2012.1V2h2v10.1q2.175.35%203.613%202.013T23%2018.025q0%20.425-.288.7T22%2019h-3q0%20.825-.575%201.413T17%2021M6%2019v-8H2q-.5%200-.8-.387t-.175-.863l1.875-7q.1-.325.363-.537T3.875%202h6.25q.35%200%20.613.213t.362.537l1.875%207q.125.475-.175.863T12%2011H8v8zm7.1-2h7.8q-.3-1.35-1.4-2.175T17%2014q-1.375%200-2.475.825T13.1%2017M3.3%209h7.4L9.375%204H4.65zM17%2015.5%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-.275t-.288-.7q-.05-2.25%201.4-3.912T16%2012.1V2h2v10.1q2.175.35%203.613%202.013T23%2018.025q0%20.425-.288.7T22%2019h-3q0%20.825-.575%201.413T17%2021M6%2019v-8H2q-.5%200-.8-.387t-.175-.863l1.875-7q.1-.325.363-.537T3.875%202h6.25q.35%200%20.613.213t.362.537l1.875%207q.125.475-.175.863T12%2011H8v8zm7.1-2h7.8q-.3-1.35-1.4-2.175T17%2014q-1.375%200-2.475.825T13.1%2017M3.3%209h7.4L9.375%204H4.65zM17%2015.5%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-outline.svg?color=%231a73e8&size=48