The Phosphor house icon visually represents a home or dwelling, commonly used in user interfaces to signify the main page, homepage, or a user's residence.
Common uses
- Navigate to the homepage
- Indicate a user's primary location
- Represent a 'home' setting in a dashboard
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { House } from '@phosphor-icons/react';
<House size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<House size={24} />thin
<House size={24} weight="thin" />light
<House size={24} weight="light" />bold
<House size={24} weight="bold" />fill
<House size={24} weight="fill" />duotone
<House size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- maps & travel
- Keywords
- homesbuildingsplaceslocationsmaps & travelsystemhousehomebuildingresidencemain page
FAQ
- What is the house icon used for?
- It's typically used to represent a homepage, main menu item, or a user's home location within an application.
- How do I use the house icon in React?
- Import it from the library like this: import { House } from '@phosphor-icons/react'. Then use it as a component: <House />.
- What is the license for Phosphor icons?
- Phosphor icons are distributed under the MIT license, allowing for free use in both personal and commercial projects.
Related icons
The same idea in other libraries, and near matches in Phosphor.