lightbulb pulse icon
lightbulb-pulse-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.
- Name
- lightbulb-pulse-48-regular
- Set
- Fluent UI System Icons
- Style
- 48 Regular
- Viewbox
- 48×48
- 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 48 48"><path fill="currentColor" d="M13.332 24a12 12 0 0 0 2.566 3.352c.715.655 1.334 1.52 1.604 2.572l1.173 4.576h10.65l1.173-4.576c.27-1.053.889-1.917 1.604-2.572A12 12 0 0 0 34.668 24h2.75a14.5 14.5 0 0 1-3.628 5.195c-.448.411-.748.875-.87 1.35l-2.534 9.885A4.75 4.75 0 0 1 25.784 44h-3.568a4.75 4.75 0 0 1-4.602-3.57l-2.534-9.885c-.122-.475-.421-.939-.87-1.35A14.5 14.5 0 0 1 10.581 24zm6.704 15.809a2.25 2.25 0 0 0 2.18 1.691h3.568a2.25 2.25 0 0 0 2.18-1.691l.72-2.809h-9.368zM19.03 11a1.25 1.25 0 0 1 1.148.83l4.014 11.241l3.69-7.38l.08-.138a1.25 1.25 0 0 1 2.025-.07l3.125 4.017h5.139a1.25 1.25 0 1 1 0 2.5H32.5a1.25 1.25 0 0 1-.986-.482l-2.283-2.936l-4.113 8.227a1.251 1.251 0 0 1-2.296-.14l-3.905-10.936l-2.26 5.493A1.25 1.25 0 0 1 15.5 22H9.75a1.25 1.25 0 1 1 0-2.5h4.913l3.18-7.726A1.25 1.25 0 0 1 19.03 11M24 4c7.672 0 13.951 5.958 14.465 13.5h-2.507c-.508-6.16-5.667-11-11.958-11c-6.29 0-11.45 4.84-11.958 11H9.535C10.05 9.958 16.328 4 24 4"/></svg>
React
import type { SVGProps } from "react";
export function FluentLightbulbPulse48Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M13.332 24a12 12 0 0 0 2.566 3.352c.715.655 1.334 1.52 1.604 2.572l1.173 4.576h10.65l1.173-4.576c.27-1.053.889-1.917 1.604-2.572A12 12 0 0 0 34.668 24h2.75a14.5 14.5 0 0 1-3.628 5.195c-.448.411-.748.875-.87 1.35l-2.534 9.885A4.75 4.75 0 0 1 25.784 44h-3.568a4.75 4.75 0 0 1-4.602-3.57l-2.534-9.885c-.122-.475-.421-.939-.87-1.35A14.5 14.5 0 0 1 10.581 24zm6.704 15.809a2.25 2.25 0 0 0 2.18 1.691h3.568a2.25 2.25 0 0 0 2.18-1.691l.72-2.809h-9.368zM19.03 11a1.25 1.25 0 0 1 1.148.83l4.014 11.241l3.69-7.38l.08-.138a1.25 1.25 0 0 1 2.025-.07l3.125 4.017h5.139a1.25 1.25 0 1 1 0 2.5H32.5a1.25 1.25 0 0 1-.986-.482l-2.283-2.936l-4.113 8.227a1.251 1.251 0 0 1-2.296-.14l-3.905-10.936l-2.26 5.493A1.25 1.25 0 0 1 15.5 22H9.75a1.25 1.25 0 1 1 0-2.5h4.913l3.18-7.726A1.25 1.25 0 0 1 19.03 11M24 4c7.672 0 13.951 5.958 14.465 13.5h-2.507c-.508-6.16-5.667-11-11.958-11c-6.29 0-11.45 4.84-11.958 11H9.535C10.05 9.958 16.328 4 24 4"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M13.332 24a12 12 0 0 0 2.566 3.352c.715.655 1.334 1.52 1.604 2.572l1.173 4.576h10.65l1.173-4.576c.27-1.053.889-1.917 1.604-2.572A12 12 0 0 0 34.668 24h2.75a14.5 14.5 0 0 1-3.628 5.195c-.448.411-.748.875-.87 1.35l-2.534 9.885A4.75 4.75 0 0 1 25.784 44h-3.568a4.75 4.75 0 0 1-4.602-3.57l-2.534-9.885c-.122-.475-.421-.939-.87-1.35A14.5 14.5 0 0 1 10.581 24zm6.704 15.809a2.25 2.25 0 0 0 2.18 1.691h3.568a2.25 2.25 0 0 0 2.18-1.691l.72-2.809h-9.368zM19.03 11a1.25 1.25 0 0 1 1.148.83l4.014 11.241l3.69-7.38l.08-.138a1.25 1.25 0 0 1 2.025-.07l3.125 4.017h5.139a1.25 1.25 0 1 1 0 2.5H32.5a1.25 1.25 0 0 1-.986-.482l-2.283-2.936l-4.113 8.227a1.251 1.251 0 0 1-2.296-.14l-3.905-10.936l-2.26 5.493A1.25 1.25 0 0 1 15.5 22H9.75a1.25 1.25 0 1 1 0-2.5h4.913l3.18-7.726A1.25 1.25 0 0 1 19.03 11M24 4c7.672 0 13.951 5.958 14.465 13.5h-2.507c-.508-6.16-5.667-11-11.958-11c-6.29 0-11.45 4.84-11.958 11H9.535C10.05 9.958 16.328 4 24 4"/></svg> </template>
CSS
.icon-lightbulb-pulse-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.332%2024a12%2012%200%200%200%202.566%203.352c.715.655%201.334%201.52%201.604%202.572l1.173%204.576h10.65l1.173-4.576c.27-1.053.889-1.917%201.604-2.572A12%2012%200%200%200%2034.668%2024h2.75a14.5%2014.5%200%200%201-3.628%205.195c-.448.411-.748.875-.87%201.35l-2.534%209.885A4.75%204.75%200%200%201%2025.784%2044h-3.568a4.75%204.75%200%200%201-4.602-3.57l-2.534-9.885c-.122-.475-.421-.939-.87-1.35A14.5%2014.5%200%200%201%2010.581%2024zm6.704%2015.809a2.25%202.25%200%200%200%202.18%201.691h3.568a2.25%202.25%200%200%200%202.18-1.691l.72-2.809h-9.368zM19.03%2011a1.25%201.25%200%200%201%201.148.83l4.014%2011.241l3.69-7.38l.08-.138a1.25%201.25%200%200%201%202.025-.07l3.125%204.017h5.139a1.25%201.25%200%201%201%200%202.5H32.5a1.25%201.25%200%200%201-.986-.482l-2.283-2.936l-4.113%208.227a1.251%201.251%200%200%201-2.296-.14l-3.905-10.936l-2.26%205.493A1.25%201.25%200%200%201%2015.5%2022H9.75a1.25%201.25%200%201%201%200-2.5h4.913l3.18-7.726A1.25%201.25%200%200%201%2019.03%2011M24%204c7.672%200%2013.951%205.958%2014.465%2013.5h-2.507c-.508-6.16-5.667-11-11.958-11c-6.29%200-11.45%204.84-11.958%2011H9.535C10.05%209.958%2016.328%204%2024%204%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.332%2024a12%2012%200%200%200%202.566%203.352c.715.655%201.334%201.52%201.604%202.572l1.173%204.576h10.65l1.173-4.576c.27-1.053.889-1.917%201.604-2.572A12%2012%200%200%200%2034.668%2024h2.75a14.5%2014.5%200%200%201-3.628%205.195c-.448.411-.748.875-.87%201.35l-2.534%209.885A4.75%204.75%200%200%201%2025.784%2044h-3.568a4.75%204.75%200%200%201-4.602-3.57l-2.534-9.885c-.122-.475-.421-.939-.87-1.35A14.5%2014.5%200%200%201%2010.581%2024zm6.704%2015.809a2.25%202.25%200%200%200%202.18%201.691h3.568a2.25%202.25%200%200%200%202.18-1.691l.72-2.809h-9.368zM19.03%2011a1.25%201.25%200%200%201%201.148.83l4.014%2011.241l3.69-7.38l.08-.138a1.25%201.25%200%200%201%202.025-.07l3.125%204.017h5.139a1.25%201.25%200%201%201%200%202.5H32.5a1.25%201.25%200%200%201-.986-.482l-2.283-2.936l-4.113%208.227a1.251%201.251%200%200%201-2.296-.14l-3.905-10.936l-2.26%205.493A1.25%201.25%200%200%201%2015.5%2022H9.75a1.25%201.25%200%201%201%200-2.5h4.913l3.18-7.726A1.25%201.25%200%200%201%2019.03%2011M24%204c7.672%200%2013.951%205.958%2014.465%2013.5h-2.507c-.508-6.16-5.667-11-11.958-11c-6.29%200-11.45%204.84-11.958%2011H9.535C10.05%209.958%2016.328%204%2024%204%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/lightbulb-pulse-48-regular.svg?color=%231a73e8&size=48