lightbulb filament icon

lightbulb-filament-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.

Name
lightbulb-filament-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
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 24 24"><path fill="currentColor" d="M11.25 6.75a.75.75 0 0 1 1.5 0v1.5a.75.75 0 0 1-1.5 0zm5.03 1.466a.75.75 0 0 0-1.06 0l-1.061 1.06a.75.75 0 1 0 1.06 1.061l1.061-1.06a.75.75 0 0 0 0-1.06m-7.5 0a.75.75 0 0 0-1.06 1.06l1.06 1.061a.75.75 0 1 0 1.061-1.06zM12 2.001a7.25 7.25 0 0 1 7.25 7.25c0 2.096-.9 4.02-2.663 5.742a.75.75 0 0 0-.175.265l-.032.103l-1.13 4.895a2.25 2.25 0 0 1-2.02 1.737l-.173.007h-2.114a2.25 2.25 0 0 1-2.147-1.577l-.045-.167l-1.13-4.895a.75.75 0 0 0-.206-.368c-1.68-1.64-2.577-3.463-2.659-5.444l-.006-.298l.004-.24A7.25 7.25 0 0 1 12 2.002M14.115 18.5H9.884l.329 1.42a.75.75 0 0 0 .627.573l.103.008h2.114a.75.75 0 0 0 .7-.483l.03-.099zM12 3.501a5.75 5.75 0 0 0-5.746 5.53l-.004.22l.007.277c.076 1.563.8 3.02 2.206 4.392c.264.258.46.576.571.926l.049.178l.455 1.975h1.712V10.75a.75.75 0 0 1 1.5 0V17h1.711l.458-1.976a2.25 2.25 0 0 1 .493-.97l.127-.133c1.404-1.373 2.128-2.828 2.204-4.392l.007-.277l-.004-.22A5.75 5.75 0 0 0 12 3.5"/></svg>

React

import type { SVGProps } from "react";

export function FluentLightbulbFilament24Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.25 6.75a.75.75 0 0 1 1.5 0v1.5a.75.75 0 0 1-1.5 0zm5.03 1.466a.75.75 0 0 0-1.06 0l-1.061 1.06a.75.75 0 1 0 1.06 1.061l1.061-1.06a.75.75 0 0 0 0-1.06m-7.5 0a.75.75 0 0 0-1.06 1.06l1.06 1.061a.75.75 0 1 0 1.061-1.06zM12 2.001a7.25 7.25 0 0 1 7.25 7.25c0 2.096-.9 4.02-2.663 5.742a.75.75 0 0 0-.175.265l-.032.103l-1.13 4.895a2.25 2.25 0 0 1-2.02 1.737l-.173.007h-2.114a2.25 2.25 0 0 1-2.147-1.577l-.045-.167l-1.13-4.895a.75.75 0 0 0-.206-.368c-1.68-1.64-2.577-3.463-2.659-5.444l-.006-.298l.004-.24A7.25 7.25 0 0 1 12 2.002M14.115 18.5H9.884l.329 1.42a.75.75 0 0 0 .627.573l.103.008h2.114a.75.75 0 0 0 .7-.483l.03-.099zM12 3.501a5.75 5.75 0 0 0-5.746 5.53l-.004.22l.007.277c.076 1.563.8 3.02 2.206 4.392c.264.258.46.576.571.926l.049.178l.455 1.975h1.712V10.75a.75.75 0 0 1 1.5 0V17h1.711l.458-1.976a2.25 2.25 0 0 1 .493-.97l.127-.133c1.404-1.373 2.128-2.828 2.204-4.392l.007-.277l-.004-.22A5.75 5.75 0 0 0 12 3.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.25 6.75a.75.75 0 0 1 1.5 0v1.5a.75.75 0 0 1-1.5 0zm5.03 1.466a.75.75 0 0 0-1.06 0l-1.061 1.06a.75.75 0 1 0 1.06 1.061l1.061-1.06a.75.75 0 0 0 0-1.06m-7.5 0a.75.75 0 0 0-1.06 1.06l1.06 1.061a.75.75 0 1 0 1.061-1.06zM12 2.001a7.25 7.25 0 0 1 7.25 7.25c0 2.096-.9 4.02-2.663 5.742a.75.75 0 0 0-.175.265l-.032.103l-1.13 4.895a2.25 2.25 0 0 1-2.02 1.737l-.173.007h-2.114a2.25 2.25 0 0 1-2.147-1.577l-.045-.167l-1.13-4.895a.75.75 0 0 0-.206-.368c-1.68-1.64-2.577-3.463-2.659-5.444l-.006-.298l.004-.24A7.25 7.25 0 0 1 12 2.002M14.115 18.5H9.884l.329 1.42a.75.75 0 0 0 .627.573l.103.008h2.114a.75.75 0 0 0 .7-.483l.03-.099zM12 3.501a5.75 5.75 0 0 0-5.746 5.53l-.004.22l.007.277c.076 1.563.8 3.02 2.206 4.392c.264.258.46.576.571.926l.049.178l.455 1.975h1.712V10.75a.75.75 0 0 1 1.5 0V17h1.711l.458-1.976a2.25 2.25 0 0 1 .493-.97l.127-.133c1.404-1.373 2.128-2.828 2.204-4.392l.007-.277l-.004-.22A5.75 5.75 0 0 0 12 3.5"/></svg>
</template>

CSS

.icon-lightbulb-filament-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.25%206.75a.75.75%200%200%201%201.5%200v1.5a.75.75%200%200%201-1.5%200zm5.03%201.466a.75.75%200%200%200-1.06%200l-1.061%201.06a.75.75%200%201%200%201.06%201.061l1.061-1.06a.75.75%200%200%200%200-1.06m-7.5%200a.75.75%200%200%200-1.06%201.06l1.06%201.061a.75.75%200%201%200%201.061-1.06zM12%202.001a7.25%207.25%200%200%201%207.25%207.25c0%202.096-.9%204.02-2.663%205.742a.75.75%200%200%200-.175.265l-.032.103l-1.13%204.895a2.25%202.25%200%200%201-2.02%201.737l-.173.007h-2.114a2.25%202.25%200%200%201-2.147-1.577l-.045-.167l-1.13-4.895a.75.75%200%200%200-.206-.368c-1.68-1.64-2.577-3.463-2.659-5.444l-.006-.298l.004-.24A7.25%207.25%200%200%201%2012%202.002M14.115%2018.5H9.884l.329%201.42a.75.75%200%200%200%20.627.573l.103.008h2.114a.75.75%200%200%200%20.7-.483l.03-.099zM12%203.501a5.75%205.75%200%200%200-5.746%205.53l-.004.22l.007.277c.076%201.563.8%203.02%202.206%204.392c.264.258.46.576.571.926l.049.178l.455%201.975h1.712V10.75a.75.75%200%200%201%201.5%200V17h1.711l.458-1.976a2.25%202.25%200%200%201%20.493-.97l.127-.133c1.404-1.373%202.128-2.828%202.204-4.392l.007-.277l-.004-.22A5.75%205.75%200%200%200%2012%203.5%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.25%206.75a.75.75%200%200%201%201.5%200v1.5a.75.75%200%200%201-1.5%200zm5.03%201.466a.75.75%200%200%200-1.06%200l-1.061%201.06a.75.75%200%201%200%201.06%201.061l1.061-1.06a.75.75%200%200%200%200-1.06m-7.5%200a.75.75%200%200%200-1.06%201.06l1.06%201.061a.75.75%200%201%200%201.061-1.06zM12%202.001a7.25%207.25%200%200%201%207.25%207.25c0%202.096-.9%204.02-2.663%205.742a.75.75%200%200%200-.175.265l-.032.103l-1.13%204.895a2.25%202.25%200%200%201-2.02%201.737l-.173.007h-2.114a2.25%202.25%200%200%201-2.147-1.577l-.045-.167l-1.13-4.895a.75.75%200%200%200-.206-.368c-1.68-1.64-2.577-3.463-2.659-5.444l-.006-.298l.004-.24A7.25%207.25%200%200%201%2012%202.002M14.115%2018.5H9.884l.329%201.42a.75.75%200%200%200%20.627.573l.103.008h2.114a.75.75%200%200%200%20.7-.483l.03-.099zM12%203.501a5.75%205.75%200%200%200-5.746%205.53l-.004.22l.007.277c.076%201.563.8%203.02%202.206%204.392c.264.258.46.576.571.926l.049.178l.455%201.975h1.712V10.75a.75.75%200%200%201%201.5%200V17h1.711l.458-1.976a2.25%202.25%200%200%201%20.493-.97l.127-.133c1.404-1.373%202.128-2.828%202.204-4.392l.007-.277l-.004-.22A5.75%205.75%200%200%200%2012%203.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/lightbulb-filament-24-regular.svg?color=%231a73e8&size=48