Lightbulb Icon
Free SVG icon from the Memory Icons 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/312184.svg" alt="Lightbulb icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/312184.svg" alt="Lightbulb icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/312184.svg" alt="Lightbulb icon" :width="24" :height="24" />
CSS background
.icon-lightbulb {
background-image: url('https://proicons.com/icon/312184.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" id="memory-lightbulb" viewBox="0 0 22 22"><path d="M8 19H14V21H8V19M8 18V14H7V13H6V12H5V11H4V5H5V4H6V3H7V2H8V1H14V2L15 2V3H16V4H17V5H18V11H17V12H16V13H15V14H14V18H8M13 12H14V11H15V10H16V6H15V5H14V4L13 4V3H9V4H8V5H7V6H6V10H7V11H8V12H9V13H10V16H12V13H13V12Z" /></svg>
Lightbulb in other icon packs
Copied!