lightbulb icon
lightbulb-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.
- Name
- lightbulb-fill
- Set
- Phosphor
- Style
- Fill
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
lightbulbBootstrap IconslightbulbCodiconslightbulbFramework7 IconslightbulbFont Awesome 6 RegularlightbulbFont Awesome 6 SolidlightbulbFont Awesome RegularlightbulbFont Awesome Solidlightbulb-outlineFlowbite Iconslightbulb-16-filledFluent UI System Iconslightbulb-16Fluent UI System Color IconslightbulbFirefox OS EmojilightbulbHuge IconslightbulbIonIconslightbulbJam IconslightbulbLine AwesomelightbulbMaterial Line IconslightbulbLucidelightbulbMaterial SymbolslightbulbMaterial Symbols LightlightbulbMaterial Design IconslightbulbPixelarticonslightbulbPrime Iconslightbulb-fillRemix Iconlightbulb-boldSolar
Related icons in Phosphor
Use the lightbulb icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M176 232a8 8 0 0 1-8 8H88a8 8 0 0 1 0-16h80a8 8 0 0 1 8 8m40-128a87.55 87.55 0 0 1-33.64 69.21A16.24 16.24 0 0 0 176 186v6a16 16 0 0 1-16 16H96a16 16 0 0 1-16-16v-6a16 16 0 0 0-6.23-12.66A87.59 87.59 0 0 1 40 104.49C39.74 56.83 78.26 17.14 125.88 16A88 88 0 0 1 216 104m-32.11-9.34a57.6 57.6 0 0 0-46.56-46.55a8 8 0 0 0-2.66 15.78c16.57 2.79 30.63 16.85 33.44 33.45A8 8 0 0 0 176 104a9 9 0 0 0 1.35-.11a8 8 0 0 0 6.54-9.23"/></svg>
React
import type { SVGProps } from "react";
export function PhLightbulbFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M176 232a8 8 0 0 1-8 8H88a8 8 0 0 1 0-16h80a8 8 0 0 1 8 8m40-128a87.55 87.55 0 0 1-33.64 69.21A16.24 16.24 0 0 0 176 186v6a16 16 0 0 1-16 16H96a16 16 0 0 1-16-16v-6a16 16 0 0 0-6.23-12.66A87.59 87.59 0 0 1 40 104.49C39.74 56.83 78.26 17.14 125.88 16A88 88 0 0 1 216 104m-32.11-9.34a57.6 57.6 0 0 0-46.56-46.55a8 8 0 0 0-2.66 15.78c16.57 2.79 30.63 16.85 33.44 33.45A8 8 0 0 0 176 104a9 9 0 0 0 1.35-.11a8 8 0 0 0 6.54-9.23"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M176 232a8 8 0 0 1-8 8H88a8 8 0 0 1 0-16h80a8 8 0 0 1 8 8m40-128a87.55 87.55 0 0 1-33.64 69.21A16.24 16.24 0 0 0 176 186v6a16 16 0 0 1-16 16H96a16 16 0 0 1-16-16v-6a16 16 0 0 0-6.23-12.66A87.59 87.59 0 0 1 40 104.49C39.74 56.83 78.26 17.14 125.88 16A88 88 0 0 1 216 104m-32.11-9.34a57.6 57.6 0 0 0-46.56-46.55a8 8 0 0 0-2.66 15.78c16.57 2.79 30.63 16.85 33.44 33.45A8 8 0 0 0 176 104a9 9 0 0 0 1.35-.11a8 8 0 0 0 6.54-9.23"/></svg> </template>
CSS
.icon-lightbulb-fill {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M176%20232a8%208%200%200%201-8%208H88a8%208%200%200%201%200-16h80a8%208%200%200%201%208%208m40-128a87.55%2087.55%200%200%201-33.64%2069.21A16.24%2016.24%200%200%200%20176%20186v6a16%2016%200%200%201-16%2016H96a16%2016%200%200%201-16-16v-6a16%2016%200%200%200-6.23-12.66A87.59%2087.59%200%200%201%2040%20104.49C39.74%2056.83%2078.26%2017.14%20125.88%2016A88%2088%200%200%201%20216%20104m-32.11-9.34a57.6%2057.6%200%200%200-46.56-46.55a8%208%200%200%200-2.66%2015.78c16.57%202.79%2030.63%2016.85%2033.44%2033.45A8%208%200%200%200%20176%20104a9%209%200%200%200%201.35-.11a8%208%200%200%200%206.54-9.23%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M176%20232a8%208%200%200%201-8%208H88a8%208%200%200%201%200-16h80a8%208%200%200%201%208%208m40-128a87.55%2087.55%200%200%201-33.64%2069.21A16.24%2016.24%200%200%200%20176%20186v6a16%2016%200%200%201-16%2016H96a16%2016%200%200%201-16-16v-6a16%2016%200%200%200-6.23-12.66A87.59%2087.59%200%200%201%2040%20104.49C39.74%2056.83%2078.26%2017.14%20125.88%2016A88%2088%200%200%201%20216%20104m-32.11-9.34a57.6%2057.6%200%200%200-46.56-46.55a8%208%200%200%200-2.66%2015.78c16.57%202.79%2030.63%2016.85%2033.44%2033.45A8%208%200%200%200%20176%20104a9%209%200%200%200%201.35-.11a8%208%200%200%200%206.54-9.23%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/lightbulb-fill.svg?color=%231a73e8&size=48