lightbulb filament icon
lightbulb-filament-48-filled from Fluent UI System Icons by Microsoft Corporation · 48 Filled · MIT Free for personal and commercial use.
- Name
- lightbulb-filament-48-filled
- Set
- Fluent UI System Icons
- Style
- 48 Filled
- Viewbox
- 48×48
- 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 48 48"><path fill="currentColor" d="M24 4C15.992 4 9.5 10.492 9.5 18.5c0 4.239 1.82 8.054 4.718 10.704c.45.411.751.875.873 1.352l1.265 4.944h6.394v-14a1.25 1.25 0 0 1 2.5 0v14h6.396l1.266-4.948c.122-.476.423-.94.873-1.35A14.47 14.47 0 0 0 38.5 18.5C38.5 10.492 32.008 4 24 4m7.006 34H16.995l.62 2.427A4.75 4.75 0 0 0 22.219 44h3.565a4.75 4.75 0 0 0 4.602-3.572zM25.25 12.25v3.5a1.25 1.25 0 1 1-2.5 0v-3.5a1.25 1.25 0 1 1 2.5 0m7.382 3.116a1.25 1.25 0 0 1 0 1.767l-2.497 2.497a1.25 1.25 0 0 1-1.769-1.768l2.498-2.496a1.25 1.25 0 0 1 1.768 0m-13 2.496a1.25 1.25 0 1 1-1.768 1.768l-2.498-2.497a1.25 1.25 0 1 1 1.768-1.767z"/></svg>
React
import type { SVGProps } from "react";
export function FluentLightbulbFilament48Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M24 4C15.992 4 9.5 10.492 9.5 18.5c0 4.239 1.82 8.054 4.718 10.704c.45.411.751.875.873 1.352l1.265 4.944h6.394v-14a1.25 1.25 0 0 1 2.5 0v14h6.396l1.266-4.948c.122-.476.423-.94.873-1.35A14.47 14.47 0 0 0 38.5 18.5C38.5 10.492 32.008 4 24 4m7.006 34H16.995l.62 2.427A4.75 4.75 0 0 0 22.219 44h3.565a4.75 4.75 0 0 0 4.602-3.572zM25.25 12.25v3.5a1.25 1.25 0 1 1-2.5 0v-3.5a1.25 1.25 0 1 1 2.5 0m7.382 3.116a1.25 1.25 0 0 1 0 1.767l-2.497 2.497a1.25 1.25 0 0 1-1.769-1.768l2.498-2.496a1.25 1.25 0 0 1 1.768 0m-13 2.496a1.25 1.25 0 1 1-1.768 1.768l-2.498-2.497a1.25 1.25 0 1 1 1.768-1.767z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M24 4C15.992 4 9.5 10.492 9.5 18.5c0 4.239 1.82 8.054 4.718 10.704c.45.411.751.875.873 1.352l1.265 4.944h6.394v-14a1.25 1.25 0 0 1 2.5 0v14h6.396l1.266-4.948c.122-.476.423-.94.873-1.35A14.47 14.47 0 0 0 38.5 18.5C38.5 10.492 32.008 4 24 4m7.006 34H16.995l.62 2.427A4.75 4.75 0 0 0 22.219 44h3.565a4.75 4.75 0 0 0 4.602-3.572zM25.25 12.25v3.5a1.25 1.25 0 1 1-2.5 0v-3.5a1.25 1.25 0 1 1 2.5 0m7.382 3.116a1.25 1.25 0 0 1 0 1.767l-2.497 2.497a1.25 1.25 0 0 1-1.769-1.768l2.498-2.496a1.25 1.25 0 0 1 1.768 0m-13 2.496a1.25 1.25 0 1 1-1.768 1.768l-2.498-2.497a1.25 1.25 0 1 1 1.768-1.767z"/></svg> </template>
CSS
.icon-lightbulb-filament-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24%204C15.992%204%209.5%2010.492%209.5%2018.5c0%204.239%201.82%208.054%204.718%2010.704c.45.411.751.875.873%201.352l1.265%204.944h6.394v-14a1.25%201.25%200%200%201%202.5%200v14h6.396l1.266-4.948c.122-.476.423-.94.873-1.35A14.47%2014.47%200%200%200%2038.5%2018.5C38.5%2010.492%2032.008%204%2024%204m7.006%2034H16.995l.62%202.427A4.75%204.75%200%200%200%2022.219%2044h3.565a4.75%204.75%200%200%200%204.602-3.572zM25.25%2012.25v3.5a1.25%201.25%200%201%201-2.5%200v-3.5a1.25%201.25%200%201%201%202.5%200m7.382%203.116a1.25%201.25%200%200%201%200%201.767l-2.497%202.497a1.25%201.25%200%200%201-1.769-1.768l2.498-2.496a1.25%201.25%200%200%201%201.768%200m-13%202.496a1.25%201.25%200%201%201-1.768%201.768l-2.498-2.497a1.25%201.25%200%201%201%201.768-1.767z%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24%204C15.992%204%209.5%2010.492%209.5%2018.5c0%204.239%201.82%208.054%204.718%2010.704c.45.411.751.875.873%201.352l1.265%204.944h6.394v-14a1.25%201.25%200%200%201%202.5%200v14h6.396l1.266-4.948c.122-.476.423-.94.873-1.35A14.47%2014.47%200%200%200%2038.5%2018.5C38.5%2010.492%2032.008%204%2024%204m7.006%2034H16.995l.62%202.427A4.75%204.75%200%200%200%2022.219%2044h3.565a4.75%204.75%200%200%200%204.602-3.572zM25.25%2012.25v3.5a1.25%201.25%200%201%201-2.5%200v-3.5a1.25%201.25%200%201%201%202.5%200m7.382%203.116a1.25%201.25%200%200%201%200%201.767l-2.497%202.497a1.25%201.25%200%200%201-1.769-1.768l2.498-2.496a1.25%201.25%200%200%201%201.768%200m-13%202.496a1.25%201.25%200%201%201-1.768%201.768l-2.498-2.497a1.25%201.25%200%201%201%201.768-1.767z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/lightbulb-filament-48-filled.svg?color=%231a73e8&size=48