Hotel Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The 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/305871.svg" alt="Hotel icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305871.svg" alt="Hotel icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305871.svg" alt="Hotel icon" :width="24" :height="24" />
CSS background
.icon-hotel {
background-image: url('https://proicons.com/icon/305871.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="M153 460c0-8-3-16-9-23s-15-11-24-11-17 4-23 11-10 15-10 23v478h66V803h694v134h66V736H153V460zm62 33c-12 12-18 27-18 44s6 31 18 43 26 18 42 18 32-6 44-18 19-26 19-43-7-31-19-44c-12-12-27-18-44-18s-30 6-42 18zm650 63l-483-48c-8 0-16 3-21 9-6 6-9 14-9 22v95H229c-20 0-31 9-31 26s11 25 31 25h684v-82c0-13-5-24-14-32s-21-13-34-15zM492 142c2-2 5-4 8-6 17 13 33 26 49 39 88 71 175 141 262 211h106c-2-1-4-3-5-5-63-50-125-100-188-150L527 73c-17-14-37-14-54 0-73 58-145 116-218 174-55 45-111 90-167 135-2 2-4 3-5 4h106c101-81 202-163 303-244z"/></svg>
Copied!