The HugeIcons airbnb icon depicts a house or home symbol, commonly used to represent accommodation, lodging, or travel-related services.
Common uses
- Accommodation booking buttons
- Travel app navigation
- Real estate listings
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { AirbnbIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={AirbnbIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- home iconhouse iconlodging iconaccommodation icon
FAQ
- What does the Airbnb icon represent?
- It represents a house or home, often used for travel, lodging, or accommodation services.
- How do I use the Airbnb icon in React?
- Import both HugeiconsIcon and AirbnbIcon, then render <HugeiconsIcon icon={AirbnbIcon} />.
- What is the license for this icon?
- This icon is distributed under the MIT license.