The Tabler door icon depicts a simple doorway, commonly used to represent actions like entering, exiting, or accessing a new section or room within an application.
Common uses
- Login/Logout button
- Navigation to a new page/section
- Access control indicator
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconDoor } from '@tabler/icons-react';
<IconDoor size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- System
- Keywords
- entrancehomehouseroomdoorsystemexit
FAQ
- What does the door icon represent?
- It signifies an entrance or exit point, often used for actions like logging in, logging out, or navigating to a different area.
- How do I use the door icon in React?
- You can import and use it like this: import { IconDoor } from '@tabler/icons-react'. Then render it as <IconDoor />.
- What is the license for this icon?
- The Tabler icon library, including the door icon, is available 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 →