lightbulb-16 from Fluent UI System Color Icons by Microsoft Corporation · 16 · MIT Free for personal and commercial use.

Name
lightbulb-16
Set
Fluent UI System Color Icons
Style
16
Viewbox
16×16
License
MIT

5 other variants in Fluent UI System Color Icons

The same icon in other sets

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 16 16"><g fill="none"><path fill="url(#SVGkta0gcEZ)" d="m5.437 11.5l.38 1.395A1.5 1.5 0 0 0 7.264 14h1.472a1.5 1.5 0 0 0 1.448-1.105l.38-1.395z"/><path fill="url(#SVGEV7Uhcbx)" d="m5.437 11.5l.38 1.395A1.5 1.5 0 0 0 7.264 14h1.472a1.5 1.5 0 0 0 1.448-1.105l.38-1.395z"/><path fill="url(#SVGxhQfPczo)" d="M10.564 11.5H5.436l-.41-1.505a.65.65 0 0 0-.181-.287a4.5 4.5 0 1 1 6.31 0a.65.65 0 0 0-.18.287z"/><path fill="url(#SVGZ95P8ceA)" d="m10.427 12l.273-1H5.3l.273 1z"/><defs><radialGradient id="SVGkta0gcEZ" cx="0" cy="0" r="1" gradientTransform="rotate(72.108 -.144 5.134)scale(10.3164 17.3121)" gradientUnits="userSpaceOnUse"><stop stop-color="#ffe06b"/><stop offset=".376" stop-color="#ffa43d"/><stop offset="1" stop-color="#e67505"/></radialGradient><radialGradient id="SVGxhQfPczo" cx="0" cy="0" r="1" gradientTransform="rotate(74.184 .388 4.903)scale(10.8569 16.3413)" gradientUnits="userSpaceOnUse"><stop stop-color="#ffe06b"/><stop offset=".376" stop-color="#ffa43d"/><stop offset="1" stop-color="#e67505"/></radialGradient><linearGradient id="SVGEV7Uhcbx" x1="8" x2="8" y1="11.5" y2="14" gradientUnits="userSpaceOnUse"><stop stop-color="#d34719"/><stop offset="1" stop-color="#d34719" stop-opacity="0"/></linearGradient><linearGradient id="SVGZ95P8ceA" x1="7.573" x2="8.443" y1="11.397" y2="13.278" gradientUnits="userSpaceOnUse"><stop stop-color="#ffc7a3"/><stop offset="1" stop-color="#ff9c70"/></linearGradient></defs></g></svg>

React

import type { SVGProps } from "react";

export function FluentColorLightbulb16(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="none"><path fill="url(#SVGkta0gcEZ)" d="m5.437 11.5l.38 1.395A1.5 1.5 0 0 0 7.264 14h1.472a1.5 1.5 0 0 0 1.448-1.105l.38-1.395z"/><path fill="url(#SVGEV7Uhcbx)" d="m5.437 11.5l.38 1.395A1.5 1.5 0 0 0 7.264 14h1.472a1.5 1.5 0 0 0 1.448-1.105l.38-1.395z"/><path fill="url(#SVGxhQfPczo)" d="M10.564 11.5H5.436l-.41-1.505a.65.65 0 0 0-.181-.287a4.5 4.5 0 1 1 6.31 0a.65.65 0 0 0-.18.287z"/><path fill="url(#SVGZ95P8ceA)" d="m10.427 12l.273-1H5.3l.273 1z"/><defs><radialGradient id="SVGkta0gcEZ" cx="0" cy="0" r="1" gradientTransform="rotate(72.108 -.144 5.134)scale(10.3164 17.3121)" gradientUnits="userSpaceOnUse"><stop stopColor="#ffe06b"/><stop offset=".376" stopColor="#ffa43d"/><stop offset="1" stopColor="#e67505"/></radialGradient><radialGradient id="SVGxhQfPczo" cx="0" cy="0" r="1" gradientTransform="rotate(74.184 .388 4.903)scale(10.8569 16.3413)" gradientUnits="userSpaceOnUse"><stop stopColor="#ffe06b"/><stop offset=".376" stopColor="#ffa43d"/><stop offset="1" stopColor="#e67505"/></radialGradient><linearGradient id="SVGEV7Uhcbx" x1="8" x2="8" y1="11.5" y2="14" gradientUnits="userSpaceOnUse"><stop stopColor="#d34719"/><stop offset="1" stopColor="#d34719" stopOpacity="0"/></linearGradient><linearGradient id="SVGZ95P8ceA" x1="7.573" x2="8.443" y1="11.397" y2="13.278" 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 16 16"><g fill="none"><path fill="url(#SVGkta0gcEZ)" d="m5.437 11.5l.38 1.395A1.5 1.5 0 0 0 7.264 14h1.472a1.5 1.5 0 0 0 1.448-1.105l.38-1.395z"/><path fill="url(#SVGEV7Uhcbx)" d="m5.437 11.5l.38 1.395A1.5 1.5 0 0 0 7.264 14h1.472a1.5 1.5 0 0 0 1.448-1.105l.38-1.395z"/><path fill="url(#SVGxhQfPczo)" d="M10.564 11.5H5.436l-.41-1.505a.65.65 0 0 0-.181-.287a4.5 4.5 0 1 1 6.31 0a.65.65 0 0 0-.18.287z"/><path fill="url(#SVGZ95P8ceA)" d="m10.427 12l.273-1H5.3l.273 1z"/><defs><radialGradient id="SVGkta0gcEZ" cx="0" cy="0" r="1" gradientTransform="rotate(72.108 -.144 5.134)scale(10.3164 17.3121)" gradientUnits="userSpaceOnUse"><stop stop-color="#ffe06b"/><stop offset=".376" stop-color="#ffa43d"/><stop offset="1" stop-color="#e67505"/></radialGradient><radialGradient id="SVGxhQfPczo" cx="0" cy="0" r="1" gradientTransform="rotate(74.184 .388 4.903)scale(10.8569 16.3413)" gradientUnits="userSpaceOnUse"><stop stop-color="#ffe06b"/><stop offset=".376" stop-color="#ffa43d"/><stop offset="1" stop-color="#e67505"/></radialGradient><linearGradient id="SVGEV7Uhcbx" x1="8" x2="8" y1="11.5" y2="14" gradientUnits="userSpaceOnUse"><stop stop-color="#d34719"/><stop offset="1" stop-color="#d34719" stop-opacity="0"/></linearGradient><linearGradient id="SVGZ95P8ceA" x1="7.573" x2="8.443" y1="11.397" y2="13.278" gradientUnits="userSpaceOnUse"><stop stop-color="#ffc7a3"/><stop offset="1" stop-color="#ff9c70"/></linearGradient></defs></g></svg>
</template>

CSS

.icon-lightbulb-16 {
  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%2016%2016%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGkta0gcEZ)%22%20d%3D%22m5.437%2011.5l.38%201.395A1.5%201.5%200%200%200%207.264%2014h1.472a1.5%201.5%200%200%200%201.448-1.105l.38-1.395z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGEV7Uhcbx)%22%20d%3D%22m5.437%2011.5l.38%201.395A1.5%201.5%200%200%200%207.264%2014h1.472a1.5%201.5%200%200%200%201.448-1.105l.38-1.395z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGxhQfPczo)%22%20d%3D%22M10.564%2011.5H5.436l-.41-1.505a.65.65%200%200%200-.181-.287a4.5%204.5%200%201%201%206.31%200a.65.65%200%200%200-.18.287z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGZ95P8ceA)%22%20d%3D%22m10.427%2012l.273-1H5.3l.273%201z%22%2F%3E%3Cdefs%3E%3CradialGradient%20id%3D%22SVGkta0gcEZ%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22rotate(72.108%20-.144%205.134)scale(10.3164%2017.3121)%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%22SVGxhQfPczo%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22rotate(74.184%20.388%204.903)scale(10.8569%2016.3413)%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%22SVGEV7Uhcbx%22%20x1%3D%228%22%20x2%3D%228%22%20y1%3D%2211.5%22%20y2%3D%2214%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%22SVGZ95P8ceA%22%20x1%3D%227.573%22%20x2%3D%228.443%22%20y1%3D%2211.397%22%20y2%3D%2213.278%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%2016%2016%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGkta0gcEZ)%22%20d%3D%22m5.437%2011.5l.38%201.395A1.5%201.5%200%200%200%207.264%2014h1.472a1.5%201.5%200%200%200%201.448-1.105l.38-1.395z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGEV7Uhcbx)%22%20d%3D%22m5.437%2011.5l.38%201.395A1.5%201.5%200%200%200%207.264%2014h1.472a1.5%201.5%200%200%200%201.448-1.105l.38-1.395z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGxhQfPczo)%22%20d%3D%22M10.564%2011.5H5.436l-.41-1.505a.65.65%200%200%200-.181-.287a4.5%204.5%200%201%201%206.31%200a.65.65%200%200%200-.18.287z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGZ95P8ceA)%22%20d%3D%22m10.427%2012l.273-1H5.3l.273%201z%22%2F%3E%3Cdefs%3E%3CradialGradient%20id%3D%22SVGkta0gcEZ%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22rotate(72.108%20-.144%205.134)scale(10.3164%2017.3121)%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%22SVGxhQfPczo%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22rotate(74.184%20.388%204.903)scale(10.8569%2016.3413)%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%22SVGEV7Uhcbx%22%20x1%3D%228%22%20x2%3D%228%22%20y1%3D%2211.5%22%20y2%3D%2214%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%22SVGZ95P8ceA%22%20x1%3D%227.573%22%20x2%3D%228.443%22%20y1%3D%2211.397%22%20y2%3D%2213.278%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-16.svg?color=%231a73e8&size=48