Lightbulb Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Lightbulb 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/343044.svg" alt="Lightbulb icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343044.svg" alt="Lightbulb icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343044.svg" alt="Lightbulb icon" :width="24" :height="24" />
CSS background
.icon-lightbulb {
background-image: url('https://proicons.com/icon/343044.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M37.2133,17.7292A13.2133,13.2133,0,1,0,16.5058,28.5958a4.0061,4.0061,0,0,1,1.6648,3.315v4.7315H29.8294V31.907A4.0511,4.0511,0,0,1,31.532,28.57,13.1741,13.1741,0,0,0,37.2133,17.7292Z"/><line class="a" x1="19.4437" y1="38.9282" x2="28.5563" y2="38.9282"/><line class="a" x1="19.3782" y1="41.2141" x2="28.4908" y2="41.2141"/><line class="a" x1="21.5213" y1="43.5" x2="26.4787" y2="43.5"/><polyline class="a" points="26.011 36.642 26.011 29.583 27.66 26.085"/><polyline class="a" points="21.989 36.642 21.989 29.583 20.34 26.085"/></svg>
Lightbulb in other icon packs
Copied!