light bulb electricity icon
light-bulb-electricity-fill from Mage Icons by MageIcons · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- light-bulb-electricity-fill
- Set
- Mage Icons
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Mage Icons
Related icons in Mage Icons
Use the light bulb electricity icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.666 7.817a8.3 8.3 0 0 0-4.32-5.011a8.3 8.3 0 0 0-6.63-.22a8.1 8.1 0 0 0-2.78 1.833a8.37 8.37 0 0 0-2.49 7.177v.702c0 .801 0 .841-.87 1.613l-.17.16a2 2 0 0 0-.65 1.494q0 .254.06.501l-1.22 1.223a1.78 1.78 0 0 0-.57 1.002c-.068.4.007.812.21 1.163a.5.5 0 0 0 .14.16l2.08 2.005a1.3 1.3 0 0 0 .94.38a2.16 2.16 0 0 0 1.44-.63l1.11-1.193c.433.11.89.07 1.3-.11c.257-.107.487-.271.67-.482l.29-.31c.65-.702.66-.722 1.48-.722h.67a8.35 8.35 0 0 0 6.15-1.594a.6.6 0 0 0 .13-.08a8.3 8.3 0 0 0 2.945-4.072a8.3 8.3 0 0 0 .055-5.029zM5.806 20.306a.8.8 0 0 1-.32.2l-1.95-1.864a.3.3 0 0 1 0-.1a.32.32 0 0 1 .12-.19l1-1.003l2 2.005zm11.62-9.632a1 1 0 0 1-.34.32l-.12.05l-4.29 3.63a.67.67 0 0 1-.42.16h-.15a.79.79 0 0 1-.6-.662q0-.147.06-.28l.84-2.266l-1.77-.41a.8.8 0 0 1-.3-.091a.56.56 0 0 1-.21-.16a.83.83 0 0 1-.2-.411a1 1 0 0 1 0-.16a1 1 0 0 1 .1-.382a.74.74 0 0 1 .26-.34l4.4-3.729a.66.66 0 0 1 .8 0a.77.77 0 0 1 .38.471q.021.16 0 .32q.005.045 0 .091l-.76 2.205l1.77.411a1 1 0 0 1 .3.09c.09.037.166.1.22.18a.84.84 0 0 1 .19.392q.006.045 0 .09a.94.94 0 0 1-.16.48"/></svg>
React
import type { SVGProps } from "react";
export function MageLightBulbElectricityFill(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="M21.666 7.817a8.3 8.3 0 0 0-4.32-5.011a8.3 8.3 0 0 0-6.63-.22a8.1 8.1 0 0 0-2.78 1.833a8.37 8.37 0 0 0-2.49 7.177v.702c0 .801 0 .841-.87 1.613l-.17.16a2 2 0 0 0-.65 1.494q0 .254.06.501l-1.22 1.223a1.78 1.78 0 0 0-.57 1.002c-.068.4.007.812.21 1.163a.5.5 0 0 0 .14.16l2.08 2.005a1.3 1.3 0 0 0 .94.38a2.16 2.16 0 0 0 1.44-.63l1.11-1.193c.433.11.89.07 1.3-.11c.257-.107.487-.271.67-.482l.29-.31c.65-.702.66-.722 1.48-.722h.67a8.35 8.35 0 0 0 6.15-1.594a.6.6 0 0 0 .13-.08a8.3 8.3 0 0 0 2.945-4.072a8.3 8.3 0 0 0 .055-5.029zM5.806 20.306a.8.8 0 0 1-.32.2l-1.95-1.864a.3.3 0 0 1 0-.1a.32.32 0 0 1 .12-.19l1-1.003l2 2.005zm11.62-9.632a1 1 0 0 1-.34.32l-.12.05l-4.29 3.63a.67.67 0 0 1-.42.16h-.15a.79.79 0 0 1-.6-.662q0-.147.06-.28l.84-2.266l-1.77-.41a.8.8 0 0 1-.3-.091a.56.56 0 0 1-.21-.16a.83.83 0 0 1-.2-.411a1 1 0 0 1 0-.16a1 1 0 0 1 .1-.382a.74.74 0 0 1 .26-.34l4.4-3.729a.66.66 0 0 1 .8 0a.77.77 0 0 1 .38.471q.021.16 0 .32q.005.045 0 .091l-.76 2.205l1.77.411a1 1 0 0 1 .3.09c.09.037.166.1.22.18a.84.84 0 0 1 .19.392q.006.045 0 .09a.94.94 0 0 1-.16.48"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.666 7.817a8.3 8.3 0 0 0-4.32-5.011a8.3 8.3 0 0 0-6.63-.22a8.1 8.1 0 0 0-2.78 1.833a8.37 8.37 0 0 0-2.49 7.177v.702c0 .801 0 .841-.87 1.613l-.17.16a2 2 0 0 0-.65 1.494q0 .254.06.501l-1.22 1.223a1.78 1.78 0 0 0-.57 1.002c-.068.4.007.812.21 1.163a.5.5 0 0 0 .14.16l2.08 2.005a1.3 1.3 0 0 0 .94.38a2.16 2.16 0 0 0 1.44-.63l1.11-1.193c.433.11.89.07 1.3-.11c.257-.107.487-.271.67-.482l.29-.31c.65-.702.66-.722 1.48-.722h.67a8.35 8.35 0 0 0 6.15-1.594a.6.6 0 0 0 .13-.08a8.3 8.3 0 0 0 2.945-4.072a8.3 8.3 0 0 0 .055-5.029zM5.806 20.306a.8.8 0 0 1-.32.2l-1.95-1.864a.3.3 0 0 1 0-.1a.32.32 0 0 1 .12-.19l1-1.003l2 2.005zm11.62-9.632a1 1 0 0 1-.34.32l-.12.05l-4.29 3.63a.67.67 0 0 1-.42.16h-.15a.79.79 0 0 1-.6-.662q0-.147.06-.28l.84-2.266l-1.77-.41a.8.8 0 0 1-.3-.091a.56.56 0 0 1-.21-.16a.83.83 0 0 1-.2-.411a1 1 0 0 1 0-.16a1 1 0 0 1 .1-.382a.74.74 0 0 1 .26-.34l4.4-3.729a.66.66 0 0 1 .8 0a.77.77 0 0 1 .38.471q.021.16 0 .32q.005.045 0 .091l-.76 2.205l1.77.411a1 1 0 0 1 .3.09c.09.037.166.1.22.18a.84.84 0 0 1 .19.392q.006.045 0 .09a.94.94 0 0 1-.16.48"/></svg> </template>
CSS
.icon-light-bulb-electricity-fill {
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%22M21.666%207.817a8.3%208.3%200%200%200-4.32-5.011a8.3%208.3%200%200%200-6.63-.22a8.1%208.1%200%200%200-2.78%201.833a8.37%208.37%200%200%200-2.49%207.177v.702c0%20.801%200%20.841-.87%201.613l-.17.16a2%202%200%200%200-.65%201.494q0%20.254.06.501l-1.22%201.223a1.78%201.78%200%200%200-.57%201.002c-.068.4.007.812.21%201.163a.5.5%200%200%200%20.14.16l2.08%202.005a1.3%201.3%200%200%200%20.94.38a2.16%202.16%200%200%200%201.44-.63l1.11-1.193c.433.11.89.07%201.3-.11c.257-.107.487-.271.67-.482l.29-.31c.65-.702.66-.722%201.48-.722h.67a8.35%208.35%200%200%200%206.15-1.594a.6.6%200%200%200%20.13-.08a8.3%208.3%200%200%200%202.945-4.072a8.3%208.3%200%200%200%20.055-5.029zM5.806%2020.306a.8.8%200%200%201-.32.2l-1.95-1.864a.3.3%200%200%201%200-.1a.32.32%200%200%201%20.12-.19l1-1.003l2%202.005zm11.62-9.632a1%201%200%200%201-.34.32l-.12.05l-4.29%203.63a.67.67%200%200%201-.42.16h-.15a.79.79%200%200%201-.6-.662q0-.147.06-.28l.84-2.266l-1.77-.41a.8.8%200%200%201-.3-.091a.56.56%200%200%201-.21-.16a.83.83%200%200%201-.2-.411a1%201%200%200%201%200-.16a1%201%200%200%201%20.1-.382a.74.74%200%200%201%20.26-.34l4.4-3.729a.66.66%200%200%201%20.8%200a.77.77%200%200%201%20.38.471q.021.16%200%20.32q.005.045%200%20.091l-.76%202.205l1.77.411a1%201%200%200%201%20.3.09c.09.037.166.1.22.18a.84.84%200%200%201%20.19.392q.006.045%200%20.09a.94.94%200%200%201-.16.48%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%22M21.666%207.817a8.3%208.3%200%200%200-4.32-5.011a8.3%208.3%200%200%200-6.63-.22a8.1%208.1%200%200%200-2.78%201.833a8.37%208.37%200%200%200-2.49%207.177v.702c0%20.801%200%20.841-.87%201.613l-.17.16a2%202%200%200%200-.65%201.494q0%20.254.06.501l-1.22%201.223a1.78%201.78%200%200%200-.57%201.002c-.068.4.007.812.21%201.163a.5.5%200%200%200%20.14.16l2.08%202.005a1.3%201.3%200%200%200%20.94.38a2.16%202.16%200%200%200%201.44-.63l1.11-1.193c.433.11.89.07%201.3-.11c.257-.107.487-.271.67-.482l.29-.31c.65-.702.66-.722%201.48-.722h.67a8.35%208.35%200%200%200%206.15-1.594a.6.6%200%200%200%20.13-.08a8.3%208.3%200%200%200%202.945-4.072a8.3%208.3%200%200%200%20.055-5.029zM5.806%2020.306a.8.8%200%200%201-.32.2l-1.95-1.864a.3.3%200%200%201%200-.1a.32.32%200%200%201%20.12-.19l1-1.003l2%202.005zm11.62-9.632a1%201%200%200%201-.34.32l-.12.05l-4.29%203.63a.67.67%200%200%201-.42.16h-.15a.79.79%200%200%201-.6-.662q0-.147.06-.28l.84-2.266l-1.77-.41a.8.8%200%200%201-.3-.091a.56.56%200%200%201-.21-.16a.83.83%200%200%201-.2-.411a1%201%200%200%201%200-.16a1%201%200%200%201%20.1-.382a.74.74%200%200%201%20.26-.34l4.4-3.729a.66.66%200%200%201%20.8%200a.77.77%200%200%201%20.38.471q.021.16%200%20.32q.005.045%200%20.091l-.76%202.205l1.77.411a1%201%200%200%201%20.3.09c.09.037.166.1.22.18a.84.84%200%200%201%20.19.392q.006.045%200%20.09a.94.94%200%200%201-.16.48%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mage/light-bulb-electricity-fill.svg?color=%231a73e8&size=48