The HugeIcons door icon visually represents an entrance or exit and is commonly used to indicate navigation to a new section, logging in/out, or accessing a restricted area.
Common uses
- Login/Logout button
- Navigation to user profile
- Accessing settings or a private area
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { DoorIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={DoorIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- entranceexitportalentry
FAQ
- What does the door icon represent?
- It symbolizes an entrance or exit, often used for actions like logging in, logging out, or navigating to different sections of an application.
- How do I use the DoorIcon in React?
- Import both HugeiconsIcon and DoorIcon, then render it using <HugeiconsIcon icon={DoorIcon} />.
- What is the license for this icon?
- The HugeIcons door icon is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in HugeIcons.