lightbulb pulse icon
lightbulb-pulse-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.
- Name
- lightbulb-pulse-16-filled
- Set
- Fluent UI System Icons
- Style
- 16 Filled
- 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.183 12.895A1.5 1.5 0 0 1 8.735 14H7.263a1.5 1.5 0 0 1-1.448-1.105L5.571 12h4.856zM6.595 9.526a1.5 1.5 0 0 0 2.746.145l.43-.861c.22.122.469.19.728.19h1.241a4.5 4.5 0 0 1-.586.708a.66.66 0 0 0-.18.286L10.699 11H5.3l-.275-1.006a.65.65 0 0 0-.18-.286A4.5 4.5 0 0 1 4.258 9h1.241c.294 0 .572-.087.809-.238zM6.505 4.5a.5.5 0 0 1 .463.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-.246M8 2a4.5 4.5 0 0 1 4.472 4H11.3l-.554-.832a1.5 1.5 0 0 0-2.55.09l-.294-.784a1.5 1.5 0 0 0-2.75-.136l-.047.105L4.483 6h-.956A4.5 4.5 0 0 1 8 2"/></svg>
React
import type { SVGProps } from "react";
export function FluentLightbulbPulse16Filled(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.183 12.895A1.5 1.5 0 0 1 8.735 14H7.263a1.5 1.5 0 0 1-1.448-1.105L5.571 12h4.856zM6.595 9.526a1.5 1.5 0 0 0 2.746.145l.43-.861c.22.122.469.19.728.19h1.241a4.5 4.5 0 0 1-.586.708a.66.66 0 0 0-.18.286L10.699 11H5.3l-.275-1.006a.65.65 0 0 0-.18-.286A4.5 4.5 0 0 1 4.258 9h1.241c.294 0 .572-.087.809-.238zM6.505 4.5a.5.5 0 0 1 .463.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-.246M8 2a4.5 4.5 0 0 1 4.472 4H11.3l-.554-.832a1.5 1.5 0 0 0-2.55.09l-.294-.784a1.5 1.5 0 0 0-2.75-.136l-.047.105L4.483 6h-.956A4.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.183 12.895A1.5 1.5 0 0 1 8.735 14H7.263a1.5 1.5 0 0 1-1.448-1.105L5.571 12h4.856zM6.595 9.526a1.5 1.5 0 0 0 2.746.145l.43-.861c.22.122.469.19.728.19h1.241a4.5 4.5 0 0 1-.586.708a.66.66 0 0 0-.18.286L10.699 11H5.3l-.275-1.006a.65.65 0 0 0-.18-.286A4.5 4.5 0 0 1 4.258 9h1.241c.294 0 .572-.087.809-.238zM6.505 4.5a.5.5 0 0 1 .463.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-.246M8 2a4.5 4.5 0 0 1 4.472 4H11.3l-.554-.832a1.5 1.5 0 0 0-2.55.09l-.294-.784a1.5 1.5 0 0 0-2.75-.136l-.047.105L4.483 6h-.956A4.5 4.5 0 0 1 8 2"/></svg> </template>
CSS
.icon-lightbulb-pulse-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.183%2012.895A1.5%201.5%200%200%201%208.735%2014H7.263a1.5%201.5%200%200%201-1.448-1.105L5.571%2012h4.856zM6.595%209.526a1.5%201.5%200%200%200%202.746.145l.43-.861c.22.122.469.19.728.19h1.241a4.5%204.5%200%200%201-.586.708a.66.66%200%200%200-.18.286L10.699%2011H5.3l-.275-1.006a.65.65%200%200%200-.18-.286A4.5%204.5%200%200%201%204.258%209h1.241c.294%200%20.572-.087.809-.238zM6.505%204.5a.5.5%200%200%201%20.463.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-.246M8%202a4.5%204.5%200%200%201%204.472%204H11.3l-.554-.832a1.5%201.5%200%200%200-2.55.09l-.294-.784a1.5%201.5%200%200%200-2.75-.136l-.047.105L4.483%206h-.956A4.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.183%2012.895A1.5%201.5%200%200%201%208.735%2014H7.263a1.5%201.5%200%200%201-1.448-1.105L5.571%2012h4.856zM6.595%209.526a1.5%201.5%200%200%200%202.746.145l.43-.861c.22.122.469.19.728.19h1.241a4.5%204.5%200%200%201-.586.708a.66.66%200%200%200-.18.286L10.699%2011H5.3l-.275-1.006a.65.65%200%200%200-.18-.286A4.5%204.5%200%200%201%204.258%209h1.241c.294%200%20.572-.087.809-.238zM6.505%204.5a.5.5%200%200%201%20.463.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-.246M8%202a4.5%204.5%200%200%201%204.472%204H11.3l-.554-.832a1.5%201.5%200%200%200-2.55.09l-.294-.784a1.5%201.5%200%200%200-2.75-.136l-.047.105L4.483%206h-.956A4.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-filled.svg?color=%231a73e8&size=48