Emoji Love Hotel Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Love Hotel 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/325340.svg" alt="Emoji Love Hotel icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325340.svg" alt="Emoji Love Hotel icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325340.svg" alt="Emoji Love Hotel icon" :width="24" :height="24" />
CSS background
.icon-emoji-love-hotel {
background-image: url('https://proicons.com/icon/325340.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>.l{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="l" d="M24.3342,23.5h-1.4254v-3.5577"/><path id="c" class="l" d="M18.6326,23.5h-1.4254v-3.5577"/><path id="d" class="l" d="M30.0358,23.5h-1.4254v-3.5577"/><path id="e" class="l" d="M24.3342,31.3269h-1.4254v-3.5577"/><path id="f" class="l" d="M18.6326,31.3269h-1.4254v-3.5577"/><path id="g" class="l" d="M30.0358,31.3269h-1.4254v-3.5577"/><path id="h" class="l" d="M30.0358,39.1538h-1.4254v-3.5577"/><path id="i" class="l" d="M20.7707,42v-7.1154"/><path id="j" class="l" d="M14,5h19.243v37H14V5"/><path id="k" class="l" d="M17.2072,34.8846h7.127v7.1154h-7.127v-7.1154"/><path class="l" d="M27.8855,10.8552c0-1.2689-1.0286-2.2975-2.2975-2.2975-.8354,0-1.5644.4473-1.9665,1.114-.4021-.6667-1.1312-1.114-1.9665-1.114-1.2689,0-2.2975,1.0286-2.2975,2.2975,0,.2901.056.5664.1541.822.7597,2.1852,4.1099,4.583,4.1099,4.583,0,0,3.3502-2.3979,4.1099-4.5831.0981-.2555.1541-.5319.1541-.822h0Z"/></svg>
Copied!