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

Name
home-lightbulb-outline
Set
Material Design Icons
Style
Outline
Category
Home Automation
Viewbox
24×24
License
Apache 2.0
Aliases
home-bulb-outline, house-bulb-outline, house-lightbulb-outline

1 other variant in Material Design Icons

More home automation icons from Material Design Icons

Use the home lightbulb icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 20v-8H2l10-9l10 9h-3v8zm7-14.31l-5 4.5V18h10v-7.81zM11 17v-1h2v1zm0-2c-.28 0-.5-.22-.5-.5v-.9C9.6 13.08 9 12.11 9 11c0-1.66 1.34-3 3-3s3 1.34 3 3c0 1.11-.6 2.08-1.5 2.6v.9c0 .28-.22.5-.5.5z"/></svg>

React

import type { SVGProps } from "react";

export function MdiHomeLightbulbOutline(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="M5 20v-8H2l10-9l10 9h-3v8zm7-14.31l-5 4.5V18h10v-7.81zM11 17v-1h2v1zm0-2c-.28 0-.5-.22-.5-.5v-.9C9.6 13.08 9 12.11 9 11c0-1.66 1.34-3 3-3s3 1.34 3 3c0 1.11-.6 2.08-1.5 2.6v.9c0 .28-.22.5-.5.5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 20v-8H2l10-9l10 9h-3v8zm7-14.31l-5 4.5V18h10v-7.81zM11 17v-1h2v1zm0-2c-.28 0-.5-.22-.5-.5v-.9C9.6 13.08 9 12.11 9 11c0-1.66 1.34-3 3-3s3 1.34 3 3c0 1.11-.6 2.08-1.5 2.6v.9c0 .28-.22.5-.5.5z"/></svg>
</template>

CSS

.icon-home-lightbulb-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%22M5%2020v-8H2l10-9l10%209h-3v8zm7-14.31l-5%204.5V18h10v-7.81zM11%2017v-1h2v1zm0-2c-.28%200-.5-.22-.5-.5v-.9C9.6%2013.08%209%2012.11%209%2011c0-1.66%201.34-3%203-3s3%201.34%203%203c0%201.11-.6%202.08-1.5%202.6v.9c0%20.28-.22.5-.5.5z%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%22M5%2020v-8H2l10-9l10%209h-3v8zm7-14.31l-5%204.5V18h10v-7.81zM11%2017v-1h2v1zm0-2c-.28%200-.5-.22-.5-.5v-.9C9.6%2013.08%209%2012.11%209%2011c0-1.66%201.34-3%203-3s3%201.34%203%203c0%201.11-.6%202.08-1.5%202.6v.9c0%20.28-.22.5-.5.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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