lightbulb pulse icon
lightbulb-pulse-28-filled from Fluent UI System Icons by Microsoft Corporation · 28 Filled · MIT Free for personal and commercial use.
- Name
- lightbulb-pulse-28-filled
- Set
- Fluent UI System Icons
- Style
- 28 Filled
- 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="M17.94 23.508A3.25 3.25 0 0 1 14.78 26h-1.56a3.25 3.25 0 0 1-3.16-2.492L9.7 22h8.6zm-5.6-6.704a1.75 1.75 0 0 0 3.268.136l1.616-3.771l.256.45A1.75 1.75 0 0 0 19 14.5h3.292a9 9 0 0 1-2.501 3.39c-.403.339-.68.736-.781 1.158l-.35 1.452H9.34l-.349-1.452c-.101-.422-.378-.82-.781-1.158a9 9 0 0 1-2.501-3.39H9a1.75 1.75 0 0 0 1.645-1.152l.283-.78zM11.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-2.984L18.52 8.382a1.75 1.75 0 0 0-3.076.066l-.052.113l-1.188 2.768l-1.544-4.633a1.75 1.75 0 0 0-3.252-.173l-.053.13L7.775 11H5a9 9 0 0 1 9-9"/></svg>
React
import type { SVGProps } from "react";
export function FluentLightbulbPulse28Filled(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="M17.94 23.508A3.25 3.25 0 0 1 14.78 26h-1.56a3.25 3.25 0 0 1-3.16-2.492L9.7 22h8.6zm-5.6-6.704a1.75 1.75 0 0 0 3.268.136l1.616-3.771l.256.45A1.75 1.75 0 0 0 19 14.5h3.292a9 9 0 0 1-2.501 3.39c-.403.339-.68.736-.781 1.158l-.35 1.452H9.34l-.349-1.452c-.101-.422-.378-.82-.781-1.158a9 9 0 0 1-2.501-3.39H9a1.75 1.75 0 0 0 1.645-1.152l.283-.78zM11.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-2.984L18.52 8.382a1.75 1.75 0 0 0-3.076.066l-.052.113l-1.188 2.768l-1.544-4.633a1.75 1.75 0 0 0-3.252-.173l-.053.13L7.775 11H5a9 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="M17.94 23.508A3.25 3.25 0 0 1 14.78 26h-1.56a3.25 3.25 0 0 1-3.16-2.492L9.7 22h8.6zm-5.6-6.704a1.75 1.75 0 0 0 3.268.136l1.616-3.771l.256.45A1.75 1.75 0 0 0 19 14.5h3.292a9 9 0 0 1-2.501 3.39c-.403.339-.68.736-.781 1.158l-.35 1.452H9.34l-.349-1.452c-.101-.422-.378-.82-.781-1.158a9 9 0 0 1-2.501-3.39H9a1.75 1.75 0 0 0 1.645-1.152l.283-.78zM11.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-2.984L18.52 8.382a1.75 1.75 0 0 0-3.076.066l-.052.113l-1.188 2.768l-1.544-4.633a1.75 1.75 0 0 0-3.252-.173l-.053.13L7.775 11H5a9 9 0 0 1 9-9"/></svg> </template>
CSS
.icon-lightbulb-pulse-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.94%2023.508A3.25%203.25%200%200%201%2014.78%2026h-1.56a3.25%203.25%200%200%201-3.16-2.492L9.7%2022h8.6zm-5.6-6.704a1.75%201.75%200%200%200%203.268.136l1.616-3.771l.256.45A1.75%201.75%200%200%200%2019%2014.5h3.292a9%209%200%200%201-2.501%203.39c-.403.339-.68.736-.781%201.158l-.35%201.452H9.34l-.349-1.452c-.101-.422-.378-.82-.781-1.158a9%209%200%200%201-2.501-3.39H9a1.75%201.75%200%200%200%201.645-1.152l.283-.78zM11.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-2.984L18.52%208.382a1.75%201.75%200%200%200-3.076.066l-.052.113l-1.188%202.768l-1.544-4.633a1.75%201.75%200%200%200-3.252-.173l-.053.13L7.775%2011H5a9%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%22M17.94%2023.508A3.25%203.25%200%200%201%2014.78%2026h-1.56a3.25%203.25%200%200%201-3.16-2.492L9.7%2022h8.6zm-5.6-6.704a1.75%201.75%200%200%200%203.268.136l1.616-3.771l.256.45A1.75%201.75%200%200%200%2019%2014.5h3.292a9%209%200%200%201-2.501%203.39c-.403.339-.68.736-.781%201.158l-.35%201.452H9.34l-.349-1.452c-.101-.422-.378-.82-.781-1.158a9%209%200%200%201-2.501-3.39H9a1.75%201.75%200%200%200%201.645-1.152l.283-.78zM11.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-2.984L18.52%208.382a1.75%201.75%200%200%200-3.076.066l-.052.113l-1.188%202.768l-1.544-4.633a1.75%201.75%200%200%200-3.252-.173l-.053.13L7.775%2011H5a9%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-filled.svg?color=%231a73e8&size=48