lightbulb multiple off icon

lightbulb-multiple-off-outline from Material Design Icons by Pictogrammers · Outline · Home Automation · Apache-2.0 Free for personal and commercial use.

Name
lightbulb-multiple-off-outline
Set
Material Design Icons
Style
Outline
Category
Home Automation
Viewbox
24×24
License
Apache 2.0
Aliases
bulb-multiple-off-outline, bulbs-multiple-off-outline, bulbs-off-outline, lightbulbs-off-outline

1 other variant in Material Design Icons

More home automation icons from Material Design Icons

Use the lightbulb multiple 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 3l3.03 3.03C3.93 7 4 8.05 4.45 9.04c.34.77.88 1.46 1.55 1.96v2c0 .55.45 1 1 1h.3c-.2-.65-.3-1.32-.3-2c0-.92.19-1.79.5-2.59L9.11 11c-.06.33-.11.66-.11 1c0 1.57.74 3.06 2 4v2c0 .55.45 1 1 1h4c.31 0 .57-.14.75-.36l4.09 4.09zm-10.88-8.34l1.64 1.64c-.77-.32-1.34-.91-1.64-1.64M15 17h-2v-2.11l2 2zM9.69 6.5L6.14 2.94c.27-.19.56-.36.86-.5c2.53-1.11 5.5.03 6.6 2.56a6.87 6.87 0 0 0-3.91 1.5m1.43 1.42C11.94 7.35 12.93 7 14 7c1.57 0 3.06.74 4 2c1.33 1.78 1.28 4.14.07 5.87l-1.45-1.45q.12-.21.21-.42c.55-1.57-.27-3.28-1.83-3.84c-.84-.29-1.71-.19-2.43.21zM7.68 15c.32.7.78 1.33 1.32 1.88V17H8c-.55 0-1-.45-1-1v-1zM12 20h4v1c0 .55-.45 1-1 1h-2c-.55 0-1-.45-1-1z"/></svg>

React

import type { SVGProps } from "react";

export function MdiLightbulbMultipleOffOutline(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 3l3.03 3.03C3.93 7 4 8.05 4.45 9.04c.34.77.88 1.46 1.55 1.96v2c0 .55.45 1 1 1h.3c-.2-.65-.3-1.32-.3-2c0-.92.19-1.79.5-2.59L9.11 11c-.06.33-.11.66-.11 1c0 1.57.74 3.06 2 4v2c0 .55.45 1 1 1h4c.31 0 .57-.14.75-.36l4.09 4.09zm-10.88-8.34l1.64 1.64c-.77-.32-1.34-.91-1.64-1.64M15 17h-2v-2.11l2 2zM9.69 6.5L6.14 2.94c.27-.19.56-.36.86-.5c2.53-1.11 5.5.03 6.6 2.56a6.87 6.87 0 0 0-3.91 1.5m1.43 1.42C11.94 7.35 12.93 7 14 7c1.57 0 3.06.74 4 2c1.33 1.78 1.28 4.14.07 5.87l-1.45-1.45q.12-.21.21-.42c.55-1.57-.27-3.28-1.83-3.84c-.84-.29-1.71-.19-2.43.21zM7.68 15c.32.7.78 1.33 1.32 1.88V17H8c-.55 0-1-.45-1-1v-1zM12 20h4v1c0 .55-.45 1-1 1h-2c-.55 0-1-.45-1-1z"/></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 3l3.03 3.03C3.93 7 4 8.05 4.45 9.04c.34.77.88 1.46 1.55 1.96v2c0 .55.45 1 1 1h.3c-.2-.65-.3-1.32-.3-2c0-.92.19-1.79.5-2.59L9.11 11c-.06.33-.11.66-.11 1c0 1.57.74 3.06 2 4v2c0 .55.45 1 1 1h4c.31 0 .57-.14.75-.36l4.09 4.09zm-10.88-8.34l1.64 1.64c-.77-.32-1.34-.91-1.64-1.64M15 17h-2v-2.11l2 2zM9.69 6.5L6.14 2.94c.27-.19.56-.36.86-.5c2.53-1.11 5.5.03 6.6 2.56a6.87 6.87 0 0 0-3.91 1.5m1.43 1.42C11.94 7.35 12.93 7 14 7c1.57 0 3.06.74 4 2c1.33 1.78 1.28 4.14.07 5.87l-1.45-1.45q.12-.21.21-.42c.55-1.57-.27-3.28-1.83-3.84c-.84-.29-1.71-.19-2.43.21zM7.68 15c.32.7.78 1.33 1.32 1.88V17H8c-.55 0-1-.45-1-1v-1zM12 20h4v1c0 .55-.45 1-1 1h-2c-.55 0-1-.45-1-1z"/></svg>
</template>

CSS

.icon-lightbulb-multiple-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%203l3.03%203.03C3.93%207%204%208.05%204.45%209.04c.34.77.88%201.46%201.55%201.96v2c0%20.55.45%201%201%201h.3c-.2-.65-.3-1.32-.3-2c0-.92.19-1.79.5-2.59L9.11%2011c-.06.33-.11.66-.11%201c0%201.57.74%203.06%202%204v2c0%20.55.45%201%201%201h4c.31%200%20.57-.14.75-.36l4.09%204.09zm-10.88-8.34l1.64%201.64c-.77-.32-1.34-.91-1.64-1.64M15%2017h-2v-2.11l2%202zM9.69%206.5L6.14%202.94c.27-.19.56-.36.86-.5c2.53-1.11%205.5.03%206.6%202.56a6.87%206.87%200%200%200-3.91%201.5m1.43%201.42C11.94%207.35%2012.93%207%2014%207c1.57%200%203.06.74%204%202c1.33%201.78%201.28%204.14.07%205.87l-1.45-1.45q.12-.21.21-.42c.55-1.57-.27-3.28-1.83-3.84c-.84-.29-1.71-.19-2.43.21zM7.68%2015c.32.7.78%201.33%201.32%201.88V17H8c-.55%200-1-.45-1-1v-1zM12%2020h4v1c0%20.55-.45%201-1%201h-2c-.55%200-1-.45-1-1z%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%203l3.03%203.03C3.93%207%204%208.05%204.45%209.04c.34.77.88%201.46%201.55%201.96v2c0%20.55.45%201%201%201h.3c-.2-.65-.3-1.32-.3-2c0-.92.19-1.79.5-2.59L9.11%2011c-.06.33-.11.66-.11%201c0%201.57.74%203.06%202%204v2c0%20.55.45%201%201%201h4c.31%200%20.57-.14.75-.36l4.09%204.09zm-10.88-8.34l1.64%201.64c-.77-.32-1.34-.91-1.64-1.64M15%2017h-2v-2.11l2%202zM9.69%206.5L6.14%202.94c.27-.19.56-.36.86-.5c2.53-1.11%205.5.03%206.6%202.56a6.87%206.87%200%200%200-3.91%201.5m1.43%201.42C11.94%207.35%2012.93%207%2014%207c1.57%200%203.06.74%204%202c1.33%201.78%201.28%204.14.07%205.87l-1.45-1.45q.12-.21.21-.42c.55-1.57-.27-3.28-1.83-3.84c-.84-.29-1.71-.19-2.43.21zM7.68%2015c.32.7.78%201.33%201.32%201.88V17H8c-.55%200-1-.45-1-1v-1zM12%2020h4v1c0%20.55-.45%201-1%201h-2c-.55%200-1-.45-1-1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/lightbulb-multiple-off-outline.svg?color=%231a73e8&size=48