lightbulb multiple icon
lightbulb-multiple-outline from Material Design Icons by Pictogrammers · Outline · Home Automation · Apache-2.0 Free for personal and commercial use.
- Name
- lightbulb-multiple-outline
- Set
- Material Design Icons
- Style
- Outline
- Category
- Home Automation
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- bulb-multiple-outline, bulbs-outline, lightbulbs-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 multiple icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 21c0 .55.45 1 1 1h2c.55 0 1-.45 1-1v-1h-4m2-13a5.002 5.002 0 0 0-3 9v2c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-2a4.997 4.997 0 0 0 1-7c-.94-1.26-2.43-2-4-2m1 7.82V17h-2v-2.18A3 3 0 0 1 11.17 11A3.003 3.003 0 0 1 15 9.16c1.56.56 2.38 2.27 1.83 3.84c-.3.85-.98 1.5-1.83 1.82M7.68 15H7v1c0 .55.45 1 1 1h1v-.12c-.54-.55-1-1.18-1.32-1.88M13.6 5C12.5 2.47 9.53 1.33 7 2.45S3.34 6.5 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-3.71 2.89-6.79 6.6-7"/></svg>
React
import type { SVGProps } from "react";
export function MdiLightbulbMultipleOutline(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="M12 21c0 .55.45 1 1 1h2c.55 0 1-.45 1-1v-1h-4m2-13a5.002 5.002 0 0 0-3 9v2c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-2a4.997 4.997 0 0 0 1-7c-.94-1.26-2.43-2-4-2m1 7.82V17h-2v-2.18A3 3 0 0 1 11.17 11A3.003 3.003 0 0 1 15 9.16c1.56.56 2.38 2.27 1.83 3.84c-.3.85-.98 1.5-1.83 1.82M7.68 15H7v1c0 .55.45 1 1 1h1v-.12c-.54-.55-1-1.18-1.32-1.88M13.6 5C12.5 2.47 9.53 1.33 7 2.45S3.34 6.5 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-3.71 2.89-6.79 6.6-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="M12 21c0 .55.45 1 1 1h2c.55 0 1-.45 1-1v-1h-4m2-13a5.002 5.002 0 0 0-3 9v2c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-2a4.997 4.997 0 0 0 1-7c-.94-1.26-2.43-2-4-2m1 7.82V17h-2v-2.18A3 3 0 0 1 11.17 11A3.003 3.003 0 0 1 15 9.16c1.56.56 2.38 2.27 1.83 3.84c-.3.85-.98 1.5-1.83 1.82M7.68 15H7v1c0 .55.45 1 1 1h1v-.12c-.54-.55-1-1.18-1.32-1.88M13.6 5C12.5 2.47 9.53 1.33 7 2.45S3.34 6.5 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-3.71 2.89-6.79 6.6-7"/></svg> </template>
CSS
.icon-lightbulb-multiple-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%22M12%2021c0%20.55.45%201%201%201h2c.55%200%201-.45%201-1v-1h-4m2-13a5.002%205.002%200%200%200-3%209v2c0%20.55.45%201%201%201h4c.55%200%201-.45%201-1v-2a4.997%204.997%200%200%200%201-7c-.94-1.26-2.43-2-4-2m1%207.82V17h-2v-2.18A3%203%200%200%201%2011.17%2011A3.003%203.003%200%200%201%2015%209.16c1.56.56%202.38%202.27%201.83%203.84c-.3.85-.98%201.5-1.83%201.82M7.68%2015H7v1c0%20.55.45%201%201%201h1v-.12c-.54-.55-1-1.18-1.32-1.88M13.6%205C12.5%202.47%209.53%201.33%207%202.45S3.34%206.5%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-3.71%202.89-6.79%206.6-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%22M12%2021c0%20.55.45%201%201%201h2c.55%200%201-.45%201-1v-1h-4m2-13a5.002%205.002%200%200%200-3%209v2c0%20.55.45%201%201%201h4c.55%200%201-.45%201-1v-2a4.997%204.997%200%200%200%201-7c-.94-1.26-2.43-2-4-2m1%207.82V17h-2v-2.18A3%203%200%200%201%2011.17%2011A3.003%203.003%200%200%201%2015%209.16c1.56.56%202.38%202.27%201.83%203.84c-.3.85-.98%201.5-1.83%201.82M7.68%2015H7v1c0%20.55.45%201%201%201h1v-.12c-.54-.55-1-1.18-1.32-1.88M13.6%205C12.5%202.47%209.53%201.33%207%202.45S3.34%206.5%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-3.71%202.89-6.79%206.6-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-outline.svg?color=%231a73e8&size=48