The Phosphor door icon depicts a standard doorway, commonly used to represent actions related to entering, exiting, or accessing different areas within an application.
Common uses
- Login/Logout buttons
- Navigation to new sections
- Exit or close modals
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { Door } from '@phosphor-icons/react';
<Door size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<Door size={24} />thin
<Door size={24} weight="thin" />light
<Door size={24} weight="light" />bold
<Door size={24} weight="bold" />fill
<Door size={24} weight="fill" />duotone
<Door size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- objects
- Keywords
- entranceexitobjectsdoorportalgateway
FAQ
- What does the door icon represent?
- It represents a doorway, symbolizing entry, exit, or access to different parts of an interface.
- How do I use the door icon in React?
- You can import and use it like this: import { Door } from '@phosphor-icons/react'. Then render it as <Door />.
- What is the license for the Phosphor door icon?
- The Phosphor icon library, including the door icon, is available under the MIT license.
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 →