lightbulb group off icon
lightbulb-group-off-outline from Material Design Icons by Pictogrammers · Outline · Home Automation · Apache-2.0 Free for personal and commercial use.
- Name
- lightbulb-group-off-outline
- Set
- Material Design Icons
- Style
- Outline
- Category
- Home Automation
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- bulb-group-off-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 off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22.11 21.46L2.39 1.73L1.11 3L5.2 7.09C3.25 7.5 1.85 9.27 2 11.31c.12 1.31.86 2.48 2 3.14V16c0 .55.45 1 1 1h2v-2.12c-1.28-1.3-2-3.05-2-4.88c0-.89.18-1.77.5-2.6L7.12 9c-.38 1.84.28 3.8 1.88 5v2c0 .55.45 1 1 1h4c.31 0 .57-.14.75-.36L17 18.89V19c0 .34-.06.68-.17 1h1.26l2.75 2.73zM9.23 11.12l1.64 1.64c-.76-.3-1.34-.9-1.64-1.64M13 15h-2v-2.11l2 2zm-2.43-7.63L9.13 5.93C10.86 4.72 13.22 4.67 15 6c1.26.94 2 2.43 2 4c0 1.05-.33 2.05-.92 2.88l-1.45-1.45c.23-.43.37-.93.37-1.43c0-1.66-1.33-3-3-3c-.5 0-1 .14-1.43.37m6.93 6.94c.97-1.22 1.5-2.74 1.5-4.31c0-1.04-.23-2.06-.68-3c1.31.11 2.48.85 3.14 2c1.11 1.9.45 4.34-1.46 5.45V16c0 .22-.09.42-.21.59zM10 18h4v1c0 .55-.45 1-1 1h-2c-.55 0-1-.45-1-1zm-3 1c0 .34.06.68.17 1H6c-.55 0-1-.45-1-1v-1h2z"/></svg>
React
import type { SVGProps } from "react";
export function MdiLightbulbGroupOffOutline(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="M22.11 21.46L2.39 1.73L1.11 3L5.2 7.09C3.25 7.5 1.85 9.27 2 11.31c.12 1.31.86 2.48 2 3.14V16c0 .55.45 1 1 1h2v-2.12c-1.28-1.3-2-3.05-2-4.88c0-.89.18-1.77.5-2.6L7.12 9c-.38 1.84.28 3.8 1.88 5v2c0 .55.45 1 1 1h4c.31 0 .57-.14.75-.36L17 18.89V19c0 .34-.06.68-.17 1h1.26l2.75 2.73zM9.23 11.12l1.64 1.64c-.76-.3-1.34-.9-1.64-1.64M13 15h-2v-2.11l2 2zm-2.43-7.63L9.13 5.93C10.86 4.72 13.22 4.67 15 6c1.26.94 2 2.43 2 4c0 1.05-.33 2.05-.92 2.88l-1.45-1.45c.23-.43.37-.93.37-1.43c0-1.66-1.33-3-3-3c-.5 0-1 .14-1.43.37m6.93 6.94c.97-1.22 1.5-2.74 1.5-4.31c0-1.04-.23-2.06-.68-3c1.31.11 2.48.85 3.14 2c1.11 1.9.45 4.34-1.46 5.45V16c0 .22-.09.42-.21.59zM10 18h4v1c0 .55-.45 1-1 1h-2c-.55 0-1-.45-1-1zm-3 1c0 .34.06.68.17 1H6c-.55 0-1-.45-1-1v-1h2z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22.11 21.46L2.39 1.73L1.11 3L5.2 7.09C3.25 7.5 1.85 9.27 2 11.31c.12 1.31.86 2.48 2 3.14V16c0 .55.45 1 1 1h2v-2.12c-1.28-1.3-2-3.05-2-4.88c0-.89.18-1.77.5-2.6L7.12 9c-.38 1.84.28 3.8 1.88 5v2c0 .55.45 1 1 1h4c.31 0 .57-.14.75-.36L17 18.89V19c0 .34-.06.68-.17 1h1.26l2.75 2.73zM9.23 11.12l1.64 1.64c-.76-.3-1.34-.9-1.64-1.64M13 15h-2v-2.11l2 2zm-2.43-7.63L9.13 5.93C10.86 4.72 13.22 4.67 15 6c1.26.94 2 2.43 2 4c0 1.05-.33 2.05-.92 2.88l-1.45-1.45c.23-.43.37-.93.37-1.43c0-1.66-1.33-3-3-3c-.5 0-1 .14-1.43.37m6.93 6.94c.97-1.22 1.5-2.74 1.5-4.31c0-1.04-.23-2.06-.68-3c1.31.11 2.48.85 3.14 2c1.11 1.9.45 4.34-1.46 5.45V16c0 .22-.09.42-.21.59zM10 18h4v1c0 .55-.45 1-1 1h-2c-.55 0-1-.45-1-1zm-3 1c0 .34.06.68.17 1H6c-.55 0-1-.45-1-1v-1h2z"/></svg> </template>
CSS
.icon-lightbulb-group-off-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%22M22.11%2021.46L2.39%201.73L1.11%203L5.2%207.09C3.25%207.5%201.85%209.27%202%2011.31c.12%201.31.86%202.48%202%203.14V16c0%20.55.45%201%201%201h2v-2.12c-1.28-1.3-2-3.05-2-4.88c0-.89.18-1.77.5-2.6L7.12%209c-.38%201.84.28%203.8%201.88%205v2c0%20.55.45%201%201%201h4c.31%200%20.57-.14.75-.36L17%2018.89V19c0%20.34-.06.68-.17%201h1.26l2.75%202.73zM9.23%2011.12l1.64%201.64c-.76-.3-1.34-.9-1.64-1.64M13%2015h-2v-2.11l2%202zm-2.43-7.63L9.13%205.93C10.86%204.72%2013.22%204.67%2015%206c1.26.94%202%202.43%202%204c0%201.05-.33%202.05-.92%202.88l-1.45-1.45c.23-.43.37-.93.37-1.43c0-1.66-1.33-3-3-3c-.5%200-1%20.14-1.43.37m6.93%206.94c.97-1.22%201.5-2.74%201.5-4.31c0-1.04-.23-2.06-.68-3c1.31.11%202.48.85%203.14%202c1.11%201.9.45%204.34-1.46%205.45V16c0%20.22-.09.42-.21.59zM10%2018h4v1c0%20.55-.45%201-1%201h-2c-.55%200-1-.45-1-1zm-3%201c0%20.34.06.68.17%201H6c-.55%200-1-.45-1-1v-1h2z%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%22M22.11%2021.46L2.39%201.73L1.11%203L5.2%207.09C3.25%207.5%201.85%209.27%202%2011.31c.12%201.31.86%202.48%202%203.14V16c0%20.55.45%201%201%201h2v-2.12c-1.28-1.3-2-3.05-2-4.88c0-.89.18-1.77.5-2.6L7.12%209c-.38%201.84.28%203.8%201.88%205v2c0%20.55.45%201%201%201h4c.31%200%20.57-.14.75-.36L17%2018.89V19c0%20.34-.06.68-.17%201h1.26l2.75%202.73zM9.23%2011.12l1.64%201.64c-.76-.3-1.34-.9-1.64-1.64M13%2015h-2v-2.11l2%202zm-2.43-7.63L9.13%205.93C10.86%204.72%2013.22%204.67%2015%206c1.26.94%202%202.43%202%204c0%201.05-.33%202.05-.92%202.88l-1.45-1.45c.23-.43.37-.93.37-1.43c0-1.66-1.33-3-3-3c-.5%200-1%20.14-1.43.37m6.93%206.94c.97-1.22%201.5-2.74%201.5-4.31c0-1.04-.23-2.06-.68-3c1.31.11%202.48.85%203.14%202c1.11%201.9.45%204.34-1.46%205.45V16c0%20.22-.09.42-.21.59zM10%2018h4v1c0%20.55-.45%201-1%201h-2c-.55%200-1-.45-1-1zm-3%201c0%20.34.06.68.17%201H6c-.55%200-1-.45-1-1v-1h2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/lightbulb-group-off-outline.svg?color=%231a73e8&size=48