Lightbulb Empty Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Lightbulb Empty 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/307267.svg" alt="Lightbulb Empty icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307267.svg" alt="Lightbulb Empty icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307267.svg" alt="Lightbulb Empty icon" :width="24" :height="24" />
CSS background
.icon-lightbulb-empty {
background-image: url('https://proicons.com/icon/307267.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M4.5 6.5C4.5 4.567 6.067 3 8 3C9.933 3 11.5 4.567 11.5 6.5C11.5 7.47709 11.1003 8.35991 10.4542 8.99541C10.2612 9.18524 10.0912 9.43189 10.0095 9.73139L9.66356 11H6.33644L5.99046 9.73139C5.90878 9.43189 5.73883 9.18524 5.54584 8.99541C4.89973 8.35991 4.5 7.47709 4.5 6.5ZM6.60917 12H9.39083L9.21859 12.6316C9.15926 12.8491 8.96168 13 8.7362 13H7.2638C7.03832 13 6.84074 12.8491 6.78141 12.6316L6.60917 12ZM8 2C5.51472 2 3.5 4.01472 3.5 6.5C3.5 7.75601 4.01523 8.89258 4.8446 9.70834C4.94136 9.80352 5.00044 9.9019 5.02569 9.9945L5.81665 12.8947C5.99463 13.5473 6.58737 14 7.2638 14H8.7362C9.41263 14 10.0054 13.5473 10.1834 12.8947L10.9743 9.9945C10.9996 9.9019 11.0586 9.80352 11.1554 9.70834C11.9848 8.89258 12.5 7.75601 12.5 6.5C12.5 4.01472 10.4853 2 8 2Z"/></svg>
Copied!