lightbulb multiple icon

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

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

1 other variant in Material Design Icons

More home automation icons from Material Design Icons

Use the lightbulb multiple icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 16v2c0 .55-.47 1-1 1h-4c-.58 0-1-.45-1-1v-2c-2.23-1.66-2.68-4.79-1-7s4.77-2.66 7-1s2.63 4.79 1 7c-.31.38-.65.72-1 1m-1 4h-4v1c0 .55.42 1 1 1h2c.53 0 1-.45 1-1m-8.34-6H7v1c0 .55.42 1 1 1h1v-.12c-.56-.55-1-1.18-1.34-1.88m5.92-10C12.46 2.47 9.5 1.33 7 2.45S3.31 6.5 4.43 9.04C4.77 9.81 5.3 10.5 6 11v2c0 .55.42 1 1 1h.28c-.21-.65-.31-1.32-.28-2c-.03-3.71 2.87-6.79 6.58-7"/></svg>

React

import type { SVGProps } from "react";

export function MdiLightbulbMultiple(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="M17 16v2c0 .55-.47 1-1 1h-4c-.58 0-1-.45-1-1v-2c-2.23-1.66-2.68-4.79-1-7s4.77-2.66 7-1s2.63 4.79 1 7c-.31.38-.65.72-1 1m-1 4h-4v1c0 .55.42 1 1 1h2c.53 0 1-.45 1-1m-8.34-6H7v1c0 .55.42 1 1 1h1v-.12c-.56-.55-1-1.18-1.34-1.88m5.92-10C12.46 2.47 9.5 1.33 7 2.45S3.31 6.5 4.43 9.04C4.77 9.81 5.3 10.5 6 11v2c0 .55.42 1 1 1h.28c-.21-.65-.31-1.32-.28-2c-.03-3.71 2.87-6.79 6.58-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="M17 16v2c0 .55-.47 1-1 1h-4c-.58 0-1-.45-1-1v-2c-2.23-1.66-2.68-4.79-1-7s4.77-2.66 7-1s2.63 4.79 1 7c-.31.38-.65.72-1 1m-1 4h-4v1c0 .55.42 1 1 1h2c.53 0 1-.45 1-1m-8.34-6H7v1c0 .55.42 1 1 1h1v-.12c-.56-.55-1-1.18-1.34-1.88m5.92-10C12.46 2.47 9.5 1.33 7 2.45S3.31 6.5 4.43 9.04C4.77 9.81 5.3 10.5 6 11v2c0 .55.42 1 1 1h.28c-.21-.65-.31-1.32-.28-2c-.03-3.71 2.87-6.79 6.58-7"/></svg>
</template>

CSS

.icon-lightbulb-multiple {
  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%22M17%2016v2c0%20.55-.47%201-1%201h-4c-.58%200-1-.45-1-1v-2c-2.23-1.66-2.68-4.79-1-7s4.77-2.66%207-1s2.63%204.79%201%207c-.31.38-.65.72-1%201m-1%204h-4v1c0%20.55.42%201%201%201h2c.53%200%201-.45%201-1m-8.34-6H7v1c0%20.55.42%201%201%201h1v-.12c-.56-.55-1-1.18-1.34-1.88m5.92-10C12.46%202.47%209.5%201.33%207%202.45S3.31%206.5%204.43%209.04C4.77%209.81%205.3%2010.5%206%2011v2c0%20.55.42%201%201%201h.28c-.21-.65-.31-1.32-.28-2c-.03-3.71%202.87-6.79%206.58-7%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%22M17%2016v2c0%20.55-.47%201-1%201h-4c-.58%200-1-.45-1-1v-2c-2.23-1.66-2.68-4.79-1-7s4.77-2.66%207-1s2.63%204.79%201%207c-.31.38-.65.72-1%201m-1%204h-4v1c0%20.55.42%201%201%201h2c.53%200%201-.45%201-1m-8.34-6H7v1c0%20.55.42%201%201%201h1v-.12c-.56-.55-1-1.18-1.34-1.88m5.92-10C12.46%202.47%209.5%201.33%207%202.45S3.31%206.5%204.43%209.04C4.77%209.81%205.3%2010.5%206%2011v2c0%20.55.42%201%201%201h.28c-.21-.65-.31-1.32-.28-2c-.03-3.71%202.87-6.79%206.58-7%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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