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

Name
lightbulb-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
License
MIT

12 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the lightbulb icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m15.538 18.999l-.29 1.259a2.25 2.25 0 0 1-2.02 1.735l-.173.007h-2.111a2.25 2.25 0 0 1-2.147-1.577l-.046-.167l-.29-1.257zM12 2.001a7.25 7.25 0 0 1 7.25 7.25c0 2.137-.936 4.093-2.765 5.84a.25.25 0 0 0-.071.125l-.528 2.283H8.114l-.526-2.283a.25.25 0 0 0-.071-.124C5.687 13.344 4.75 11.387 4.75 9.25A7.25 7.25 0 0 1 12 2.001"/></svg>

React

import type { SVGProps } from "react";

export function FluentLightbulb24Filled(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="m15.538 18.999l-.29 1.259a2.25 2.25 0 0 1-2.02 1.735l-.173.007h-2.111a2.25 2.25 0 0 1-2.147-1.577l-.046-.167l-.29-1.257zM12 2.001a7.25 7.25 0 0 1 7.25 7.25c0 2.137-.936 4.093-2.765 5.84a.25.25 0 0 0-.071.125l-.528 2.283H8.114l-.526-2.283a.25.25 0 0 0-.071-.124C5.687 13.344 4.75 11.387 4.75 9.25A7.25 7.25 0 0 1 12 2.001"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m15.538 18.999l-.29 1.259a2.25 2.25 0 0 1-2.02 1.735l-.173.007h-2.111a2.25 2.25 0 0 1-2.147-1.577l-.046-.167l-.29-1.257zM12 2.001a7.25 7.25 0 0 1 7.25 7.25c0 2.137-.936 4.093-2.765 5.84a.25.25 0 0 0-.071.125l-.528 2.283H8.114l-.526-2.283a.25.25 0 0 0-.071-.124C5.687 13.344 4.75 11.387 4.75 9.25A7.25 7.25 0 0 1 12 2.001"/></svg>
</template>

CSS

.icon-lightbulb-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m15.538%2018.999l-.29%201.259a2.25%202.25%200%200%201-2.02%201.735l-.173.007h-2.111a2.25%202.25%200%200%201-2.147-1.577l-.046-.167l-.29-1.257zM12%202.001a7.25%207.25%200%200%201%207.25%207.25c0%202.137-.936%204.093-2.765%205.84a.25.25%200%200%200-.071.125l-.528%202.283H8.114l-.526-2.283a.25.25%200%200%200-.071-.124C5.687%2013.344%204.75%2011.387%204.75%209.25A7.25%207.25%200%200%201%2012%202.001%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%22m15.538%2018.999l-.29%201.259a2.25%202.25%200%200%201-2.02%201.735l-.173.007h-2.111a2.25%202.25%200%200%201-2.147-1.577l-.046-.167l-.29-1.257zM12%202.001a7.25%207.25%200%200%201%207.25%207.25c0%202.137-.936%204.093-2.765%205.84a.25.25%200%200%200-.071.125l-.528%202.283H8.114l-.526-2.283a.25.25%200%200%200-.071-.124C5.687%2013.344%204.75%2011.387%204.75%209.25A7.25%207.25%200%200%201%2012%202.001%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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