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

Name
lightbulb-on-90
Set
Material Design Icons
Style
Filled
Category
Home Automation
Viewbox
24×24
License
Apache 2.0
Aliases
lightbulb-dimmer-90

More home automation icons from Material Design Icons

Use the lightbulb on 90 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7 5.6L5.6 7L3.5 4.9l1.4-1.4zM10 22c0 .6.4 1 1 1h2c.6 0 1-.4 1-1v-1h-4zm-9-9h3v-2H1zM13 1h-2v3h2zm7 10v2h3v-2zm-.9-7.5L17 5.6L18.4 7l2.1-2.1zM18 12c0 2.2-1.2 4.2-3 5.2V19c0 .6-.4 1-1 1h-4c-.6 0-1-.4-1-1v-1.8c-1.8-1-3-3-3-5.2c0-3.3 2.7-6 6-6s6 2.7 6 6m-6-4c-1 0-1.91.38-2.61 1h5.22C13.91 8.38 13 8 12 8"/></svg>

React

import type { SVGProps } from "react";

export function MdiLightbulbOn90(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 5.6L5.6 7L3.5 4.9l1.4-1.4zM10 22c0 .6.4 1 1 1h2c.6 0 1-.4 1-1v-1h-4zm-9-9h3v-2H1zM13 1h-2v3h2zm7 10v2h3v-2zm-.9-7.5L17 5.6L18.4 7l2.1-2.1zM18 12c0 2.2-1.2 4.2-3 5.2V19c0 .6-.4 1-1 1h-4c-.6 0-1-.4-1-1v-1.8c-1.8-1-3-3-3-5.2c0-3.3 2.7-6 6-6s6 2.7 6 6m-6-4c-1 0-1.91.38-2.61 1h5.22C13.91 8.38 13 8 12 8"/></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 5.6L5.6 7L3.5 4.9l1.4-1.4zM10 22c0 .6.4 1 1 1h2c.6 0 1-.4 1-1v-1h-4zm-9-9h3v-2H1zM13 1h-2v3h2zm7 10v2h3v-2zm-.9-7.5L17 5.6L18.4 7l2.1-2.1zM18 12c0 2.2-1.2 4.2-3 5.2V19c0 .6-.4 1-1 1h-4c-.6 0-1-.4-1-1v-1.8c-1.8-1-3-3-3-5.2c0-3.3 2.7-6 6-6s6 2.7 6 6m-6-4c-1 0-1.91.38-2.61 1h5.22C13.91 8.38 13 8 12 8"/></svg>
</template>

CSS

.icon-lightbulb-on-90 {
  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%205.6L5.6%207L3.5%204.9l1.4-1.4zM10%2022c0%20.6.4%201%201%201h2c.6%200%201-.4%201-1v-1h-4zm-9-9h3v-2H1zM13%201h-2v3h2zm7%2010v2h3v-2zm-.9-7.5L17%205.6L18.4%207l2.1-2.1zM18%2012c0%202.2-1.2%204.2-3%205.2V19c0%20.6-.4%201-1%201h-4c-.6%200-1-.4-1-1v-1.8c-1.8-1-3-3-3-5.2c0-3.3%202.7-6%206-6s6%202.7%206%206m-6-4c-1%200-1.91.38-2.61%201h5.22C13.91%208.38%2013%208%2012%208%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%205.6L5.6%207L3.5%204.9l1.4-1.4zM10%2022c0%20.6.4%201%201%201h2c.6%200%201-.4%201-1v-1h-4zm-9-9h3v-2H1zM13%201h-2v3h2zm7%2010v2h3v-2zm-.9-7.5L17%205.6L18.4%207l2.1-2.1zM18%2012c0%202.2-1.2%204.2-3%205.2V19c0%20.6-.4%201-1%201h-4c-.6%200-1-.4-1-1v-1.8c-1.8-1-3-3-3-5.2c0-3.3%202.7-6%206-6s6%202.7%206%206m-6-4c-1%200-1.91.38-2.61%201h5.22C13.91%208.38%2013%208%2012%208%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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