Lamp Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Lamp 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/305955.svg" alt="Lamp icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305955.svg" alt="Lamp icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305955.svg" alt="Lamp icon" :width="24" :height="24" />
CSS background
.icon-lamp {
background-image: url('https://proicons.com/icon/305955.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M558 732V552c0-18 15-32 33-32h162c18 0 29-15 25-32-35-139-70-277-104-415-2-11-8-10-16-10-106 0-211 0-316-1-11 0-14 4-17 14-31 126-63 253-95 379-3 11-5 23-8 34-4 18 7 32 25 32h162c18 0 32 15 32 33v178c0 18 1 46 1 62 0 17-15 30-33 30h-47c-18 0-33 15-33 33v48c0 18 15 33 33 33h276c18 0 33-15 33-33v-49c0-18-15-33-33-33h-47c-18 0-33-13-33-29v-62z"/></svg>
Lamp in other icon packs
Copied!