lightbulb icon
lightbulb from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.
- Name
- lightbulb
- Set
- Phosphor
- Style
- Regular
- 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-16 0a72 72 0 0 0-73.74-72c-39 .92-70.47 33.39-70.26 72.39a71.65 71.65 0 0 0 27.64 56.3A32 32 0 0 1 96 186v6h64v-6a32.15 32.15 0 0 1 12.47-25.35A71.65 71.65 0 0 0 200 104m-16.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 PhLightbulb(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-16 0a72 72 0 0 0-73.74-72c-39 .92-70.47 33.39-70.26 72.39a71.65 71.65 0 0 0 27.64 56.3A32 32 0 0 1 96 186v6h64v-6a32.15 32.15 0 0 1 12.47-25.35A71.65 71.65 0 0 0 200 104m-16.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-16 0a72 72 0 0 0-73.74-72c-39 .92-70.47 33.39-70.26 72.39a71.65 71.65 0 0 0 27.64 56.3A32 32 0 0 1 96 186v6h64v-6a32.15 32.15 0 0 1 12.47-25.35A71.65 71.65 0 0 0 200 104m-16.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 {
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-16%200a72%2072%200%200%200-73.74-72c-39%20.92-70.47%2033.39-70.26%2072.39a71.65%2071.65%200%200%200%2027.64%2056.3A32%2032%200%200%201%2096%20186v6h64v-6a32.15%2032.15%200%200%201%2012.47-25.35A71.65%2071.65%200%200%200%20200%20104m-16.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-16%200a72%2072%200%200%200-73.74-72c-39%20.92-70.47%2033.39-70.26%2072.39a71.65%2071.65%200%200%200%2027.64%2056.3A32%2032%200%200%201%2096%20186v6h64v-6a32.15%2032.15%200%200%201%2012.47-25.35A71.65%2071.65%200%200%200%20200%20104m-16.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.svg?color=%231a73e8&size=48