light group 2 icon
light-group-2 from Material Symbols by Google · Regular · Household · Apache-2.0 Free for personal and commercial use.
- Name
- light-group-2
- Set
- Material Symbols
- Style
- Regular
- Category
- Household
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- light-group-2-sharp
3 other variants in Material Symbols
The same icon in other sets
More household icons from Material Symbols
Use the light group 2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M1.9 22L6 11.825V9H1l4-7h4l4 7H8v2.825L12.05 22H9.9l-1.925-4.8V22h-2v-4.8L4.05 22zM17 18q-1.375 0-2.45-.825T13.125 15H11q0-1.45.663-2.738t1.862-2.162q.125-1.025.8-1.787T16 7.225V2h2v5.225q.975.325 1.65 1.088t.8 1.787q1.2.875 1.875 2.163T23 15h-2.15q-.35 1.35-1.425 2.175T17 18m0-2q.525 0 .975-.262T18.7 15h-3.425q.275.475.725.738T17 16"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightGroup2(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="M1.9 22L6 11.825V9H1l4-7h4l4 7H8v2.825L12.05 22H9.9l-1.925-4.8V22h-2v-4.8L4.05 22zM17 18q-1.375 0-2.45-.825T13.125 15H11q0-1.45.663-2.738t1.862-2.162q.125-1.025.8-1.787T16 7.225V2h2v5.225q.975.325 1.65 1.088t.8 1.787q1.2.875 1.875 2.163T23 15h-2.15q-.35 1.35-1.425 2.175T17 18m0-2q.525 0 .975-.262T18.7 15h-3.425q.275.475.725.738T17 16"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M1.9 22L6 11.825V9H1l4-7h4l4 7H8v2.825L12.05 22H9.9l-1.925-4.8V22h-2v-4.8L4.05 22zM17 18q-1.375 0-2.45-.825T13.125 15H11q0-1.45.663-2.738t1.862-2.162q.125-1.025.8-1.787T16 7.225V2h2v5.225q.975.325 1.65 1.088t.8 1.787q1.2.875 1.875 2.163T23 15h-2.15q-.35 1.35-1.425 2.175T17 18m0-2q.525 0 .975-.262T18.7 15h-3.425q.275.475.725.738T17 16"/></svg> </template>
CSS
.icon-light-group-2 {
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%22M1.9%2022L6%2011.825V9H1l4-7h4l4%207H8v2.825L12.05%2022H9.9l-1.925-4.8V22h-2v-4.8L4.05%2022zM17%2018q-1.375%200-2.45-.825T13.125%2015H11q0-1.45.663-2.738t1.862-2.162q.125-1.025.8-1.787T16%207.225V2h2v5.225q.975.325%201.65%201.088t.8%201.787q1.2.875%201.875%202.163T23%2015h-2.15q-.35%201.35-1.425%202.175T17%2018m0-2q.525%200%20.975-.262T18.7%2015h-3.425q.275.475.725.738T17%2016%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%22M1.9%2022L6%2011.825V9H1l4-7h4l4%207H8v2.825L12.05%2022H9.9l-1.925-4.8V22h-2v-4.8L4.05%2022zM17%2018q-1.375%200-2.45-.825T13.125%2015H11q0-1.45.663-2.738t1.862-2.162q.125-1.025.8-1.787T16%207.225V2h2v5.225q.975.325%201.65%201.088t.8%201.787q1.2.875%201.875%202.163T23%2015h-2.15q-.35%201.35-1.425%202.175T17%2018m0-2q.525%200%20.975-.262T18.7%2015h-3.425q.275.475.725.738T17%2016%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-2.svg?color=%231a73e8&size=48