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

Name
lightbulb-pulse-28-regular
Set
Fluent UI System Icons
Style
28 Regular
Viewbox
28×28
License
MIT

11 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the lightbulb pulse icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M7.367 14.5c.455.86 1.07 1.62 1.808 2.242c.572.482 1.078 1.138 1.274 1.956L10.762 20h6.476l.313-1.302c.196-.818.702-1.474 1.274-1.956a7.5 7.5 0 0 0 1.808-2.242h1.659a9 9 0 0 1-2.501 3.39c-.403.339-.68.736-.781 1.158l-1.07 4.46A3.25 3.25 0 0 1 14.78 26h-1.56a3.25 3.25 0 0 1-3.16-2.492l-1.07-4.46c-.101-.422-.378-.82-.781-1.158a9 9 0 0 1-2.501-3.39zm4.153 8.658a1.75 1.75 0 0 0 1.7 1.342h1.56a1.75 1.75 0 0 0 1.7-1.342l.399-1.658H11.12zM11.01 6.5a.75.75 0 0 1 .702.513l2.375 7.127l2.224-5.186a.75.75 0 0 1 1.34-.076L19.436 12h3.314a.75.75 0 0 1 0 1.5H19a.75.75 0 0 1-.651-.378l-1.253-2.192l-2.406 5.616a.75.75 0 0 1-1.402-.059l-2.32-6.958l-1.263 3.477A.75.75 0 0 1 9 13.5H5.25a.75.75 0 0 1 0-1.5h3.225l1.82-5.006a.75.75 0 0 1 .715-.494M14 2a9 9 0 0 1 9 9h-1.5a7.5 7.5 0 0 0-15 0H5a9 9 0 0 1 9-9"/></svg>

React

import type { SVGProps } from "react";

export function FluentLightbulbPulse28Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M7.367 14.5c.455.86 1.07 1.62 1.808 2.242c.572.482 1.078 1.138 1.274 1.956L10.762 20h6.476l.313-1.302c.196-.818.702-1.474 1.274-1.956a7.5 7.5 0 0 0 1.808-2.242h1.659a9 9 0 0 1-2.501 3.39c-.403.339-.68.736-.781 1.158l-1.07 4.46A3.25 3.25 0 0 1 14.78 26h-1.56a3.25 3.25 0 0 1-3.16-2.492l-1.07-4.46c-.101-.422-.378-.82-.781-1.158a9 9 0 0 1-2.501-3.39zm4.153 8.658a1.75 1.75 0 0 0 1.7 1.342h1.56a1.75 1.75 0 0 0 1.7-1.342l.399-1.658H11.12zM11.01 6.5a.75.75 0 0 1 .702.513l2.375 7.127l2.224-5.186a.75.75 0 0 1 1.34-.076L19.436 12h3.314a.75.75 0 0 1 0 1.5H19a.75.75 0 0 1-.651-.378l-1.253-2.192l-2.406 5.616a.75.75 0 0 1-1.402-.059l-2.32-6.958l-1.263 3.477A.75.75 0 0 1 9 13.5H5.25a.75.75 0 0 1 0-1.5h3.225l1.82-5.006a.75.75 0 0 1 .715-.494M14 2a9 9 0 0 1 9 9h-1.5a7.5 7.5 0 0 0-15 0H5a9 9 0 0 1 9-9"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M7.367 14.5c.455.86 1.07 1.62 1.808 2.242c.572.482 1.078 1.138 1.274 1.956L10.762 20h6.476l.313-1.302c.196-.818.702-1.474 1.274-1.956a7.5 7.5 0 0 0 1.808-2.242h1.659a9 9 0 0 1-2.501 3.39c-.403.339-.68.736-.781 1.158l-1.07 4.46A3.25 3.25 0 0 1 14.78 26h-1.56a3.25 3.25 0 0 1-3.16-2.492l-1.07-4.46c-.101-.422-.378-.82-.781-1.158a9 9 0 0 1-2.501-3.39zm4.153 8.658a1.75 1.75 0 0 0 1.7 1.342h1.56a1.75 1.75 0 0 0 1.7-1.342l.399-1.658H11.12zM11.01 6.5a.75.75 0 0 1 .702.513l2.375 7.127l2.224-5.186a.75.75 0 0 1 1.34-.076L19.436 12h3.314a.75.75 0 0 1 0 1.5H19a.75.75 0 0 1-.651-.378l-1.253-2.192l-2.406 5.616a.75.75 0 0 1-1.402-.059l-2.32-6.958l-1.263 3.477A.75.75 0 0 1 9 13.5H5.25a.75.75 0 0 1 0-1.5h3.225l1.82-5.006a.75.75 0 0 1 .715-.494M14 2a9 9 0 0 1 9 9h-1.5a7.5 7.5 0 0 0-15 0H5a9 9 0 0 1 9-9"/></svg>
</template>

CSS

.icon-lightbulb-pulse-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.367%2014.5c.455.86%201.07%201.62%201.808%202.242c.572.482%201.078%201.138%201.274%201.956L10.762%2020h6.476l.313-1.302c.196-.818.702-1.474%201.274-1.956a7.5%207.5%200%200%200%201.808-2.242h1.659a9%209%200%200%201-2.501%203.39c-.403.339-.68.736-.781%201.158l-1.07%204.46A3.25%203.25%200%200%201%2014.78%2026h-1.56a3.25%203.25%200%200%201-3.16-2.492l-1.07-4.46c-.101-.422-.378-.82-.781-1.158a9%209%200%200%201-2.501-3.39zm4.153%208.658a1.75%201.75%200%200%200%201.7%201.342h1.56a1.75%201.75%200%200%200%201.7-1.342l.399-1.658H11.12zM11.01%206.5a.75.75%200%200%201%20.702.513l2.375%207.127l2.224-5.186a.75.75%200%200%201%201.34-.076L19.436%2012h3.314a.75.75%200%200%201%200%201.5H19a.75.75%200%200%201-.651-.378l-1.253-2.192l-2.406%205.616a.75.75%200%200%201-1.402-.059l-2.32-6.958l-1.263%203.477A.75.75%200%200%201%209%2013.5H5.25a.75.75%200%200%201%200-1.5h3.225l1.82-5.006a.75.75%200%200%201%20.715-.494M14%202a9%209%200%200%201%209%209h-1.5a7.5%207.5%200%200%200-15%200H5a9%209%200%200%201%209-9%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.367%2014.5c.455.86%201.07%201.62%201.808%202.242c.572.482%201.078%201.138%201.274%201.956L10.762%2020h6.476l.313-1.302c.196-.818.702-1.474%201.274-1.956a7.5%207.5%200%200%200%201.808-2.242h1.659a9%209%200%200%201-2.501%203.39c-.403.339-.68.736-.781%201.158l-1.07%204.46A3.25%203.25%200%200%201%2014.78%2026h-1.56a3.25%203.25%200%200%201-3.16-2.492l-1.07-4.46c-.101-.422-.378-.82-.781-1.158a9%209%200%200%201-2.501-3.39zm4.153%208.658a1.75%201.75%200%200%200%201.7%201.342h1.56a1.75%201.75%200%200%200%201.7-1.342l.399-1.658H11.12zM11.01%206.5a.75.75%200%200%201%20.702.513l2.375%207.127l2.224-5.186a.75.75%200%200%201%201.34-.076L19.436%2012h3.314a.75.75%200%200%201%200%201.5H19a.75.75%200%200%201-.651-.378l-1.253-2.192l-2.406%205.616a.75.75%200%200%201-1.402-.059l-2.32-6.958l-1.263%203.477A.75.75%200%200%201%209%2013.5H5.25a.75.75%200%200%201%200-1.5h3.225l1.82-5.006a.75.75%200%200%201%20.715-.494M14%202a9%209%200%200%201%209%209h-1.5a7.5%207.5%200%200%200-15%200H5a9%209%200%200%201%209-9%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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