Ihg Hotel Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ihg 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/327335.svg" alt="Ihg Hotel icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327335.svg" alt="Ihg Hotel icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327335.svg" alt="Ihg Hotel icon" :width="24" :height="24" />
CSS background
.icon-ihg-hotel {
background-image: url('https://proicons.com/icon/327335.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="c" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><line class="c" x1="11.479" y1="18.216" x2="11.479" y2="29.784"/><line class="c" x1="16.48" y1="18.216" x2="16.48" y2="29.784"/><line class="c" x1="24" y1="18.216" x2="24" y2="29.784"/><line class="c" x1="16.48" y1="23.978" x2="24" y2="23.978"/><path class="c" d="M36.521,22.048c0-2.1163-1.6833-3.8317-3.76-3.8317s-3.76,1.7155-3.76,3.8317v3.904c0,2.1163,1.6833,3.8317,3.76,3.8317s3.76-1.7155,3.76-3.8317h-3.76"/></svg>
Copied!