lightbulb icon
lightbulb-32-light from Fluent UI System Icons by Microsoft Corporation · 32 Light · MIT Free for personal and commercial use.
- Name
- lightbulb-32-light
- Set
- Fluent UI System Icons
- Style
- 32 Light
- Viewbox
- 32×32
- License
- MIT
12 other variants in Fluent UI System Icons
The same icon in other sets
lightbulbBootstrap IconslightbulbCodiconslightbulbFramework7 IconslightbulbFont Awesome 6 RegularlightbulbFont Awesome 6 SolidlightbulbFont Awesome RegularlightbulbFont Awesome Solidlightbulb-outlineFlowbite Iconslightbulb-16Fluent UI System Color IconslightbulbFirefox OS EmojilightbulbHuge IconslightbulbIonIconslightbulbJam IconslightbulbLine AwesomelightbulbMaterial Line IconslightbulbLucidelightbulbMaterial SymbolslightbulbMaterial Symbols LightlightbulbMaterial Design IconslightbulbPhosphorlightbulbPixelarticonslightbulbPrime Iconslightbulb-fillRemix Iconlightbulb-boldSolar
Related icons in Fluent UI System Icons
Use the lightbulb icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M7 12a9 9 0 1 1 15.103 6.615c-.604.557-1.113 1.28-1.293 2.146L20.135 24h-8.27l-.675-3.239c-.18-.866-.689-1.589-1.293-2.146A8.98 8.98 0 0 1 7 12m5.073 13h7.854l-.419 2.01A2.5 2.5 0 0 1 17.061 29h-2.122a2.5 2.5 0 0 1-2.447-1.99zM16 2C10.477 2 6 6.477 6 12a9.98 9.98 0 0 0 3.22 7.35c.5.461.865 1.01.991 1.615l1.302 6.249A3.5 3.5 0 0 0 14.939 30h2.122a3.5 3.5 0 0 0 3.426-2.786l1.302-6.249c.126-.604.492-1.154.992-1.615A9.98 9.98 0 0 0 26 12c0-5.523-4.477-10-10-10"/></svg>
React
import type { SVGProps } from "react";
export function FluentLightbulb32Light(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M7 12a9 9 0 1 1 15.103 6.615c-.604.557-1.113 1.28-1.293 2.146L20.135 24h-8.27l-.675-3.239c-.18-.866-.689-1.589-1.293-2.146A8.98 8.98 0 0 1 7 12m5.073 13h7.854l-.419 2.01A2.5 2.5 0 0 1 17.061 29h-2.122a2.5 2.5 0 0 1-2.447-1.99zM16 2C10.477 2 6 6.477 6 12a9.98 9.98 0 0 0 3.22 7.35c.5.461.865 1.01.991 1.615l1.302 6.249A3.5 3.5 0 0 0 14.939 30h2.122a3.5 3.5 0 0 0 3.426-2.786l1.302-6.249c.126-.604.492-1.154.992-1.615A9.98 9.98 0 0 0 26 12c0-5.523-4.477-10-10-10"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M7 12a9 9 0 1 1 15.103 6.615c-.604.557-1.113 1.28-1.293 2.146L20.135 24h-8.27l-.675-3.239c-.18-.866-.689-1.589-1.293-2.146A8.98 8.98 0 0 1 7 12m5.073 13h7.854l-.419 2.01A2.5 2.5 0 0 1 17.061 29h-2.122a2.5 2.5 0 0 1-2.447-1.99zM16 2C10.477 2 6 6.477 6 12a9.98 9.98 0 0 0 3.22 7.35c.5.461.865 1.01.991 1.615l1.302 6.249A3.5 3.5 0 0 0 14.939 30h2.122a3.5 3.5 0 0 0 3.426-2.786l1.302-6.249c.126-.604.492-1.154.992-1.615A9.98 9.98 0 0 0 26 12c0-5.523-4.477-10-10-10"/></svg> </template>
CSS
.icon-lightbulb-32-light {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7%2012a9%209%200%201%201%2015.103%206.615c-.604.557-1.113%201.28-1.293%202.146L20.135%2024h-8.27l-.675-3.239c-.18-.866-.689-1.589-1.293-2.146A8.98%208.98%200%200%201%207%2012m5.073%2013h7.854l-.419%202.01A2.5%202.5%200%200%201%2017.061%2029h-2.122a2.5%202.5%200%200%201-2.447-1.99zM16%202C10.477%202%206%206.477%206%2012a9.98%209.98%200%200%200%203.22%207.35c.5.461.865%201.01.991%201.615l1.302%206.249A3.5%203.5%200%200%200%2014.939%2030h2.122a3.5%203.5%200%200%200%203.426-2.786l1.302-6.249c.126-.604.492-1.154.992-1.615A9.98%209.98%200%200%200%2026%2012c0-5.523-4.477-10-10-10%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7%2012a9%209%200%201%201%2015.103%206.615c-.604.557-1.113%201.28-1.293%202.146L20.135%2024h-8.27l-.675-3.239c-.18-.866-.689-1.589-1.293-2.146A8.98%208.98%200%200%201%207%2012m5.073%2013h7.854l-.419%202.01A2.5%202.5%200%200%201%2017.061%2029h-2.122a2.5%202.5%200%200%201-2.447-1.99zM16%202C10.477%202%206%206.477%206%2012a9.98%209.98%200%200%200%203.22%207.35c.5.461.865%201.01.991%201.615l1.302%206.249A3.5%203.5%200%200%200%2014.939%2030h2.122a3.5%203.5%200%200%200%203.426-2.786l1.302-6.249c.126-.604.492-1.154.992-1.615A9.98%209.98%200%200%200%2026%2012c0-5.523-4.477-10-10-10%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/lightbulb-32-light.svg?color=%231a73e8&size=48