lightbulb filament icon
lightbulb-filament-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.
- Name
- lightbulb-filament-16-filled
- Set
- Fluent UI System Icons
- Style
- 16 Filled
- Viewbox
- 16×16
- License
- MIT
9 other variants in Fluent UI System Icons
The same icon in other sets
Related icons in Fluent UI System Icons
Use the lightbulb filament icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M4.83 3.31a4.4 4.4 0 0 1 3.168-1.309a4.55 4.55 0 0 1 3.184 1.284a4.32 4.32 0 0 1 1.32 3.102c0 1.293-.585 2.443-1.619 3.438L10.577 11H8.5V7.5a.5.5 0 1 0-1 0V11H5.466l-.23-.963C4.154 8.907 3.556 7.819 3.5 6.582v-.038c.04-1.296.533-2.423 1.331-3.233M7.5 4.5v1a.5.5 0 0 0 1 0v-1a.5.5 0 0 0-1 0m3.078.795a.5.5 0 0 0-.707 0l-.707.707a.5.5 0 1 0 .707.707l.707-.707a.5.5 0 0 0 0-.707m-4.477 0a.5.5 0 0 0-.707.707l.707.707a.5.5 0 0 0 .707-.707zM5.704 12l.234.978l.007.022c.1.297.292.544.534.717c.251.18.558.282.883.282l1.384-.004l.021-.002a1.5 1.5 0 0 0 .84-.345c.231-.194.406-.46.48-.774l.229-.874z"/></svg>
React
import type { SVGProps } from "react";
export function FluentLightbulbFilament16Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M4.83 3.31a4.4 4.4 0 0 1 3.168-1.309a4.55 4.55 0 0 1 3.184 1.284a4.32 4.32 0 0 1 1.32 3.102c0 1.293-.585 2.443-1.619 3.438L10.577 11H8.5V7.5a.5.5 0 1 0-1 0V11H5.466l-.23-.963C4.154 8.907 3.556 7.819 3.5 6.582v-.038c.04-1.296.533-2.423 1.331-3.233M7.5 4.5v1a.5.5 0 0 0 1 0v-1a.5.5 0 0 0-1 0m3.078.795a.5.5 0 0 0-.707 0l-.707.707a.5.5 0 1 0 .707.707l.707-.707a.5.5 0 0 0 0-.707m-4.477 0a.5.5 0 0 0-.707.707l.707.707a.5.5 0 0 0 .707-.707zM5.704 12l.234.978l.007.022c.1.297.292.544.534.717c.251.18.558.282.883.282l1.384-.004l.021-.002a1.5 1.5 0 0 0 .84-.345c.231-.194.406-.46.48-.774l.229-.874z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M4.83 3.31a4.4 4.4 0 0 1 3.168-1.309a4.55 4.55 0 0 1 3.184 1.284a4.32 4.32 0 0 1 1.32 3.102c0 1.293-.585 2.443-1.619 3.438L10.577 11H8.5V7.5a.5.5 0 1 0-1 0V11H5.466l-.23-.963C4.154 8.907 3.556 7.819 3.5 6.582v-.038c.04-1.296.533-2.423 1.331-3.233M7.5 4.5v1a.5.5 0 0 0 1 0v-1a.5.5 0 0 0-1 0m3.078.795a.5.5 0 0 0-.707 0l-.707.707a.5.5 0 1 0 .707.707l.707-.707a.5.5 0 0 0 0-.707m-4.477 0a.5.5 0 0 0-.707.707l.707.707a.5.5 0 0 0 .707-.707zM5.704 12l.234.978l.007.022c.1.297.292.544.534.717c.251.18.558.282.883.282l1.384-.004l.021-.002a1.5 1.5 0 0 0 .84-.345c.231-.194.406-.46.48-.774l.229-.874z"/></svg> </template>
CSS
.icon-lightbulb-filament-16-filled {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.83%203.31a4.4%204.4%200%200%201%203.168-1.309a4.55%204.55%200%200%201%203.184%201.284a4.32%204.32%200%200%201%201.32%203.102c0%201.293-.585%202.443-1.619%203.438L10.577%2011H8.5V7.5a.5.5%200%201%200-1%200V11H5.466l-.23-.963C4.154%208.907%203.556%207.819%203.5%206.582v-.038c.04-1.296.533-2.423%201.331-3.233M7.5%204.5v1a.5.5%200%200%200%201%200v-1a.5.5%200%200%200-1%200m3.078.795a.5.5%200%200%200-.707%200l-.707.707a.5.5%200%201%200%20.707.707l.707-.707a.5.5%200%200%200%200-.707m-4.477%200a.5.5%200%200%200-.707.707l.707.707a.5.5%200%200%200%20.707-.707zM5.704%2012l.234.978l.007.022c.1.297.292.544.534.717c.251.18.558.282.883.282l1.384-.004l.021-.002a1.5%201.5%200%200%200%20.84-.345c.231-.194.406-.46.48-.774l.229-.874z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.83%203.31a4.4%204.4%200%200%201%203.168-1.309a4.55%204.55%200%200%201%203.184%201.284a4.32%204.32%200%200%201%201.32%203.102c0%201.293-.585%202.443-1.619%203.438L10.577%2011H8.5V7.5a.5.5%200%201%200-1%200V11H5.466l-.23-.963C4.154%208.907%203.556%207.819%203.5%206.582v-.038c.04-1.296.533-2.423%201.331-3.233M7.5%204.5v1a.5.5%200%200%200%201%200v-1a.5.5%200%200%200-1%200m3.078.795a.5.5%200%200%200-.707%200l-.707.707a.5.5%200%201%200%20.707.707l.707-.707a.5.5%200%200%200%200-.707m-4.477%200a.5.5%200%200%200-.707.707l.707.707a.5.5%200%200%200%20.707-.707zM5.704%2012l.234.978l.007.022c.1.297.292.544.534.717c.251.18.558.282.883.282l1.384-.004l.021-.002a1.5%201.5%200%200%200%20.84-.345c.231-.194.406-.46.48-.774l.229-.874z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/lightbulb-filament-16-filled.svg?color=%231a73e8&size=48