Lightbulb Icon
Free SVG icon from the Govicons 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/304808.svg" alt="Lightbulb icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/304808.svg" alt="Lightbulb icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/304808.svg" alt="Lightbulb icon" :width="24" :height="24" />
CSS background
.icon-lightbulb {
background-image: url('https://proicons.com/icon/304808.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 56"><title>lightbulb</title><g id="Icons"><path d="M42.92,41.88H29.08a1.87,1.87,0,1,0,0,3.73H42.92a1.87,1.87,0,1,0,0-3.73Z"/><path d="M32.37,52.9v1A2.08,2.08,0,0,0,34.45,56h3.1a2.08,2.08,0,0,0,2.08-2.08v-1a4.51,4.51,0,0,0,4.21-4.5H28.16A4.51,4.51,0,0,0,32.37,52.9Z"/><path d="M36,0A18.68,18.68,0,0,0,21.3,30.25a81.41,81.41,0,0,1,6.12,9H44.58a80.47,80.47,0,0,1,6.12-9A18.68,18.68,0,0,0,36,0Zm0,6.49a12.05,12.05,0,0,0-12,12,1.87,1.87,0,1,1-3.73,0A15.78,15.78,0,0,1,36,2.76a1.87,1.87,0,1,1,0,3.73Z"/></g></svg>
Lightbulb in other icon packs
Copied!