The Tabler home icon depicts a stylized house and is commonly used to represent the main page, dashboard, or starting point of an application.
Common uses
- Navigation to the homepage
- User dashboard link
- Default landing page indicator
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconHome } from '@tabler/icons-react';
<IconHome size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconHome size={24} stroke={2} />filled
<IconHomeFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Buildings
- Keywords
- housedashboardlivingbuildinghomemainarchitecturestructurestartconstructionbuildingsmain page
FAQ
- What does the home icon represent?
- It symbolizes a house, typically used for the main or starting page of a website or application.
- How do I use the home icon in React?
- Import it from '@tabler/icons-react' like this: import { IconHome } from '@tabler/icons-react'.
- What is the license for the Tabler home icon?
- The Tabler icon library, including the home icon, is released under the MIT license.
Related icons
The same idea in other libraries, and near matches in Tabler.
Looking for something else? Search Tabler 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 →