Emoji Lamp Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji 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/339895.svg" alt="Emoji Lamp icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339895.svg" alt="Emoji Lamp icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339895.svg" alt="Emoji Lamp icon" :width="24" :height="24" />
CSS background
.icon-emoji-lamp {
background-image: url('https://proicons.com/icon/339895.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><line class="b" x1="19.9783" y1="42.5" x2="28.0217" y2="42.5"/><path class="b" d="m28.0217,36.0652v-1.8115c0-2.8246,1.298-5.4849,3.5042-7.2487,2.7722-2.2164,4.5443-5.6374,4.5393-9.4823-.0087-6.6418-5.3973-12.0228-12.039-12.0227-6.6883,0-12.0914,5.3769-12.0914,12.039,0,3.8247,1.7671,7.2288,4.531,9.4427,2.2075,1.7682,3.5125,4.4271,3.5125,7.2554v1.8281h8.0435Z"/></svg>
Copied!