lightbulb-outline from Material Symbols Light by Google · Outline · Actions · Apache-2.0 Free for personal and commercial use.

Name
lightbulb-outline
Set
Material Symbols Light
Style
Outline
Category
Actions
Viewbox
24×24
License
Apache 2.0
Aliases
lightbulb-outline-sharp

3 other variants in Material Symbols Light

The same icon in other sets

More actions icons from Material Symbols Light

Use the lightbulb icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.799 20.691q-.51-.462-.607-1.152h3.616q-.096.69-.607 1.152T12 21.154t-1.201-.463M8.5 17.77v-1h7v1zM8.558 15q-1.417-.929-2.238-2.356T5.5 9.5q0-2.721 1.89-4.61T12 3t4.61 1.89T18.5 9.5q0 1.717-.82 3.144T15.442 15zm.292-1h6.3q1.125-.8 1.738-1.975T17.5 9.5q0-2.3-1.6-3.9T12 4T8.1 5.6T6.5 9.5q0 1.35.613 2.525T8.85 14M12 14"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightLightbulbOutline(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="M10.799 20.691q-.51-.462-.607-1.152h3.616q-.096.69-.607 1.152T12 21.154t-1.201-.463M8.5 17.77v-1h7v1zM8.558 15q-1.417-.929-2.238-2.356T5.5 9.5q0-2.721 1.89-4.61T12 3t4.61 1.89T18.5 9.5q0 1.717-.82 3.144T15.442 15zm.292-1h6.3q1.125-.8 1.738-1.975T17.5 9.5q0-2.3-1.6-3.9T12 4T8.1 5.6T6.5 9.5q0 1.35.613 2.525T8.85 14M12 14"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.799 20.691q-.51-.462-.607-1.152h3.616q-.096.69-.607 1.152T12 21.154t-1.201-.463M8.5 17.77v-1h7v1zM8.558 15q-1.417-.929-2.238-2.356T5.5 9.5q0-2.721 1.89-4.61T12 3t4.61 1.89T18.5 9.5q0 1.717-.82 3.144T15.442 15zm.292-1h6.3q1.125-.8 1.738-1.975T17.5 9.5q0-2.3-1.6-3.9T12 4T8.1 5.6T6.5 9.5q0 1.35.613 2.525T8.85 14M12 14"/></svg>
</template>

CSS

.icon-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%22M10.799%2020.691q-.51-.462-.607-1.152h3.616q-.096.69-.607%201.152T12%2021.154t-1.201-.463M8.5%2017.77v-1h7v1zM8.558%2015q-1.417-.929-2.238-2.356T5.5%209.5q0-2.721%201.89-4.61T12%203t4.61%201.89T18.5%209.5q0%201.717-.82%203.144T15.442%2015zm.292-1h6.3q1.125-.8%201.738-1.975T17.5%209.5q0-2.3-1.6-3.9T12%204T8.1%205.6T6.5%209.5q0%201.35.613%202.525T8.85%2014M12%2014%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%22M10.799%2020.691q-.51-.462-.607-1.152h3.616q-.096.69-.607%201.152T12%2021.154t-1.201-.463M8.5%2017.77v-1h7v1zM8.558%2015q-1.417-.929-2.238-2.356T5.5%209.5q0-2.721%201.89-4.61T12%203t4.61%201.89T18.5%209.5q0%201.717-.82%203.144T15.442%2015zm.292-1h6.3q1.125-.8%201.738-1.975T17.5%209.5q0-2.3-1.6-3.9T12%204T8.1%205.6T6.5%209.5q0%201.35.613%202.525T8.85%2014M12%2014%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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