lightbulb pulse icon
lightbulb-pulse-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- lightbulb-pulse-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- Viewbox
- 20×20
- 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 20 20"><path fill="currentColor" d="M12.69 16.606c-.185.77-.866 1.33-1.671 1.39l-.144.004h-1.75c-.819 0-1.535-.517-1.776-1.262l-.037-.133L6.928 15h6.145zm-4.113-4.631a1.5 1.5 0 0 0 2.765.196l.875-1.752c.283.365.719.581 1.183.581h1.59q-.484.721-1.194 1.395a.6.6 0 0 0-.145.211l-.026.082L13.31 14H6.69l-.314-1.312a.6.6 0 0 0-.17-.293A8.2 8.2 0 0 1 5.011 11H6.6a1.5 1.5 0 0 0 1.36-.872zM8.004 5a.5.5 0 0 1 .47.342l1.619 4.854l1.46-2.92a.5.5 0 0 1 .856-.063L13.66 9h1.84a.5.5 0 0 1 0 1h-2.1a.5.5 0 0 1-.41-.213l-.919-1.313l-1.624 3.25a.5.5 0 0 1-.922-.066L7.987 7.046l-.915 2.619c-.07.2-.26.335-.472.335H4.5a.5.5 0 0 1 0-1h1.745l1.283-3.665l.032-.072A.5.5 0 0 1 8.004 5M10 2c3.314 0 6 2.597 6 5.8l-.006.2h-1.813l-.952-1.36a1.5 1.5 0 0 0-2.57.19l-.382.76l-.854-2.565a1.5 1.5 0 0 0-2.839-.02L5.536 8H4.004L4 7.8l.003-.19C4.107 4.494 6.753 2 10 2"/></svg>
React
import type { SVGProps } from "react";
export function FluentLightbulbPulse20Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M12.69 16.606c-.185.77-.866 1.33-1.671 1.39l-.144.004h-1.75c-.819 0-1.535-.517-1.776-1.262l-.037-.133L6.928 15h6.145zm-4.113-4.631a1.5 1.5 0 0 0 2.765.196l.875-1.752c.283.365.719.581 1.183.581h1.59q-.484.721-1.194 1.395a.6.6 0 0 0-.145.211l-.026.082L13.31 14H6.69l-.314-1.312a.6.6 0 0 0-.17-.293A8.2 8.2 0 0 1 5.011 11H6.6a1.5 1.5 0 0 0 1.36-.872zM8.004 5a.5.5 0 0 1 .47.342l1.619 4.854l1.46-2.92a.5.5 0 0 1 .856-.063L13.66 9h1.84a.5.5 0 0 1 0 1h-2.1a.5.5 0 0 1-.41-.213l-.919-1.313l-1.624 3.25a.5.5 0 0 1-.922-.066L7.987 7.046l-.915 2.619c-.07.2-.26.335-.472.335H4.5a.5.5 0 0 1 0-1h1.745l1.283-3.665l.032-.072A.5.5 0 0 1 8.004 5M10 2c3.314 0 6 2.597 6 5.8l-.006.2h-1.813l-.952-1.36a1.5 1.5 0 0 0-2.57.19l-.382.76l-.854-2.565a1.5 1.5 0 0 0-2.839-.02L5.536 8H4.004L4 7.8l.003-.19C4.107 4.494 6.753 2 10 2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M12.69 16.606c-.185.77-.866 1.33-1.671 1.39l-.144.004h-1.75c-.819 0-1.535-.517-1.776-1.262l-.037-.133L6.928 15h6.145zm-4.113-4.631a1.5 1.5 0 0 0 2.765.196l.875-1.752c.283.365.719.581 1.183.581h1.59q-.484.721-1.194 1.395a.6.6 0 0 0-.145.211l-.026.082L13.31 14H6.69l-.314-1.312a.6.6 0 0 0-.17-.293A8.2 8.2 0 0 1 5.011 11H6.6a1.5 1.5 0 0 0 1.36-.872zM8.004 5a.5.5 0 0 1 .47.342l1.619 4.854l1.46-2.92a.5.5 0 0 1 .856-.063L13.66 9h1.84a.5.5 0 0 1 0 1h-2.1a.5.5 0 0 1-.41-.213l-.919-1.313l-1.624 3.25a.5.5 0 0 1-.922-.066L7.987 7.046l-.915 2.619c-.07.2-.26.335-.472.335H4.5a.5.5 0 0 1 0-1h1.745l1.283-3.665l.032-.072A.5.5 0 0 1 8.004 5M10 2c3.314 0 6 2.597 6 5.8l-.006.2h-1.813l-.952-1.36a1.5 1.5 0 0 0-2.57.19l-.382.76l-.854-2.565a1.5 1.5 0 0 0-2.839-.02L5.536 8H4.004L4 7.8l.003-.19C4.107 4.494 6.753 2 10 2"/></svg> </template>
CSS
.icon-lightbulb-pulse-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.69%2016.606c-.185.77-.866%201.33-1.671%201.39l-.144.004h-1.75c-.819%200-1.535-.517-1.776-1.262l-.037-.133L6.928%2015h6.145zm-4.113-4.631a1.5%201.5%200%200%200%202.765.196l.875-1.752c.283.365.719.581%201.183.581h1.59q-.484.721-1.194%201.395a.6.6%200%200%200-.145.211l-.026.082L13.31%2014H6.69l-.314-1.312a.6.6%200%200%200-.17-.293A8.2%208.2%200%200%201%205.011%2011H6.6a1.5%201.5%200%200%200%201.36-.872zM8.004%205a.5.5%200%200%201%20.47.342l1.619%204.854l1.46-2.92a.5.5%200%200%201%20.856-.063L13.66%209h1.84a.5.5%200%200%201%200%201h-2.1a.5.5%200%200%201-.41-.213l-.919-1.313l-1.624%203.25a.5.5%200%200%201-.922-.066L7.987%207.046l-.915%202.619c-.07.2-.26.335-.472.335H4.5a.5.5%200%200%201%200-1h1.745l1.283-3.665l.032-.072A.5.5%200%200%201%208.004%205M10%202c3.314%200%206%202.597%206%205.8l-.006.2h-1.813l-.952-1.36a1.5%201.5%200%200%200-2.57.19l-.382.76l-.854-2.565a1.5%201.5%200%200%200-2.839-.02L5.536%208H4.004L4%207.8l.003-.19C4.107%204.494%206.753%202%2010%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.69%2016.606c-.185.77-.866%201.33-1.671%201.39l-.144.004h-1.75c-.819%200-1.535-.517-1.776-1.262l-.037-.133L6.928%2015h6.145zm-4.113-4.631a1.5%201.5%200%200%200%202.765.196l.875-1.752c.283.365.719.581%201.183.581h1.59q-.484.721-1.194%201.395a.6.6%200%200%200-.145.211l-.026.082L13.31%2014H6.69l-.314-1.312a.6.6%200%200%200-.17-.293A8.2%208.2%200%200%201%205.011%2011H6.6a1.5%201.5%200%200%200%201.36-.872zM8.004%205a.5.5%200%200%201%20.47.342l1.619%204.854l1.46-2.92a.5.5%200%200%201%20.856-.063L13.66%209h1.84a.5.5%200%200%201%200%201h-2.1a.5.5%200%200%201-.41-.213l-.919-1.313l-1.624%203.25a.5.5%200%200%201-.922-.066L7.987%207.046l-.915%202.619c-.07.2-.26.335-.472.335H4.5a.5.5%200%200%201%200-1h1.745l1.283-3.665l.032-.072A.5.5%200%200%201%208.004%205M10%202c3.314%200%206%202.597%206%205.8l-.006.2h-1.813l-.952-1.36a1.5%201.5%200%200%200-2.57.19l-.382.76l-.854-2.565a1.5%201.5%200%200%200-2.839-.02L5.536%208H4.004L4%207.8l.003-.19C4.107%204.494%206.753%202%2010%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-20-filled.svg?color=%231a73e8&size=48