lightbulb group icon
lightbulb-group-outline from Material Design Icons by Pictogrammers · Outline · Home Automation · Apache-2.0 Free for personal and commercial use.
- Name
- lightbulb-group-outline
- Set
- Material Design Icons
- Style
- Outline
- Category
- Home Automation
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- bulb-group-outline
1 other variant in Material Design Icons
More home automation icons from Material Design Icons
air-filterair-humidifierair-humidifier-offair-purifierair-purifier-offalarm-lightalarm-light-offalarm-panelamplifierarrow-oscillatingarrow-oscillating-offawningbalconybathtubbellblindsblinds-horizontalblinds-horizontal-closedblinds-openblinds-verticalblinds-vertical-closedboom-gateboom-gate-upboombox
Use the lightbulb group icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7 19a2.9 2.9 0 0 0 .17 1H6a1 1 0 0 1-1-1v-1h2m3 1a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1v-1h-4m-6-2a1 1 0 0 0 1 1h2v-2.12A6.92 6.92 0 0 1 5 10a6.8 6.8 0 0 1 .68-3A4 4 0 0 0 4 14.45M17 19a2.9 2.9 0 0 1-.17 1H18a1 1 0 0 0 1-1v-1h-2m0-8a5 5 0 0 1-2 4v2a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1v-2a5 5 0 1 1 8-4m-2 0a3 3 0 1 0-4 2.82V15h2v-2.18A3 3 0 0 0 15 10m3.32-3a6.8 6.8 0 0 1 .68 3a6.92 6.92 0 0 1-2 4.88V17h2a1 1 0 0 0 1-1v-1.55A4 4 0 0 0 18.32 7"/></svg>
React
import type { SVGProps } from "react";
export function MdiLightbulbGroupOutline(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="M7 19a2.9 2.9 0 0 0 .17 1H6a1 1 0 0 1-1-1v-1h2m3 1a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1v-1h-4m-6-2a1 1 0 0 0 1 1h2v-2.12A6.92 6.92 0 0 1 5 10a6.8 6.8 0 0 1 .68-3A4 4 0 0 0 4 14.45M17 19a2.9 2.9 0 0 1-.17 1H18a1 1 0 0 0 1-1v-1h-2m0-8a5 5 0 0 1-2 4v2a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1v-2a5 5 0 1 1 8-4m-2 0a3 3 0 1 0-4 2.82V15h2v-2.18A3 3 0 0 0 15 10m3.32-3a6.8 6.8 0 0 1 .68 3a6.92 6.92 0 0 1-2 4.88V17h2a1 1 0 0 0 1-1v-1.55A4 4 0 0 0 18.32 7"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7 19a2.9 2.9 0 0 0 .17 1H6a1 1 0 0 1-1-1v-1h2m3 1a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1v-1h-4m-6-2a1 1 0 0 0 1 1h2v-2.12A6.92 6.92 0 0 1 5 10a6.8 6.8 0 0 1 .68-3A4 4 0 0 0 4 14.45M17 19a2.9 2.9 0 0 1-.17 1H18a1 1 0 0 0 1-1v-1h-2m0-8a5 5 0 0 1-2 4v2a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1v-2a5 5 0 1 1 8-4m-2 0a3 3 0 1 0-4 2.82V15h2v-2.18A3 3 0 0 0 15 10m3.32-3a6.8 6.8 0 0 1 .68 3a6.92 6.92 0 0 1-2 4.88V17h2a1 1 0 0 0 1-1v-1.55A4 4 0 0 0 18.32 7"/></svg> </template>
CSS
.icon-lightbulb-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%22M7%2019a2.9%202.9%200%200%200%20.17%201H6a1%201%200%200%201-1-1v-1h2m3%201a1%201%200%200%200%201%201h2a1%201%200%200%200%201-1v-1h-4m-6-2a1%201%200%200%200%201%201h2v-2.12A6.92%206.92%200%200%201%205%2010a6.8%206.8%200%200%201%20.68-3A4%204%200%200%200%204%2014.45M17%2019a2.9%202.9%200%200%201-.17%201H18a1%201%200%200%200%201-1v-1h-2m0-8a5%205%200%200%201-2%204v2a1%201%200%200%201-1%201h-4a1%201%200%200%201-1-1v-2a5%205%200%201%201%208-4m-2%200a3%203%200%201%200-4%202.82V15h2v-2.18A3%203%200%200%200%2015%2010m3.32-3a6.8%206.8%200%200%201%20.68%203a6.92%206.92%200%200%201-2%204.88V17h2a1%201%200%200%200%201-1v-1.55A4%204%200%200%200%2018.32%207%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%22M7%2019a2.9%202.9%200%200%200%20.17%201H6a1%201%200%200%201-1-1v-1h2m3%201a1%201%200%200%200%201%201h2a1%201%200%200%200%201-1v-1h-4m-6-2a1%201%200%200%200%201%201h2v-2.12A6.92%206.92%200%200%201%205%2010a6.8%206.8%200%200%201%20.68-3A4%204%200%200%200%204%2014.45M17%2019a2.9%202.9%200%200%201-.17%201H18a1%201%200%200%200%201-1v-1h-2m0-8a5%205%200%200%201-2%204v2a1%201%200%200%201-1%201h-4a1%201%200%200%201-1-1v-2a5%205%200%201%201%208-4m-2%200a3%203%200%201%200-4%202.82V15h2v-2.18A3%203%200%200%200%2015%2010m3.32-3a6.8%206.8%200%200%201%20.68%203a6.92%206.92%200%200%201-2%204.88V17h2a1%201%200%200%200%201-1v-1.55A4%204%200%200%200%2018.32%207%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/lightbulb-group-outline.svg?color=%231a73e8&size=48