lightbulb pulse icon
lightbulb-pulse-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.
- Name
- lightbulb-pulse-16-regular
- Set
- Fluent UI System Icons
- Style
- 16 Regular
- Viewbox
- 16×16
- 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 16 16"><path fill="currentColor" d="M10.5 9h1.24a4.5 4.5 0 0 1-.586.708a.66.66 0 0 0-.18.286l-.791 2.9A1.5 1.5 0 0 1 8.735 14H7.263a1.5 1.5 0 0 1-1.448-1.105l-.79-2.9a.65.65 0 0 0-.181-.287A4.5 4.5 0 0 1 4.258 9H5.5l.047-.002c.192.19.36.435.442.733L6.336 11h3.326l.347-1.269c.081-.298.25-.545.442-.735c.016 0 .033.004.049.004m-3.72 3.632a.5.5 0 0 0 .483.368h1.472a.5.5 0 0 0 .483-.368L9.39 12H6.608zM6.506 4.5a.5.5 0 0 1 .462.324l1.096 2.927l.989-1.975a.5.5 0 0 1 .863-.053L10.768 7h1.482a.5.5 0 0 1 0 1H10.5a.5.5 0 0 1-.416-.223l-.522-.783l-1.115 2.23a.5.5 0 0 1-.915-.048L6.484 6.383l-.52 1.303A.5.5 0 0 1 5.5 8H3.75a.5.5 0 0 1 0-1h1.412l.874-2.186l.033-.068a.5.5 0 0 1 .437-.246M7.999 2a4.5 4.5 0 0 1 4.472 4h-1.008a3.5 3.5 0 0 0-6.897-.19q-.029.095-.045.19h-.994A4.5 4.5 0 0 1 8 2"/></svg>
React
import type { SVGProps } from "react";
export function FluentLightbulbPulse16Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M10.5 9h1.24a4.5 4.5 0 0 1-.586.708a.66.66 0 0 0-.18.286l-.791 2.9A1.5 1.5 0 0 1 8.735 14H7.263a1.5 1.5 0 0 1-1.448-1.105l-.79-2.9a.65.65 0 0 0-.181-.287A4.5 4.5 0 0 1 4.258 9H5.5l.047-.002c.192.19.36.435.442.733L6.336 11h3.326l.347-1.269c.081-.298.25-.545.442-.735c.016 0 .033.004.049.004m-3.72 3.632a.5.5 0 0 0 .483.368h1.472a.5.5 0 0 0 .483-.368L9.39 12H6.608zM6.506 4.5a.5.5 0 0 1 .462.324l1.096 2.927l.989-1.975a.5.5 0 0 1 .863-.053L10.768 7h1.482a.5.5 0 0 1 0 1H10.5a.5.5 0 0 1-.416-.223l-.522-.783l-1.115 2.23a.5.5 0 0 1-.915-.048L6.484 6.383l-.52 1.303A.5.5 0 0 1 5.5 8H3.75a.5.5 0 0 1 0-1h1.412l.874-2.186l.033-.068a.5.5 0 0 1 .437-.246M7.999 2a4.5 4.5 0 0 1 4.472 4h-1.008a3.5 3.5 0 0 0-6.897-.19q-.029.095-.045.19h-.994A4.5 4.5 0 0 1 8 2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M10.5 9h1.24a4.5 4.5 0 0 1-.586.708a.66.66 0 0 0-.18.286l-.791 2.9A1.5 1.5 0 0 1 8.735 14H7.263a1.5 1.5 0 0 1-1.448-1.105l-.79-2.9a.65.65 0 0 0-.181-.287A4.5 4.5 0 0 1 4.258 9H5.5l.047-.002c.192.19.36.435.442.733L6.336 11h3.326l.347-1.269c.081-.298.25-.545.442-.735c.016 0 .033.004.049.004m-3.72 3.632a.5.5 0 0 0 .483.368h1.472a.5.5 0 0 0 .483-.368L9.39 12H6.608zM6.506 4.5a.5.5 0 0 1 .462.324l1.096 2.927l.989-1.975a.5.5 0 0 1 .863-.053L10.768 7h1.482a.5.5 0 0 1 0 1H10.5a.5.5 0 0 1-.416-.223l-.522-.783l-1.115 2.23a.5.5 0 0 1-.915-.048L6.484 6.383l-.52 1.303A.5.5 0 0 1 5.5 8H3.75a.5.5 0 0 1 0-1h1.412l.874-2.186l.033-.068a.5.5 0 0 1 .437-.246M7.999 2a4.5 4.5 0 0 1 4.472 4h-1.008a3.5 3.5 0 0 0-6.897-.19q-.029.095-.045.19h-.994A4.5 4.5 0 0 1 8 2"/></svg> </template>
CSS
.icon-lightbulb-pulse-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.5%209h1.24a4.5%204.5%200%200%201-.586.708a.66.66%200%200%200-.18.286l-.791%202.9A1.5%201.5%200%200%201%208.735%2014H7.263a1.5%201.5%200%200%201-1.448-1.105l-.79-2.9a.65.65%200%200%200-.181-.287A4.5%204.5%200%200%201%204.258%209H5.5l.047-.002c.192.19.36.435.442.733L6.336%2011h3.326l.347-1.269c.081-.298.25-.545.442-.735c.016%200%20.033.004.049.004m-3.72%203.632a.5.5%200%200%200%20.483.368h1.472a.5.5%200%200%200%20.483-.368L9.39%2012H6.608zM6.506%204.5a.5.5%200%200%201%20.462.324l1.096%202.927l.989-1.975a.5.5%200%200%201%20.863-.053L10.768%207h1.482a.5.5%200%200%201%200%201H10.5a.5.5%200%200%201-.416-.223l-.522-.783l-1.115%202.23a.5.5%200%200%201-.915-.048L6.484%206.383l-.52%201.303A.5.5%200%200%201%205.5%208H3.75a.5.5%200%200%201%200-1h1.412l.874-2.186l.033-.068a.5.5%200%200%201%20.437-.246M7.999%202a4.5%204.5%200%200%201%204.472%204h-1.008a3.5%203.5%200%200%200-6.897-.19q-.029.095-.045.19h-.994A4.5%204.5%200%200%201%208%202%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.5%209h1.24a4.5%204.5%200%200%201-.586.708a.66.66%200%200%200-.18.286l-.791%202.9A1.5%201.5%200%200%201%208.735%2014H7.263a1.5%201.5%200%200%201-1.448-1.105l-.79-2.9a.65.65%200%200%200-.181-.287A4.5%204.5%200%200%201%204.258%209H5.5l.047-.002c.192.19.36.435.442.733L6.336%2011h3.326l.347-1.269c.081-.298.25-.545.442-.735c.016%200%20.033.004.049.004m-3.72%203.632a.5.5%200%200%200%20.483.368h1.472a.5.5%200%200%200%20.483-.368L9.39%2012H6.608zM6.506%204.5a.5.5%200%200%201%20.462.324l1.096%202.927l.989-1.975a.5.5%200%200%201%20.863-.053L10.768%207h1.482a.5.5%200%200%201%200%201H10.5a.5.5%200%200%201-.416-.223l-.522-.783l-1.115%202.23a.5.5%200%200%201-.915-.048L6.484%206.383l-.52%201.303A.5.5%200%200%201%205.5%208H3.75a.5.5%200%200%201%200-1h1.412l.874-2.186l.033-.068a.5.5%200%200%201%20.437-.246M7.999%202a4.5%204.5%200%200%201%204.472%204h-1.008a3.5%203.5%200%200%200-6.897-.19q-.029.095-.045.19h-.994A4.5%204.5%200%200%201%208%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/lightbulb-pulse-16-regular.svg?color=%231a73e8&size=48