lightbulb filament icon
lightbulb-filament-32-regular from Fluent UI System Icons by Microsoft Corporation · 32 Regular · MIT Free for personal and commercial use.
- Name
- lightbulb-filament-32-regular
- Set
- Fluent UI System Icons
- Style
- 32 Regular
- Viewbox
- 32×32
- 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 32 32"><path fill="currentColor" d="M14.914 8.65c0-.58.486-1.05 1.086-1.05s1.086.47 1.086 1.05v2.1c0 .58-.486 1.05-1.086 1.05s-1.086-.47-1.086-1.05zm7.285 2.052a1.113 1.113 0 0 0-1.536 0l-1.536 1.485a1.026 1.026 0 0 0 0 1.485c.424.41 1.112.41 1.536 0l1.536-1.485a1.026 1.026 0 0 0 0-1.485m-10.862 0a1.113 1.113 0 0 0-1.536 0a1.026 1.026 0 0 0 0 1.485l1.536 1.485c.424.41 1.112.41 1.536 0a1.026 1.026 0 0 0 0-1.485zM16 2c5.799 0 10.5 4.545 10.5 10.15c0 2.935-1.304 5.629-3.857 8.04a1.05 1.05 0 0 0-.253.371l-.046.144l-1.638 6.854c-.323 1.35-1.515 2.327-2.924 2.432L17.53 30h-3.06c-1.434 0-2.687-.903-3.11-2.208l-.066-.234l-1.636-6.853a1.04 1.04 0 0 0-.299-.515c-2.432-2.297-3.732-4.849-3.85-7.622l-.009-.417l.006-.335C5.688 6.365 10.317 2 16 2m3.063 23.099h-6.127l.475 1.987c.103.429.468.745.91.804l.149.01h3.06c.456 0 .857-.273 1.016-.675l.043-.139zM16 4.1c-4.492 0-8.154 3.439-8.322 7.742l-.006.309l.01.388c.11 2.188 1.16 4.227 3.195 6.148c.382.362.666.807.828 1.297l.07.249l.66 2.766h2.479v-8.75c0-.58.486-1.05 1.086-1.05s1.086.47 1.086 1.05V23h2.478l.663-2.767a3.1 3.1 0 0 1 .715-1.357l.183-.187c2.034-1.922 3.083-3.96 3.193-6.15l.01-.387l-.006-.31c-.168-4.302-3.83-7.74-8.322-7.74"/></svg>
React
import type { SVGProps } from "react";
export function FluentLightbulbFilament32Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M14.914 8.65c0-.58.486-1.05 1.086-1.05s1.086.47 1.086 1.05v2.1c0 .58-.486 1.05-1.086 1.05s-1.086-.47-1.086-1.05zm7.285 2.052a1.113 1.113 0 0 0-1.536 0l-1.536 1.485a1.026 1.026 0 0 0 0 1.485c.424.41 1.112.41 1.536 0l1.536-1.485a1.026 1.026 0 0 0 0-1.485m-10.862 0a1.113 1.113 0 0 0-1.536 0a1.026 1.026 0 0 0 0 1.485l1.536 1.485c.424.41 1.112.41 1.536 0a1.026 1.026 0 0 0 0-1.485zM16 2c5.799 0 10.5 4.545 10.5 10.15c0 2.935-1.304 5.629-3.857 8.04a1.05 1.05 0 0 0-.253.371l-.046.144l-1.638 6.854c-.323 1.35-1.515 2.327-2.924 2.432L17.53 30h-3.06c-1.434 0-2.687-.903-3.11-2.208l-.066-.234l-1.636-6.853a1.04 1.04 0 0 0-.299-.515c-2.432-2.297-3.732-4.849-3.85-7.622l-.009-.417l.006-.335C5.688 6.365 10.317 2 16 2m3.063 23.099h-6.127l.475 1.987c.103.429.468.745.91.804l.149.01h3.06c.456 0 .857-.273 1.016-.675l.043-.139zM16 4.1c-4.492 0-8.154 3.439-8.322 7.742l-.006.309l.01.388c.11 2.188 1.16 4.227 3.195 6.148c.382.362.666.807.828 1.297l.07.249l.66 2.766h2.479v-8.75c0-.58.486-1.05 1.086-1.05s1.086.47 1.086 1.05V23h2.478l.663-2.767a3.1 3.1 0 0 1 .715-1.357l.183-.187c2.034-1.922 3.083-3.96 3.193-6.15l.01-.387l-.006-.31c-.168-4.302-3.83-7.74-8.322-7.74"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M14.914 8.65c0-.58.486-1.05 1.086-1.05s1.086.47 1.086 1.05v2.1c0 .58-.486 1.05-1.086 1.05s-1.086-.47-1.086-1.05zm7.285 2.052a1.113 1.113 0 0 0-1.536 0l-1.536 1.485a1.026 1.026 0 0 0 0 1.485c.424.41 1.112.41 1.536 0l1.536-1.485a1.026 1.026 0 0 0 0-1.485m-10.862 0a1.113 1.113 0 0 0-1.536 0a1.026 1.026 0 0 0 0 1.485l1.536 1.485c.424.41 1.112.41 1.536 0a1.026 1.026 0 0 0 0-1.485zM16 2c5.799 0 10.5 4.545 10.5 10.15c0 2.935-1.304 5.629-3.857 8.04a1.05 1.05 0 0 0-.253.371l-.046.144l-1.638 6.854c-.323 1.35-1.515 2.327-2.924 2.432L17.53 30h-3.06c-1.434 0-2.687-.903-3.11-2.208l-.066-.234l-1.636-6.853a1.04 1.04 0 0 0-.299-.515c-2.432-2.297-3.732-4.849-3.85-7.622l-.009-.417l.006-.335C5.688 6.365 10.317 2 16 2m3.063 23.099h-6.127l.475 1.987c.103.429.468.745.91.804l.149.01h3.06c.456 0 .857-.273 1.016-.675l.043-.139zM16 4.1c-4.492 0-8.154 3.439-8.322 7.742l-.006.309l.01.388c.11 2.188 1.16 4.227 3.195 6.148c.382.362.666.807.828 1.297l.07.249l.66 2.766h2.479v-8.75c0-.58.486-1.05 1.086-1.05s1.086.47 1.086 1.05V23h2.478l.663-2.767a3.1 3.1 0 0 1 .715-1.357l.183-.187c2.034-1.922 3.083-3.96 3.193-6.15l.01-.387l-.006-.31c-.168-4.302-3.83-7.74-8.322-7.74"/></svg> </template>
CSS
.icon-lightbulb-filament-32-regular {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.914%208.65c0-.58.486-1.05%201.086-1.05s1.086.47%201.086%201.05v2.1c0%20.58-.486%201.05-1.086%201.05s-1.086-.47-1.086-1.05zm7.285%202.052a1.113%201.113%200%200%200-1.536%200l-1.536%201.485a1.026%201.026%200%200%200%200%201.485c.424.41%201.112.41%201.536%200l1.536-1.485a1.026%201.026%200%200%200%200-1.485m-10.862%200a1.113%201.113%200%200%200-1.536%200a1.026%201.026%200%200%200%200%201.485l1.536%201.485c.424.41%201.112.41%201.536%200a1.026%201.026%200%200%200%200-1.485zM16%202c5.799%200%2010.5%204.545%2010.5%2010.15c0%202.935-1.304%205.629-3.857%208.04a1.05%201.05%200%200%200-.253.371l-.046.144l-1.638%206.854c-.323%201.35-1.515%202.327-2.924%202.432L17.53%2030h-3.06c-1.434%200-2.687-.903-3.11-2.208l-.066-.234l-1.636-6.853a1.04%201.04%200%200%200-.299-.515c-2.432-2.297-3.732-4.849-3.85-7.622l-.009-.417l.006-.335C5.688%206.365%2010.317%202%2016%202m3.063%2023.099h-6.127l.475%201.987c.103.429.468.745.91.804l.149.01h3.06c.456%200%20.857-.273%201.016-.675l.043-.139zM16%204.1c-4.492%200-8.154%203.439-8.322%207.742l-.006.309l.01.388c.11%202.188%201.16%204.227%203.195%206.148c.382.362.666.807.828%201.297l.07.249l.66%202.766h2.479v-8.75c0-.58.486-1.05%201.086-1.05s1.086.47%201.086%201.05V23h2.478l.663-2.767a3.1%203.1%200%200%201%20.715-1.357l.183-.187c2.034-1.922%203.083-3.96%203.193-6.15l.01-.387l-.006-.31c-.168-4.302-3.83-7.74-8.322-7.74%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.914%208.65c0-.58.486-1.05%201.086-1.05s1.086.47%201.086%201.05v2.1c0%20.58-.486%201.05-1.086%201.05s-1.086-.47-1.086-1.05zm7.285%202.052a1.113%201.113%200%200%200-1.536%200l-1.536%201.485a1.026%201.026%200%200%200%200%201.485c.424.41%201.112.41%201.536%200l1.536-1.485a1.026%201.026%200%200%200%200-1.485m-10.862%200a1.113%201.113%200%200%200-1.536%200a1.026%201.026%200%200%200%200%201.485l1.536%201.485c.424.41%201.112.41%201.536%200a1.026%201.026%200%200%200%200-1.485zM16%202c5.799%200%2010.5%204.545%2010.5%2010.15c0%202.935-1.304%205.629-3.857%208.04a1.05%201.05%200%200%200-.253.371l-.046.144l-1.638%206.854c-.323%201.35-1.515%202.327-2.924%202.432L17.53%2030h-3.06c-1.434%200-2.687-.903-3.11-2.208l-.066-.234l-1.636-6.853a1.04%201.04%200%200%200-.299-.515c-2.432-2.297-3.732-4.849-3.85-7.622l-.009-.417l.006-.335C5.688%206.365%2010.317%202%2016%202m3.063%2023.099h-6.127l.475%201.987c.103.429.468.745.91.804l.149.01h3.06c.456%200%20.857-.273%201.016-.675l.043-.139zM16%204.1c-4.492%200-8.154%203.439-8.322%207.742l-.006.309l.01.388c.11%202.188%201.16%204.227%203.195%206.148c.382.362.666.807.828%201.297l.07.249l.66%202.766h2.479v-8.75c0-.58.486-1.05%201.086-1.05s1.086.47%201.086%201.05V23h2.478l.663-2.767a3.1%203.1%200%200%201%20.715-1.357l.183-.187c2.034-1.922%203.083-3.96%203.193-6.15l.01-.387l-.006-.31c-.168-4.302-3.83-7.74-8.322-7.74%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/lightbulb-filament-32-regular.svg?color=%231a73e8&size=48