lightbulb pulse icon
lightbulb-pulse-32-regular from Fluent UI System Icons by Microsoft Corporation · 32 Regular · MIT Free for personal and commercial use.
- Name
- lightbulb-pulse-32-regular
- Set
- Fluent UI System Icons
- Style
- 32 Regular
- Viewbox
- 32×32
- 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 32 32"><path fill="currentColor" d="M9.387 16.5c.373.547.81 1.048 1.304 1.486c.568.504 1.067 1.188 1.262 2.033L12.641 23h6.716l.688-2.981c.195-.845.694-1.529 1.262-2.033a8 8 0 0 0 1.304-1.486h2.318a10 10 0 0 1-2.295 2.981c-.343.305-.561.646-.64.988l-1.573 6.818A3.5 3.5 0 0 1 17.01 30h-2.022a3.5 3.5 0 0 1-3.41-2.713l-1.574-6.818c-.079-.342-.297-.683-.64-.988A10 10 0 0 1 7.07 16.5zm4.14 10.337A1.5 1.5 0 0 0 14.987 28h2.022a1.5 1.5 0 0 0 1.462-1.163L18.895 25h-5.792zM13.036 7a1 1 0 0 1 .912.683l2.235 6.709l1.921-3.84l.064-.109a1 1 0 0 1 1.6-.085l2.2 2.641H25.5a1 1 0 1 1 0 2h-4a1 1 0 0 1-.769-.36l-1.521-1.825l-2.317 4.632a1 1 0 0 1-1.843-.13l-2.155-6.466l-1.472 3.534A1 1 0 0 1 10.5 15h-4a1 1 0 1 1 0-2h3.333l2.244-5.385l.07-.137a1 1 0 0 1 .89-.477M15.998 2c5.355 0 9.727 4.21 9.987 9.5H23.98a7.998 7.998 0 0 0-15.964 0H6.012c.26-5.29 4.632-9.5 9.987-9.5"/></svg>
React
import type { SVGProps } from "react";
export function FluentLightbulbPulse32Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M9.387 16.5c.373.547.81 1.048 1.304 1.486c.568.504 1.067 1.188 1.262 2.033L12.641 23h6.716l.688-2.981c.195-.845.694-1.529 1.262-2.033a8 8 0 0 0 1.304-1.486h2.318a10 10 0 0 1-2.295 2.981c-.343.305-.561.646-.64.988l-1.573 6.818A3.5 3.5 0 0 1 17.01 30h-2.022a3.5 3.5 0 0 1-3.41-2.713l-1.574-6.818c-.079-.342-.297-.683-.64-.988A10 10 0 0 1 7.07 16.5zm4.14 10.337A1.5 1.5 0 0 0 14.987 28h2.022a1.5 1.5 0 0 0 1.462-1.163L18.895 25h-5.792zM13.036 7a1 1 0 0 1 .912.683l2.235 6.709l1.921-3.84l.064-.109a1 1 0 0 1 1.6-.085l2.2 2.641H25.5a1 1 0 1 1 0 2h-4a1 1 0 0 1-.769-.36l-1.521-1.825l-2.317 4.632a1 1 0 0 1-1.843-.13l-2.155-6.466l-1.472 3.534A1 1 0 0 1 10.5 15h-4a1 1 0 1 1 0-2h3.333l2.244-5.385l.07-.137a1 1 0 0 1 .89-.477M15.998 2c5.355 0 9.727 4.21 9.987 9.5H23.98a7.998 7.998 0 0 0-15.964 0H6.012c.26-5.29 4.632-9.5 9.987-9.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M9.387 16.5c.373.547.81 1.048 1.304 1.486c.568.504 1.067 1.188 1.262 2.033L12.641 23h6.716l.688-2.981c.195-.845.694-1.529 1.262-2.033a8 8 0 0 0 1.304-1.486h2.318a10 10 0 0 1-2.295 2.981c-.343.305-.561.646-.64.988l-1.573 6.818A3.5 3.5 0 0 1 17.01 30h-2.022a3.5 3.5 0 0 1-3.41-2.713l-1.574-6.818c-.079-.342-.297-.683-.64-.988A10 10 0 0 1 7.07 16.5zm4.14 10.337A1.5 1.5 0 0 0 14.987 28h2.022a1.5 1.5 0 0 0 1.462-1.163L18.895 25h-5.792zM13.036 7a1 1 0 0 1 .912.683l2.235 6.709l1.921-3.84l.064-.109a1 1 0 0 1 1.6-.085l2.2 2.641H25.5a1 1 0 1 1 0 2h-4a1 1 0 0 1-.769-.36l-1.521-1.825l-2.317 4.632a1 1 0 0 1-1.843-.13l-2.155-6.466l-1.472 3.534A1 1 0 0 1 10.5 15h-4a1 1 0 1 1 0-2h3.333l2.244-5.385l.07-.137a1 1 0 0 1 .89-.477M15.998 2c5.355 0 9.727 4.21 9.987 9.5H23.98a7.998 7.998 0 0 0-15.964 0H6.012c.26-5.29 4.632-9.5 9.987-9.5"/></svg> </template>
CSS
.icon-lightbulb-pulse-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.387%2016.5c.373.547.81%201.048%201.304%201.486c.568.504%201.067%201.188%201.262%202.033L12.641%2023h6.716l.688-2.981c.195-.845.694-1.529%201.262-2.033a8%208%200%200%200%201.304-1.486h2.318a10%2010%200%200%201-2.295%202.981c-.343.305-.561.646-.64.988l-1.573%206.818A3.5%203.5%200%200%201%2017.01%2030h-2.022a3.5%203.5%200%200%201-3.41-2.713l-1.574-6.818c-.079-.342-.297-.683-.64-.988A10%2010%200%200%201%207.07%2016.5zm4.14%2010.337A1.5%201.5%200%200%200%2014.987%2028h2.022a1.5%201.5%200%200%200%201.462-1.163L18.895%2025h-5.792zM13.036%207a1%201%200%200%201%20.912.683l2.235%206.709l1.921-3.84l.064-.109a1%201%200%200%201%201.6-.085l2.2%202.641H25.5a1%201%200%201%201%200%202h-4a1%201%200%200%201-.769-.36l-1.521-1.825l-2.317%204.632a1%201%200%200%201-1.843-.13l-2.155-6.466l-1.472%203.534A1%201%200%200%201%2010.5%2015h-4a1%201%200%201%201%200-2h3.333l2.244-5.385l.07-.137a1%201%200%200%201%20.89-.477M15.998%202c5.355%200%209.727%204.21%209.987%209.5H23.98a7.998%207.998%200%200%200-15.964%200H6.012c.26-5.29%204.632-9.5%209.987-9.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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.387%2016.5c.373.547.81%201.048%201.304%201.486c.568.504%201.067%201.188%201.262%202.033L12.641%2023h6.716l.688-2.981c.195-.845.694-1.529%201.262-2.033a8%208%200%200%200%201.304-1.486h2.318a10%2010%200%200%201-2.295%202.981c-.343.305-.561.646-.64.988l-1.573%206.818A3.5%203.5%200%200%201%2017.01%2030h-2.022a3.5%203.5%200%200%201-3.41-2.713l-1.574-6.818c-.079-.342-.297-.683-.64-.988A10%2010%200%200%201%207.07%2016.5zm4.14%2010.337A1.5%201.5%200%200%200%2014.987%2028h2.022a1.5%201.5%200%200%200%201.462-1.163L18.895%2025h-5.792zM13.036%207a1%201%200%200%201%20.912.683l2.235%206.709l1.921-3.84l.064-.109a1%201%200%200%201%201.6-.085l2.2%202.641H25.5a1%201%200%201%201%200%202h-4a1%201%200%200%201-.769-.36l-1.521-1.825l-2.317%204.632a1%201%200%200%201-1.843-.13l-2.155-6.466l-1.472%203.534A1%201%200%200%201%2010.5%2015h-4a1%201%200%201%201%200-2h3.333l2.244-5.385l.07-.137a1%201%200%200%201%20.89-.477M15.998%202c5.355%200%209.727%204.21%209.987%209.5H23.98a7.998%207.998%200%200%200-15.964%200H6.012c.26-5.29%204.632-9.5%209.987-9.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/lightbulb-pulse-32-regular.svg?color=%231a73e8&size=48