The Phosphor house line icon depicts a simple outline of a house, commonly used to represent the home page, main dashboard, or a primary location within a user interface.
Common uses
- Navigate to the homepage
- Indicate the user's current location
- Represent a primary system setting
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { HouseLine } from '@phosphor-icons/react';
<HouseLine size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<HouseLine size={24} />thin
<HouseLine size={24} weight="thin" />light
<HouseLine size={24} weight="light" />bold
<HouseLine size={24} weight="bold" />fill
<HouseLine size={24} weight="fill" />duotone
<HouseLine size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- maps & travel
- Keywords
- *updated*homesbuildingsplaceslocationsmaps & travelsystemhouselinehome iconbuilding iconmain page icondashboard icon
FAQ
- What is the house line icon used for?
- It's typically used to represent the home page, main dashboard, or a primary location in a UI. It can also signify a starting point or a main menu item.
- How do I use the house line icon in React?
- You can import and use it like this: `import { HouseLine } from '@phosphor-icons/react'`. Then render it as a component: `<HouseLine />`.
- What is the license for Phosphor icons?
- Phosphor icons are distributed under the MIT license, which allows for free use in both personal and commercial projects.
Related icons
The same idea in other libraries, and near matches in Phosphor.
Looking for something else? Search Phosphor and 4 more libraries by description →
The search behind these pages runs as a Claude Code skill. What skills are and how I ship them →