Airbnb Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Airbnb 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/321501.svg" alt="Airbnb icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321501.svg" alt="Airbnb icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321501.svg" alt="Airbnb icon" :width="24" :height="24" />
CSS background
.icon-airbnb {
background-image: url('https://proicons.com/icon/321501.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="layer1"><path id="path2" class="cls-1" d="M42,32.36c-.2-.49-.38-1-.58-1.44l-.93-2.09,0,0c-2.75-6-5.69-12.09-8.8-18.09l-.12-.25c-.32-.59-.63-1.24-.95-1.84a11.68,11.68,0,0,0-1.43-2.19,6.61,6.61,0,0,0-10.24,0,14.76,14.76,0,0,0-1.42,2.19c-.32.65-.63,1.29-.95,1.88l-.13.25c-3.06,6-6,12.09-8.79,18.09l-.08.07c-.27.65-.6,1.32-.91,2.05-.2.44-.4.91-.6,1.44a8.49,8.49,0,0,0,9,11.52,10.44,10.44,0,0,0,4-1.37A20.29,20.29,0,0,0,24,38.4a21.21,21.21,0,0,0,4.94,4.16,10.43,10.43,0,0,0,5,1.44,8.48,8.48,0,0,0,8.43-7.28A7.42,7.42,0,0,0,42,32.35Zm-17.93,6c-3.2-4.08-5.28-7.84-6-11a9.74,9.74,0,0,1-.18-3.65,5.76,5.76,0,0,1,1-2.49,6.3,6.3,0,0,1,5.2-2.62,6.13,6.13,0,0,1,5.2,2.61,5.8,5.8,0,0,1,.95,2.5,9.4,9.4,0,0,1-.19,3.65c-.7,3.16-2.78,6.95-6,11Z"/></g></svg>
Copied!