lightbulb question icon

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

Name
lightbulb-question-outline
Set
Material Design Icons
Style
Outline
Category
Home Automation
Viewbox
24×24
License
Apache 2.0
Aliases
lightbulb-help-outline

1 other variant in Material Design Icons

More home automation icons from Material Design Icons

Use the lightbulb question icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8 2c3.9 0 7 3.1 7 7c0 2.4-1.2 4.5-3 5.7V17c0 .6-.4 1-1 1H5c-.6 0-1-.4-1-1v-2.3C2.2 13.5 1 11.4 1 9c0-3.9 3.1-7 7-7M5 21v-1h6v1c0 .6-.4 1-1 1H6c-.6 0-1-.4-1-1M8 4C5.2 4 3 6.2 3 9c0 2.1 1.2 3.8 3 4.6V16h4v-2.4c1.8-.8 3-2.5 3-4.6c0-2.8-2.2-5-5-5m12.5 10.5V16H19v-1.5zm-2-5H17V9c0-1.7 1.3-3 3-3s3 1.3 3 3c0 1-.5 1.9-1.3 2.4l-.3.2c-.6.4-.9 1-.9 1.7v.2H19v-.2c0-1.2.6-2.3 1.6-2.9l.3-.2q.6-.45.6-1.2c0-.8-.7-1.5-1.5-1.5s-1.5.7-1.5 1.5z"/></svg>

React

import type { SVGProps } from "react";

export function MdiLightbulbQuestionOutline(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="M8 2c3.9 0 7 3.1 7 7c0 2.4-1.2 4.5-3 5.7V17c0 .6-.4 1-1 1H5c-.6 0-1-.4-1-1v-2.3C2.2 13.5 1 11.4 1 9c0-3.9 3.1-7 7-7M5 21v-1h6v1c0 .6-.4 1-1 1H6c-.6 0-1-.4-1-1M8 4C5.2 4 3 6.2 3 9c0 2.1 1.2 3.8 3 4.6V16h4v-2.4c1.8-.8 3-2.5 3-4.6c0-2.8-2.2-5-5-5m12.5 10.5V16H19v-1.5zm-2-5H17V9c0-1.7 1.3-3 3-3s3 1.3 3 3c0 1-.5 1.9-1.3 2.4l-.3.2c-.6.4-.9 1-.9 1.7v.2H19v-.2c0-1.2.6-2.3 1.6-2.9l.3-.2q.6-.45.6-1.2c0-.8-.7-1.5-1.5-1.5s-1.5.7-1.5 1.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="M8 2c3.9 0 7 3.1 7 7c0 2.4-1.2 4.5-3 5.7V17c0 .6-.4 1-1 1H5c-.6 0-1-.4-1-1v-2.3C2.2 13.5 1 11.4 1 9c0-3.9 3.1-7 7-7M5 21v-1h6v1c0 .6-.4 1-1 1H6c-.6 0-1-.4-1-1M8 4C5.2 4 3 6.2 3 9c0 2.1 1.2 3.8 3 4.6V16h4v-2.4c1.8-.8 3-2.5 3-4.6c0-2.8-2.2-5-5-5m12.5 10.5V16H19v-1.5zm-2-5H17V9c0-1.7 1.3-3 3-3s3 1.3 3 3c0 1-.5 1.9-1.3 2.4l-.3.2c-.6.4-.9 1-.9 1.7v.2H19v-.2c0-1.2.6-2.3 1.6-2.9l.3-.2q.6-.45.6-1.2c0-.8-.7-1.5-1.5-1.5s-1.5.7-1.5 1.5z"/></svg>
</template>

CSS

.icon-lightbulb-question-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%22M8%202c3.9%200%207%203.1%207%207c0%202.4-1.2%204.5-3%205.7V17c0%20.6-.4%201-1%201H5c-.6%200-1-.4-1-1v-2.3C2.2%2013.5%201%2011.4%201%209c0-3.9%203.1-7%207-7M5%2021v-1h6v1c0%20.6-.4%201-1%201H6c-.6%200-1-.4-1-1M8%204C5.2%204%203%206.2%203%209c0%202.1%201.2%203.8%203%204.6V16h4v-2.4c1.8-.8%203-2.5%203-4.6c0-2.8-2.2-5-5-5m12.5%2010.5V16H19v-1.5zm-2-5H17V9c0-1.7%201.3-3%203-3s3%201.3%203%203c0%201-.5%201.9-1.3%202.4l-.3.2c-.6.4-.9%201-.9%201.7v.2H19v-.2c0-1.2.6-2.3%201.6-2.9l.3-.2q.6-.45.6-1.2c0-.8-.7-1.5-1.5-1.5s-1.5.7-1.5%201.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%22M8%202c3.9%200%207%203.1%207%207c0%202.4-1.2%204.5-3%205.7V17c0%20.6-.4%201-1%201H5c-.6%200-1-.4-1-1v-2.3C2.2%2013.5%201%2011.4%201%209c0-3.9%203.1-7%207-7M5%2021v-1h6v1c0%20.6-.4%201-1%201H6c-.6%200-1-.4-1-1M8%204C5.2%204%203%206.2%203%209c0%202.1%201.2%203.8%203%204.6V16h4v-2.4c1.8-.8%203-2.5%203-4.6c0-2.8-2.2-5-5-5m12.5%2010.5V16H19v-1.5zm-2-5H17V9c0-1.7%201.3-3%203-3s3%201.3%203%203c0%201-.5%201.9-1.3%202.4l-.3.2c-.6.4-.9%201-.9%201.7v.2H19v-.2c0-1.2.6-2.3%201.6-2.9l.3-.2q.6-.45.6-1.2c0-.8-.7-1.5-1.5-1.5s-1.5.7-1.5%201.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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