Light Bulb Electricity Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Light Bulb Electricity icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/310810.svg" alt="Light Bulb Electricity icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310810.svg" alt="Light Bulb Electricity icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310810.svg" alt="Light Bulb Electricity icon" :width="24" :height="24" />
CSS background
.icon-light-bulb-electricity {
background-image: url('https://proicons.com/icon/310810.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M18.1564 16.3141C15.5727 18.3994 12.9789 17.805 11.687 17.805C10.3951 17.805 10.3144 18.067 9.36566 19.0744C9.24697 19.2035 9.10259 19.3064 8.94177 19.3766C8.78326 19.4484 8.6112 19.4855 8.43713 19.4855C8.26306 19.4855 8.09101 19.4484 7.93249 19.3766C7.76849 19.3068 7.62073 19.2039 7.49851 19.0744L4.90467 16.5055C4.77181 16.3782 4.66846 16.2235 4.60189 16.0521C4.53367 15.8895 4.49933 15.7147 4.50096 15.5384C4.49714 15.3625 4.53121 15.1878 4.60086 15.0261C4.67051 14.8645 4.77411 14.7197 4.90467 14.6015C5.91394 13.6545 6.19654 13.4732 6.19654 12.2744C6.19654 10.7632 5.47996 7.90219 8.43713 4.9404C9.15515 4.21954 10.014 3.65375 10.9603 3.27817C11.9228 2.89764 12.9535 2.71931 13.9881 2.75431C15.0287 2.78549 16.0512 3.03376 16.9899 3.48313C17.9285 3.9325 18.7625 4.57303 19.4382 5.36351C20.1121 6.1491 20.6166 7.06491 20.92 8.05378C21.2235 9.04264 21.3195 10.0833 21.2021 11.1109C21.0847 12.1384 20.7563 13.1308 20.2375 14.026C19.7187 14.9213 19.0206 15.7002 18.1867 16.3141H18.1564Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M4.60188 16.304L3.08797 17.8151C2.91396 17.9695 2.7988 18.1793 2.76201 18.4088C2.72522 18.6383 2.76907 18.8734 2.88612 19.0744L4.9955 21.0892C5.2781 21.3813 5.84329 21.2605 6.28737 20.8474L7.71045 19.3262" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M15.2475 5.87327L10.1848 10.1462C10.1446 10.1784 10.1126 10.2195 10.0912 10.2662C10.0692 10.3151 10.0569 10.3678 10.055 10.4214C10.0664 10.4711 10.0892 10.5175 10.1217 10.557C10.1635 10.5778 10.2097 10.5886 10.2564 10.5884L13.1689 11.268L11.9096 14.6504C11.9 14.6697 11.895 14.691 11.8951 14.7125L11.947 14.7246L12.0091 14.7391L17.0718 10.4662C17.1145 10.4694 17.1572 10.4604 17.1948 10.4402C17.2325 10.42 17.2635 10.3894 17.2842 10.3521C17.3113 10.3051 17.3239 10.2511 17.3205 10.1969C17.309 10.1472 17.2862 10.1008 17.2537 10.0613C17.2119 10.0405 17.1657 10.0297 17.119 10.0299L14.2169 9.35268L15.3891 6.01542C15.396 6.0068 15.4009 5.99675 15.4034 5.98602C15.4059 5.97528 15.406 5.96412 15.4036 5.95335L15.3414 5.93884L15.2475 5.87327Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Copied!