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

Name
lightbulb-pulse-32-filled
Set
Fluent UI System Icons
Style
32 Filled
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="M20.42 27.287A3.5 3.5 0 0 1 17.01 30h-2.022a3.5 3.5 0 0 1-3.41-2.713L11.28 26h9.438zm-6.795-9.497a2.501 2.501 0 0 0 4.608.328l1.291-2.582l.054.065a2.5 2.5 0 0 0 1.921.899h3.43a10 10 0 0 1-2.295 2.981c-.343.305-.561.646-.64.988L21.18 24H10.82l-.815-3.531c-.079-.342-.297-.683-.64-.988A10 10 0 0 1 7.07 16.5h3.43a2.5 2.5 0 0 0 2.235-1.383zm-.589-10.789a1 1 0 0 1 .913.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-.477M16 2c5.355 0 9.727 4.21 9.987 9.5H22.67l-1.75-2.1a2.5 2.5 0 0 0-4.082.343l-.074.139l-.302.602l-1.09-3.274a2.5 2.5 0 0 0-4.6-.348l-.08.176l-1.86 4.462h-2.82c.26-5.29 4.632-9.5 9.987-9.5"/></svg>

React

import type { SVGProps } from "react";

export function FluentLightbulbPulse32Filled(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="M20.42 27.287A3.5 3.5 0 0 1 17.01 30h-2.022a3.5 3.5 0 0 1-3.41-2.713L11.28 26h9.438zm-6.795-9.497a2.501 2.501 0 0 0 4.608.328l1.291-2.582l.054.065a2.5 2.5 0 0 0 1.921.899h3.43a10 10 0 0 1-2.295 2.981c-.343.305-.561.646-.64.988L21.18 24H10.82l-.815-3.531c-.079-.342-.297-.683-.64-.988A10 10 0 0 1 7.07 16.5h3.43a2.5 2.5 0 0 0 2.235-1.383zm-.589-10.789a1 1 0 0 1 .913.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-.477M16 2c5.355 0 9.727 4.21 9.987 9.5H22.67l-1.75-2.1a2.5 2.5 0 0 0-4.082.343l-.074.139l-.302.602l-1.09-3.274a2.5 2.5 0 0 0-4.6-.348l-.08.176l-1.86 4.462h-2.82c.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="M20.42 27.287A3.5 3.5 0 0 1 17.01 30h-2.022a3.5 3.5 0 0 1-3.41-2.713L11.28 26h9.438zm-6.795-9.497a2.501 2.501 0 0 0 4.608.328l1.291-2.582l.054.065a2.5 2.5 0 0 0 1.921.899h3.43a10 10 0 0 1-2.295 2.981c-.343.305-.561.646-.64.988L21.18 24H10.82l-.815-3.531c-.079-.342-.297-.683-.64-.988A10 10 0 0 1 7.07 16.5h3.43a2.5 2.5 0 0 0 2.235-1.383zm-.589-10.789a1 1 0 0 1 .913.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-.477M16 2c5.355 0 9.727 4.21 9.987 9.5H22.67l-1.75-2.1a2.5 2.5 0 0 0-4.082.343l-.074.139l-.302.602l-1.09-3.274a2.5 2.5 0 0 0-4.6-.348l-.08.176l-1.86 4.462h-2.82c.26-5.29 4.632-9.5 9.987-9.5"/></svg>
</template>

CSS

.icon-lightbulb-pulse-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.42%2027.287A3.5%203.5%200%200%201%2017.01%2030h-2.022a3.5%203.5%200%200%201-3.41-2.713L11.28%2026h9.438zm-6.795-9.497a2.501%202.501%200%200%200%204.608.328l1.291-2.582l.054.065a2.5%202.5%200%200%200%201.921.899h3.43a10%2010%200%200%201-2.295%202.981c-.343.305-.561.646-.64.988L21.18%2024H10.82l-.815-3.531c-.079-.342-.297-.683-.64-.988A10%2010%200%200%201%207.07%2016.5h3.43a2.5%202.5%200%200%200%202.235-1.383zm-.589-10.789a1%201%200%200%201%20.913.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-.477M16%202c5.355%200%209.727%204.21%209.987%209.5H22.67l-1.75-2.1a2.5%202.5%200%200%200-4.082.343l-.074.139l-.302.602l-1.09-3.274a2.5%202.5%200%200%200-4.6-.348l-.08.176l-1.86%204.462h-2.82c.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%22M20.42%2027.287A3.5%203.5%200%200%201%2017.01%2030h-2.022a3.5%203.5%200%200%201-3.41-2.713L11.28%2026h9.438zm-6.795-9.497a2.501%202.501%200%200%200%204.608.328l1.291-2.582l.054.065a2.5%202.5%200%200%200%201.921.899h3.43a10%2010%200%200%201-2.295%202.981c-.343.305-.561.646-.64.988L21.18%2024H10.82l-.815-3.531c-.079-.342-.297-.683-.64-.988A10%2010%200%200%201%207.07%2016.5h3.43a2.5%202.5%200%200%200%202.235-1.383zm-.589-10.789a1%201%200%200%201%20.913.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-.477M16%202c5.355%200%209.727%204.21%209.987%209.5H22.67l-1.75-2.1a2.5%202.5%200%200%200-4.082.343l-.074.139l-.302.602l-1.09-3.274a2.5%202.5%200%200%200-4.6-.348l-.08.176l-1.86%204.462h-2.82c.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-filled.svg?color=%231a73e8&size=48