lightbulb pulse icon
lightbulb-pulse-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- lightbulb-pulse-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- 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 24 24"><path fill="currentColor" d="M15.248 20.258a2.25 2.25 0 0 1-2.018 1.735l-.173.007h-2.113a2.25 2.25 0 0 1-2.146-1.577l-.046-.167l-.29-1.257h7.077zm-4.88-6.38a1.752 1.752 0 0 0 3.162.222l1.196-2.153c.328.35.789.553 1.275.553h2.46q-.69 1.362-1.976 2.592a.25.25 0 0 0-.07.124l-.528 2.283H8.115l-.526-2.282a.25.25 0 0 0-.071-.125Q6.232 13.862 5.54 12.5H8c.626 0 1.194-.334 1.505-.86zM9.497 6a.75.75 0 0 1 .702.48l1.924 5.002l1.72-3.096l.052-.08A.75.75 0 0 1 15.1 8.3l1.275 1.7h2.375a.75.75 0 0 1 0 1.5H16a.75.75 0 0 1-.6-.3l-.806-1.076l-1.939 3.49a.75.75 0 0 1-1.355-.095L9.508 8.863l-.806 2.152A.75.75 0 0 1 8 11.5H5.25a.75.75 0 0 1 0-1.5h2.23l1.318-3.514l.049-.104A.75.75 0 0 1 9.497 6M12 2.001c3.92 0 7.11 3.111 7.243 6.999h-2.368L15.9 7.7a1.75 1.75 0 0 0-2.811.015l-.118.185l-.682 1.226l-1.155-3.004a1.752 1.752 0 0 0-3.273.014L6.788 9h-2.03A7.25 7.25 0 0 1 12 2.001"/></svg>
React
import type { SVGProps } from "react";
export function FluentLightbulbPulse24Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.248 20.258a2.25 2.25 0 0 1-2.018 1.735l-.173.007h-2.113a2.25 2.25 0 0 1-2.146-1.577l-.046-.167l-.29-1.257h7.077zm-4.88-6.38a1.752 1.752 0 0 0 3.162.222l1.196-2.153c.328.35.789.553 1.275.553h2.46q-.69 1.362-1.976 2.592a.25.25 0 0 0-.07.124l-.528 2.283H8.115l-.526-2.282a.25.25 0 0 0-.071-.125Q6.232 13.862 5.54 12.5H8c.626 0 1.194-.334 1.505-.86zM9.497 6a.75.75 0 0 1 .702.48l1.924 5.002l1.72-3.096l.052-.08A.75.75 0 0 1 15.1 8.3l1.275 1.7h2.375a.75.75 0 0 1 0 1.5H16a.75.75 0 0 1-.6-.3l-.806-1.076l-1.939 3.49a.75.75 0 0 1-1.355-.095L9.508 8.863l-.806 2.152A.75.75 0 0 1 8 11.5H5.25a.75.75 0 0 1 0-1.5h2.23l1.318-3.514l.049-.104A.75.75 0 0 1 9.497 6M12 2.001c3.92 0 7.11 3.111 7.243 6.999h-2.368L15.9 7.7a1.75 1.75 0 0 0-2.811.015l-.118.185l-.682 1.226l-1.155-3.004a1.752 1.752 0 0 0-3.273.014L6.788 9h-2.03A7.25 7.25 0 0 1 12 2.001"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.248 20.258a2.25 2.25 0 0 1-2.018 1.735l-.173.007h-2.113a2.25 2.25 0 0 1-2.146-1.577l-.046-.167l-.29-1.257h7.077zm-4.88-6.38a1.752 1.752 0 0 0 3.162.222l1.196-2.153c.328.35.789.553 1.275.553h2.46q-.69 1.362-1.976 2.592a.25.25 0 0 0-.07.124l-.528 2.283H8.115l-.526-2.282a.25.25 0 0 0-.071-.125Q6.232 13.862 5.54 12.5H8c.626 0 1.194-.334 1.505-.86zM9.497 6a.75.75 0 0 1 .702.48l1.924 5.002l1.72-3.096l.052-.08A.75.75 0 0 1 15.1 8.3l1.275 1.7h2.375a.75.75 0 0 1 0 1.5H16a.75.75 0 0 1-.6-.3l-.806-1.076l-1.939 3.49a.75.75 0 0 1-1.355-.095L9.508 8.863l-.806 2.152A.75.75 0 0 1 8 11.5H5.25a.75.75 0 0 1 0-1.5h2.23l1.318-3.514l.049-.104A.75.75 0 0 1 9.497 6M12 2.001c3.92 0 7.11 3.111 7.243 6.999h-2.368L15.9 7.7a1.75 1.75 0 0 0-2.811.015l-.118.185l-.682 1.226l-1.155-3.004a1.752 1.752 0 0 0-3.273.014L6.788 9h-2.03A7.25 7.25 0 0 1 12 2.001"/></svg> </template>
CSS
.icon-lightbulb-pulse-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.248%2020.258a2.25%202.25%200%200%201-2.018%201.735l-.173.007h-2.113a2.25%202.25%200%200%201-2.146-1.577l-.046-.167l-.29-1.257h7.077zm-4.88-6.38a1.752%201.752%200%200%200%203.162.222l1.196-2.153c.328.35.789.553%201.275.553h2.46q-.69%201.362-1.976%202.592a.25.25%200%200%200-.07.124l-.528%202.283H8.115l-.526-2.282a.25.25%200%200%200-.071-.125Q6.232%2013.862%205.54%2012.5H8c.626%200%201.194-.334%201.505-.86zM9.497%206a.75.75%200%200%201%20.702.48l1.924%205.002l1.72-3.096l.052-.08A.75.75%200%200%201%2015.1%208.3l1.275%201.7h2.375a.75.75%200%200%201%200%201.5H16a.75.75%200%200%201-.6-.3l-.806-1.076l-1.939%203.49a.75.75%200%200%201-1.355-.095L9.508%208.863l-.806%202.152A.75.75%200%200%201%208%2011.5H5.25a.75.75%200%200%201%200-1.5h2.23l1.318-3.514l.049-.104A.75.75%200%200%201%209.497%206M12%202.001c3.92%200%207.11%203.111%207.243%206.999h-2.368L15.9%207.7a1.75%201.75%200%200%200-2.811.015l-.118.185l-.682%201.226l-1.155-3.004a1.752%201.752%200%200%200-3.273.014L6.788%209h-2.03A7.25%207.25%200%200%201%2012%202.001%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.248%2020.258a2.25%202.25%200%200%201-2.018%201.735l-.173.007h-2.113a2.25%202.25%200%200%201-2.146-1.577l-.046-.167l-.29-1.257h7.077zm-4.88-6.38a1.752%201.752%200%200%200%203.162.222l1.196-2.153c.328.35.789.553%201.275.553h2.46q-.69%201.362-1.976%202.592a.25.25%200%200%200-.07.124l-.528%202.283H8.115l-.526-2.282a.25.25%200%200%200-.071-.125Q6.232%2013.862%205.54%2012.5H8c.626%200%201.194-.334%201.505-.86zM9.497%206a.75.75%200%200%201%20.702.48l1.924%205.002l1.72-3.096l.052-.08A.75.75%200%200%201%2015.1%208.3l1.275%201.7h2.375a.75.75%200%200%201%200%201.5H16a.75.75%200%200%201-.6-.3l-.806-1.076l-1.939%203.49a.75.75%200%200%201-1.355-.095L9.508%208.863l-.806%202.152A.75.75%200%200%201%208%2011.5H5.25a.75.75%200%200%201%200-1.5h2.23l1.318-3.514l.049-.104A.75.75%200%200%201%209.497%206M12%202.001c3.92%200%207.11%203.111%207.243%206.999h-2.368L15.9%207.7a1.75%201.75%200%200%200-2.811.015l-.118.185l-.682%201.226l-1.155-3.004a1.752%201.752%200%200%200-3.273.014L6.788%209h-2.03A7.25%207.25%200%200%201%2012%202.001%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/lightbulb-pulse-24-filled.svg?color=%231a73e8&size=48