lightbulb icon
lightbulb-28 from Fluent UI System Color Icons by Microsoft Corporation · 28 · MIT Free for personal and commercial use.
- Name
- lightbulb-28
- Set
- Fluent UI System Color Icons
- Style
- 28
- Viewbox
- 28×28
- License
- MIT
5 other variants in Fluent UI System Color Icons
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 IconslightbulbFirefox OS EmojilightbulbHuge IconslightbulbIonIconslightbulbJam IconslightbulbLine AwesomelightbulbMaterial Line IconslightbulbLucidelightbulbMaterial SymbolslightbulbMaterial Symbols LightlightbulbMaterial Design IconslightbulbPhosphorlightbulbPixelarticonslightbulbPrime Iconslightbulb-fillRemix Iconlightbulb-boldSolar
Related icons in Fluent UI System Color Icons
Use the lightbulb icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><g fill="none"><path fill="url(#SVG31diLdqa)" d="m18.421 21.5l-.482 2.008A3.25 3.25 0 0 1 14.78 26h-1.56a3.25 3.25 0 0 1-3.16-2.492L9.579 21.5z"/><path fill="url(#SVG3ttHndZk)" d="m18.421 21.5l-.482 2.008A3.25 3.25 0 0 1 14.78 26h-1.56a3.25 3.25 0 0 1-3.16-2.492L9.579 21.5z"/><path fill="url(#SVG08TAbb1x)" d="M14 2a9 9 0 0 0-5.79 15.89c.402.339.679.736.78 1.158L9.46 21h9.082l.469-1.952c.101-.422.378-.819.78-1.158A9 9 0 0 0 14 2"/><path fill="url(#SVGgkiapetB)" d="M18.661 20.5H9.34L9.7 22h8.6z"/><defs><radialGradient id="SVG31diLdqa" cx="0" cy="0" r="1" gradientTransform="rotate(72.812 -.822 9.459)scale(18.4961 29.9717)" gradientUnits="userSpaceOnUse"><stop stop-color="#ffe06b"/><stop offset=".376" stop-color="#ffa43d"/><stop offset="1" stop-color="#e67505"/></radialGradient><radialGradient id="SVG08TAbb1x" cx="0" cy="0" r="1" gradientTransform="matrix(5.9181 20.89185 -31.4453 8.9076 8 4.388)" gradientUnits="userSpaceOnUse"><stop stop-color="#ffe06b"/><stop offset=".376" stop-color="#ffa43d"/><stop offset="1" stop-color="#e67505"/></radialGradient><linearGradient id="SVG3ttHndZk" x1="13.999" x2="14" y1="21.5" y2="26" gradientUnits="userSpaceOnUse"><stop stop-color="#d34719"/><stop offset="1" stop-color="#d34719" stop-opacity="0"/></linearGradient><linearGradient id="SVGgkiapetB" x1="13.263" x2="14.448" y1="21.096" y2="24.045" gradientUnits="userSpaceOnUse"><stop stop-color="#ffc7a3"/><stop offset="1" stop-color="#ff9c70"/></linearGradient></defs></g></svg>
React
import type { SVGProps } from "react";
export function FluentColorLightbulb28(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><g fill="none"><path fill="url(#SVG31diLdqa)" d="m18.421 21.5l-.482 2.008A3.25 3.25 0 0 1 14.78 26h-1.56a3.25 3.25 0 0 1-3.16-2.492L9.579 21.5z"/><path fill="url(#SVG3ttHndZk)" d="m18.421 21.5l-.482 2.008A3.25 3.25 0 0 1 14.78 26h-1.56a3.25 3.25 0 0 1-3.16-2.492L9.579 21.5z"/><path fill="url(#SVG08TAbb1x)" d="M14 2a9 9 0 0 0-5.79 15.89c.402.339.679.736.78 1.158L9.46 21h9.082l.469-1.952c.101-.422.378-.819.78-1.158A9 9 0 0 0 14 2"/><path fill="url(#SVGgkiapetB)" d="M18.661 20.5H9.34L9.7 22h8.6z"/><defs><radialGradient id="SVG31diLdqa" cx="0" cy="0" r="1" gradientTransform="rotate(72.812 -.822 9.459)scale(18.4961 29.9717)" gradientUnits="userSpaceOnUse"><stop stopColor="#ffe06b"/><stop offset=".376" stopColor="#ffa43d"/><stop offset="1" stopColor="#e67505"/></radialGradient><radialGradient id="SVG08TAbb1x" cx="0" cy="0" r="1" gradientTransform="matrix(5.9181 20.89185 -31.4453 8.9076 8 4.388)" gradientUnits="userSpaceOnUse"><stop stopColor="#ffe06b"/><stop offset=".376" stopColor="#ffa43d"/><stop offset="1" stopColor="#e67505"/></radialGradient><linearGradient id="SVG3ttHndZk" x1="13.999" x2="14" y1="21.5" y2="26" gradientUnits="userSpaceOnUse"><stop stopColor="#d34719"/><stop offset="1" stopColor="#d34719" stopOpacity="0"/></linearGradient><linearGradient id="SVGgkiapetB" x1="13.263" x2="14.448" y1="21.096" y2="24.045" gradientUnits="userSpaceOnUse"><stop stopColor="#ffc7a3"/><stop offset="1" stopColor="#ff9c70"/></linearGradient></defs></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><g fill="none"><path fill="url(#SVG31diLdqa)" d="m18.421 21.5l-.482 2.008A3.25 3.25 0 0 1 14.78 26h-1.56a3.25 3.25 0 0 1-3.16-2.492L9.579 21.5z"/><path fill="url(#SVG3ttHndZk)" d="m18.421 21.5l-.482 2.008A3.25 3.25 0 0 1 14.78 26h-1.56a3.25 3.25 0 0 1-3.16-2.492L9.579 21.5z"/><path fill="url(#SVG08TAbb1x)" d="M14 2a9 9 0 0 0-5.79 15.89c.402.339.679.736.78 1.158L9.46 21h9.082l.469-1.952c.101-.422.378-.819.78-1.158A9 9 0 0 0 14 2"/><path fill="url(#SVGgkiapetB)" d="M18.661 20.5H9.34L9.7 22h8.6z"/><defs><radialGradient id="SVG31diLdqa" cx="0" cy="0" r="1" gradientTransform="rotate(72.812 -.822 9.459)scale(18.4961 29.9717)" gradientUnits="userSpaceOnUse"><stop stop-color="#ffe06b"/><stop offset=".376" stop-color="#ffa43d"/><stop offset="1" stop-color="#e67505"/></radialGradient><radialGradient id="SVG08TAbb1x" cx="0" cy="0" r="1" gradientTransform="matrix(5.9181 20.89185 -31.4453 8.9076 8 4.388)" gradientUnits="userSpaceOnUse"><stop stop-color="#ffe06b"/><stop offset=".376" stop-color="#ffa43d"/><stop offset="1" stop-color="#e67505"/></radialGradient><linearGradient id="SVG3ttHndZk" x1="13.999" x2="14" y1="21.5" y2="26" gradientUnits="userSpaceOnUse"><stop stop-color="#d34719"/><stop offset="1" stop-color="#d34719" stop-opacity="0"/></linearGradient><linearGradient id="SVGgkiapetB" x1="13.263" x2="14.448" y1="21.096" y2="24.045" gradientUnits="userSpaceOnUse"><stop stop-color="#ffc7a3"/><stop offset="1" stop-color="#ff9c70"/></linearGradient></defs></g></svg> </template>
CSS
.icon-lightbulb-28 {
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%2028%2028%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVG31diLdqa)%22%20d%3D%22m18.421%2021.5l-.482%202.008A3.25%203.25%200%200%201%2014.78%2026h-1.56a3.25%203.25%200%200%201-3.16-2.492L9.579%2021.5z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVG3ttHndZk)%22%20d%3D%22m18.421%2021.5l-.482%202.008A3.25%203.25%200%200%201%2014.78%2026h-1.56a3.25%203.25%200%200%201-3.16-2.492L9.579%2021.5z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVG08TAbb1x)%22%20d%3D%22M14%202a9%209%200%200%200-5.79%2015.89c.402.339.679.736.78%201.158L9.46%2021h9.082l.469-1.952c.101-.422.378-.819.78-1.158A9%209%200%200%200%2014%202%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGgkiapetB)%22%20d%3D%22M18.661%2020.5H9.34L9.7%2022h8.6z%22%2F%3E%3Cdefs%3E%3CradialGradient%20id%3D%22SVG31diLdqa%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22rotate(72.812%20-.822%209.459)scale(18.4961%2029.9717)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23ffe06b%22%2F%3E%3Cstop%20offset%3D%22.376%22%20stop-color%3D%22%23ffa43d%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23e67505%22%2F%3E%3C%2FradialGradient%3E%3CradialGradient%20id%3D%22SVG08TAbb1x%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22matrix(5.9181%2020.89185%20-31.4453%208.9076%208%204.388)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23ffe06b%22%2F%3E%3Cstop%20offset%3D%22.376%22%20stop-color%3D%22%23ffa43d%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23e67505%22%2F%3E%3C%2FradialGradient%3E%3ClinearGradient%20id%3D%22SVG3ttHndZk%22%20x1%3D%2213.999%22%20x2%3D%2214%22%20y1%3D%2221.5%22%20y2%3D%2226%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23d34719%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23d34719%22%20stop-opacity%3D%220%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGgkiapetB%22%20x1%3D%2213.263%22%20x2%3D%2214.448%22%20y1%3D%2221.096%22%20y2%3D%2224.045%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23ffc7a3%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23ff9c70%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fg%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%2028%2028%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVG31diLdqa)%22%20d%3D%22m18.421%2021.5l-.482%202.008A3.25%203.25%200%200%201%2014.78%2026h-1.56a3.25%203.25%200%200%201-3.16-2.492L9.579%2021.5z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVG3ttHndZk)%22%20d%3D%22m18.421%2021.5l-.482%202.008A3.25%203.25%200%200%201%2014.78%2026h-1.56a3.25%203.25%200%200%201-3.16-2.492L9.579%2021.5z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVG08TAbb1x)%22%20d%3D%22M14%202a9%209%200%200%200-5.79%2015.89c.402.339.679.736.78%201.158L9.46%2021h9.082l.469-1.952c.101-.422.378-.819.78-1.158A9%209%200%200%200%2014%202%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGgkiapetB)%22%20d%3D%22M18.661%2020.5H9.34L9.7%2022h8.6z%22%2F%3E%3Cdefs%3E%3CradialGradient%20id%3D%22SVG31diLdqa%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22rotate(72.812%20-.822%209.459)scale(18.4961%2029.9717)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23ffe06b%22%2F%3E%3Cstop%20offset%3D%22.376%22%20stop-color%3D%22%23ffa43d%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23e67505%22%2F%3E%3C%2FradialGradient%3E%3CradialGradient%20id%3D%22SVG08TAbb1x%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22matrix(5.9181%2020.89185%20-31.4453%208.9076%208%204.388)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23ffe06b%22%2F%3E%3Cstop%20offset%3D%22.376%22%20stop-color%3D%22%23ffa43d%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23e67505%22%2F%3E%3C%2FradialGradient%3E%3ClinearGradient%20id%3D%22SVG3ttHndZk%22%20x1%3D%2213.999%22%20x2%3D%2214%22%20y1%3D%2221.5%22%20y2%3D%2226%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23d34719%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23d34719%22%20stop-opacity%3D%220%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGgkiapetB%22%20x1%3D%2213.263%22%20x2%3D%2214.448%22%20y1%3D%2221.096%22%20y2%3D%2224.045%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23ffc7a3%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23ff9c70%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-color/lightbulb-28.svg?color=%231a73e8&size=48