lightbulb sparkle icon

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

Name
lightbulb-sparkle-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
License
MIT

5 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the lightbulb sparkle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2.001q.575 0 1.126.087a1.84 1.84 0 0 1-.736.47L11.05 3a1.58 1.58 0 0 0-.9.807A5.75 5.75 0 0 0 6.254 9.03c-.034 1.902.862 3.574 2.209 4.89c.264.258.46.576.571.926l.049.177L9.538 17h4.923l.458-1.976c.083-.36.253-.692.493-.97l.126-.133c.684-.668 1.204-1.357 1.57-2.068c.352.09.76.205.872.547c.063.198.127.405.205.602a10 10 0 0 1-1.598 1.992a.75.75 0 0 0-.175.265l-.032.102l-1.131 4.896a2.25 2.25 0 0 1-2.019 1.737l-.173.007h-2.114a2.25 2.25 0 0 1-2.147-1.577l-.045-.167l-1.13-4.896a.75.75 0 0 0-.206-.367c-1.641-1.603-2.699-3.668-2.661-5.981A7.25 7.25 0 0 1 12 2m-1.787 17.917a.75.75 0 0 0 .627.574l.103.008h2.114a.75.75 0 0 0 .7-.482l.031-.1l.327-1.419H9.884zM19.484 8a.3.3 0 0 1 .285.201l.25.766a1.58 1.58 0 0 0 .999.998l.765.248l.015.004a.304.304 0 0 1 .146.46a.3.3 0 0 1-.146.11l-.765.248a1.58 1.58 0 0 0-.999.998l-.249.766a.303.303 0 0 1-.57 0l-.25-.766a1.58 1.58 0 0 0-.998-1.002l-.765-.248a.303.303 0 0 1-.146-.46a.3.3 0 0 1 .146-.11l.765-.248a1.58 1.58 0 0 0 .984-.998L19.2 8.2a.3.3 0 0 1 .284-.2m-4.011-8a.545.545 0 0 1 .512.363l.449 1.376a2.84 2.84 0 0 0 1.797 1.797l1.378.447l.028.007a.55.55 0 0 1 .363.514a.54.54 0 0 1-.363.513l-1.378.447A2.84 2.84 0 0 0 16.46 7.26l-.447 1.376L16 8.67a.545.545 0 0 1-1.014-.034L14.54 7.26a2.84 2.84 0 0 0-1.798-1.804l-1.378-.447A.55.55 0 0 1 11 4.496a.54.54 0 0 1 .363-.513l1.378-.447A2.84 2.84 0 0 0 14.5 1.773l.012-.034l.447-1.376A.55.55 0 0 1 15.473 0"/></svg>

React

import type { SVGProps } from "react";

export function FluentLightbulbSparkle24Regular(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="M12 2.001q.575 0 1.126.087a1.84 1.84 0 0 1-.736.47L11.05 3a1.58 1.58 0 0 0-.9.807A5.75 5.75 0 0 0 6.254 9.03c-.034 1.902.862 3.574 2.209 4.89c.264.258.46.576.571.926l.049.177L9.538 17h4.923l.458-1.976c.083-.36.253-.692.493-.97l.126-.133c.684-.668 1.204-1.357 1.57-2.068c.352.09.76.205.872.547c.063.198.127.405.205.602a10 10 0 0 1-1.598 1.992a.75.75 0 0 0-.175.265l-.032.102l-1.131 4.896a2.25 2.25 0 0 1-2.019 1.737l-.173.007h-2.114a2.25 2.25 0 0 1-2.147-1.577l-.045-.167l-1.13-4.896a.75.75 0 0 0-.206-.367c-1.641-1.603-2.699-3.668-2.661-5.981A7.25 7.25 0 0 1 12 2m-1.787 17.917a.75.75 0 0 0 .627.574l.103.008h2.114a.75.75 0 0 0 .7-.482l.031-.1l.327-1.419H9.884zM19.484 8a.3.3 0 0 1 .285.201l.25.766a1.58 1.58 0 0 0 .999.998l.765.248l.015.004a.304.304 0 0 1 .146.46a.3.3 0 0 1-.146.11l-.765.248a1.58 1.58 0 0 0-.999.998l-.249.766a.303.303 0 0 1-.57 0l-.25-.766a1.58 1.58 0 0 0-.998-1.002l-.765-.248a.303.303 0 0 1-.146-.46a.3.3 0 0 1 .146-.11l.765-.248a1.58 1.58 0 0 0 .984-.998L19.2 8.2a.3.3 0 0 1 .284-.2m-4.011-8a.545.545 0 0 1 .512.363l.449 1.376a2.84 2.84 0 0 0 1.797 1.797l1.378.447l.028.007a.55.55 0 0 1 .363.514a.54.54 0 0 1-.363.513l-1.378.447A2.84 2.84 0 0 0 16.46 7.26l-.447 1.376L16 8.67a.545.545 0 0 1-1.014-.034L14.54 7.26a2.84 2.84 0 0 0-1.798-1.804l-1.378-.447A.55.55 0 0 1 11 4.496a.54.54 0 0 1 .363-.513l1.378-.447A2.84 2.84 0 0 0 14.5 1.773l.012-.034l.447-1.376A.55.55 0 0 1 15.473 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2.001q.575 0 1.126.087a1.84 1.84 0 0 1-.736.47L11.05 3a1.58 1.58 0 0 0-.9.807A5.75 5.75 0 0 0 6.254 9.03c-.034 1.902.862 3.574 2.209 4.89c.264.258.46.576.571.926l.049.177L9.538 17h4.923l.458-1.976c.083-.36.253-.692.493-.97l.126-.133c.684-.668 1.204-1.357 1.57-2.068c.352.09.76.205.872.547c.063.198.127.405.205.602a10 10 0 0 1-1.598 1.992a.75.75 0 0 0-.175.265l-.032.102l-1.131 4.896a2.25 2.25 0 0 1-2.019 1.737l-.173.007h-2.114a2.25 2.25 0 0 1-2.147-1.577l-.045-.167l-1.13-4.896a.75.75 0 0 0-.206-.367c-1.641-1.603-2.699-3.668-2.661-5.981A7.25 7.25 0 0 1 12 2m-1.787 17.917a.75.75 0 0 0 .627.574l.103.008h2.114a.75.75 0 0 0 .7-.482l.031-.1l.327-1.419H9.884zM19.484 8a.3.3 0 0 1 .285.201l.25.766a1.58 1.58 0 0 0 .999.998l.765.248l.015.004a.304.304 0 0 1 .146.46a.3.3 0 0 1-.146.11l-.765.248a1.58 1.58 0 0 0-.999.998l-.249.766a.303.303 0 0 1-.57 0l-.25-.766a1.58 1.58 0 0 0-.998-1.002l-.765-.248a.303.303 0 0 1-.146-.46a.3.3 0 0 1 .146-.11l.765-.248a1.58 1.58 0 0 0 .984-.998L19.2 8.2a.3.3 0 0 1 .284-.2m-4.011-8a.545.545 0 0 1 .512.363l.449 1.376a2.84 2.84 0 0 0 1.797 1.797l1.378.447l.028.007a.55.55 0 0 1 .363.514a.54.54 0 0 1-.363.513l-1.378.447A2.84 2.84 0 0 0 16.46 7.26l-.447 1.376L16 8.67a.545.545 0 0 1-1.014-.034L14.54 7.26a2.84 2.84 0 0 0-1.798-1.804l-1.378-.447A.55.55 0 0 1 11 4.496a.54.54 0 0 1 .363-.513l1.378-.447A2.84 2.84 0 0 0 14.5 1.773l.012-.034l.447-1.376A.55.55 0 0 1 15.473 0"/></svg>
</template>

CSS

.icon-lightbulb-sparkle-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%22M12%202.001q.575%200%201.126.087a1.84%201.84%200%200%201-.736.47L11.05%203a1.58%201.58%200%200%200-.9.807A5.75%205.75%200%200%200%206.254%209.03c-.034%201.902.862%203.574%202.209%204.89c.264.258.46.576.571.926l.049.177L9.538%2017h4.923l.458-1.976c.083-.36.253-.692.493-.97l.126-.133c.684-.668%201.204-1.357%201.57-2.068c.352.09.76.205.872.547c.063.198.127.405.205.602a10%2010%200%200%201-1.598%201.992a.75.75%200%200%200-.175.265l-.032.102l-1.131%204.896a2.25%202.25%200%200%201-2.019%201.737l-.173.007h-2.114a2.25%202.25%200%200%201-2.147-1.577l-.045-.167l-1.13-4.896a.75.75%200%200%200-.206-.367c-1.641-1.603-2.699-3.668-2.661-5.981A7.25%207.25%200%200%201%2012%202m-1.787%2017.917a.75.75%200%200%200%20.627.574l.103.008h2.114a.75.75%200%200%200%20.7-.482l.031-.1l.327-1.419H9.884zM19.484%208a.3.3%200%200%201%20.285.201l.25.766a1.58%201.58%200%200%200%20.999.998l.765.248l.015.004a.304.304%200%200%201%20.146.46a.3.3%200%200%201-.146.11l-.765.248a1.58%201.58%200%200%200-.999.998l-.249.766a.303.303%200%200%201-.57%200l-.25-.766a1.58%201.58%200%200%200-.998-1.002l-.765-.248a.303.303%200%200%201-.146-.46a.3.3%200%200%201%20.146-.11l.765-.248a1.58%201.58%200%200%200%20.984-.998L19.2%208.2a.3.3%200%200%201%20.284-.2m-4.011-8a.545.545%200%200%201%20.512.363l.449%201.376a2.84%202.84%200%200%200%201.797%201.797l1.378.447l.028.007a.55.55%200%200%201%20.363.514a.54.54%200%200%201-.363.513l-1.378.447A2.84%202.84%200%200%200%2016.46%207.26l-.447%201.376L16%208.67a.545.545%200%200%201-1.014-.034L14.54%207.26a2.84%202.84%200%200%200-1.798-1.804l-1.378-.447A.55.55%200%200%201%2011%204.496a.54.54%200%200%201%20.363-.513l1.378-.447A2.84%202.84%200%200%200%2014.5%201.773l.012-.034l.447-1.376A.55.55%200%200%201%2015.473%200%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%22M12%202.001q.575%200%201.126.087a1.84%201.84%200%200%201-.736.47L11.05%203a1.58%201.58%200%200%200-.9.807A5.75%205.75%200%200%200%206.254%209.03c-.034%201.902.862%203.574%202.209%204.89c.264.258.46.576.571.926l.049.177L9.538%2017h4.923l.458-1.976c.083-.36.253-.692.493-.97l.126-.133c.684-.668%201.204-1.357%201.57-2.068c.352.09.76.205.872.547c.063.198.127.405.205.602a10%2010%200%200%201-1.598%201.992a.75.75%200%200%200-.175.265l-.032.102l-1.131%204.896a2.25%202.25%200%200%201-2.019%201.737l-.173.007h-2.114a2.25%202.25%200%200%201-2.147-1.577l-.045-.167l-1.13-4.896a.75.75%200%200%200-.206-.367c-1.641-1.603-2.699-3.668-2.661-5.981A7.25%207.25%200%200%201%2012%202m-1.787%2017.917a.75.75%200%200%200%20.627.574l.103.008h2.114a.75.75%200%200%200%20.7-.482l.031-.1l.327-1.419H9.884zM19.484%208a.3.3%200%200%201%20.285.201l.25.766a1.58%201.58%200%200%200%20.999.998l.765.248l.015.004a.304.304%200%200%201%20.146.46a.3.3%200%200%201-.146.11l-.765.248a1.58%201.58%200%200%200-.999.998l-.249.766a.303.303%200%200%201-.57%200l-.25-.766a1.58%201.58%200%200%200-.998-1.002l-.765-.248a.303.303%200%200%201-.146-.46a.3.3%200%200%201%20.146-.11l.765-.248a1.58%201.58%200%200%200%20.984-.998L19.2%208.2a.3.3%200%200%201%20.284-.2m-4.011-8a.545.545%200%200%201%20.512.363l.449%201.376a2.84%202.84%200%200%200%201.797%201.797l1.378.447l.028.007a.55.55%200%200%201%20.363.514a.54.54%200%200%201-.363.513l-1.378.447A2.84%202.84%200%200%200%2016.46%207.26l-.447%201.376L16%208.67a.545.545%200%200%201-1.014-.034L14.54%207.26a2.84%202.84%200%200%200-1.798-1.804l-1.378-.447A.55.55%200%200%201%2011%204.496a.54.54%200%200%201%20.363-.513l1.378-.447A2.84%202.84%200%200%200%2014.5%201.773l.012-.034l.447-1.376A.55.55%200%200%201%2015.473%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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