lightbulb icon
lightbulb-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- lightbulb-thin
- Set
- Phosphor
- Style
- Thin
- 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="M172 232a4 4 0 0 1-4 4H88a4 4 0 0 1 0-8h80a4 4 0 0 1 4 4m40-128a83.59 83.59 0 0 1-32.11 66.06A20.2 20.2 0 0 0 172 186v6a12 12 0 0 1-12 12H96a12 12 0 0 1-12-12v-6a20 20 0 0 0-7.76-15.81A83.58 83.58 0 0 1 44 104.47C43.75 59 80.52 21.09 126 20a84 84 0 0 1 86 84m-8 0a76 76 0 0 0-77.83-76C85 29 51.77 63.27 52 104.43a75.62 75.62 0 0 0 29.17 59.43A28 28 0 0 1 92 186v6a4 4 0 0 0 4 4h64a4 4 0 0 0 4-4v-6a28.14 28.14 0 0 1 10.94-22.2A75.62 75.62 0 0 0 204 104m-67.34-51.94a4 4 0 0 0-1.32 7.88C153.53 63 169 78.45 172.06 96.67A4 4 0 0 0 176 100a4 4 0 0 0 .67-.06a4 4 0 0 0 3.27-4.61a53.51 53.51 0 0 0-43.28-43.27"/></svg>
React
import type { SVGProps } from "react";
export function PhLightbulbThin(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="M172 232a4 4 0 0 1-4 4H88a4 4 0 0 1 0-8h80a4 4 0 0 1 4 4m40-128a83.59 83.59 0 0 1-32.11 66.06A20.2 20.2 0 0 0 172 186v6a12 12 0 0 1-12 12H96a12 12 0 0 1-12-12v-6a20 20 0 0 0-7.76-15.81A83.58 83.58 0 0 1 44 104.47C43.75 59 80.52 21.09 126 20a84 84 0 0 1 86 84m-8 0a76 76 0 0 0-77.83-76C85 29 51.77 63.27 52 104.43a75.62 75.62 0 0 0 29.17 59.43A28 28 0 0 1 92 186v6a4 4 0 0 0 4 4h64a4 4 0 0 0 4-4v-6a28.14 28.14 0 0 1 10.94-22.2A75.62 75.62 0 0 0 204 104m-67.34-51.94a4 4 0 0 0-1.32 7.88C153.53 63 169 78.45 172.06 96.67A4 4 0 0 0 176 100a4 4 0 0 0 .67-.06a4 4 0 0 0 3.27-4.61a53.51 53.51 0 0 0-43.28-43.27"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M172 232a4 4 0 0 1-4 4H88a4 4 0 0 1 0-8h80a4 4 0 0 1 4 4m40-128a83.59 83.59 0 0 1-32.11 66.06A20.2 20.2 0 0 0 172 186v6a12 12 0 0 1-12 12H96a12 12 0 0 1-12-12v-6a20 20 0 0 0-7.76-15.81A83.58 83.58 0 0 1 44 104.47C43.75 59 80.52 21.09 126 20a84 84 0 0 1 86 84m-8 0a76 76 0 0 0-77.83-76C85 29 51.77 63.27 52 104.43a75.62 75.62 0 0 0 29.17 59.43A28 28 0 0 1 92 186v6a4 4 0 0 0 4 4h64a4 4 0 0 0 4-4v-6a28.14 28.14 0 0 1 10.94-22.2A75.62 75.62 0 0 0 204 104m-67.34-51.94a4 4 0 0 0-1.32 7.88C153.53 63 169 78.45 172.06 96.67A4 4 0 0 0 176 100a4 4 0 0 0 .67-.06a4 4 0 0 0 3.27-4.61a53.51 53.51 0 0 0-43.28-43.27"/></svg> </template>
CSS
.icon-lightbulb-thin {
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%22M172%20232a4%204%200%200%201-4%204H88a4%204%200%200%201%200-8h80a4%204%200%200%201%204%204m40-128a83.59%2083.59%200%200%201-32.11%2066.06A20.2%2020.2%200%200%200%20172%20186v6a12%2012%200%200%201-12%2012H96a12%2012%200%200%201-12-12v-6a20%2020%200%200%200-7.76-15.81A83.58%2083.58%200%200%201%2044%20104.47C43.75%2059%2080.52%2021.09%20126%2020a84%2084%200%200%201%2086%2084m-8%200a76%2076%200%200%200-77.83-76C85%2029%2051.77%2063.27%2052%20104.43a75.62%2075.62%200%200%200%2029.17%2059.43A28%2028%200%200%201%2092%20186v6a4%204%200%200%200%204%204h64a4%204%200%200%200%204-4v-6a28.14%2028.14%200%200%201%2010.94-22.2A75.62%2075.62%200%200%200%20204%20104m-67.34-51.94a4%204%200%200%200-1.32%207.88C153.53%2063%20169%2078.45%20172.06%2096.67A4%204%200%200%200%20176%20100a4%204%200%200%200%20.67-.06a4%204%200%200%200%203.27-4.61a53.51%2053.51%200%200%200-43.28-43.27%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%22M172%20232a4%204%200%200%201-4%204H88a4%204%200%200%201%200-8h80a4%204%200%200%201%204%204m40-128a83.59%2083.59%200%200%201-32.11%2066.06A20.2%2020.2%200%200%200%20172%20186v6a12%2012%200%200%201-12%2012H96a12%2012%200%200%201-12-12v-6a20%2020%200%200%200-7.76-15.81A83.58%2083.58%200%200%201%2044%20104.47C43.75%2059%2080.52%2021.09%20126%2020a84%2084%200%200%201%2086%2084m-8%200a76%2076%200%200%200-77.83-76C85%2029%2051.77%2063.27%2052%20104.43a75.62%2075.62%200%200%200%2029.17%2059.43A28%2028%200%200%201%2092%20186v6a4%204%200%200%200%204%204h64a4%204%200%200%200%204-4v-6a28.14%2028.14%200%200%201%2010.94-22.2A75.62%2075.62%200%200%200%20204%20104m-67.34-51.94a4%204%200%200%200-1.32%207.88C153.53%2063%20169%2078.45%20172.06%2096.67A4%204%200%200%200%20176%20100a4%204%200%200%200%20.67-.06a4%204%200%200%200%203.27-4.61a53.51%2053.51%200%200%200-43.28-43.27%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/lightbulb-thin.svg?color=%231a73e8&size=48