Door Open Pixel Art Icon
An open door icon for available rooms, onboarding welcome screens, sign-in flows and 'Come on in' welcome states.
Tags
dooropen
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Door Open icon
A door swung open, suggesting access, welcome, and availability. Use it in a room-booking system to show an available slot, a user-onboarding flow's welcome screen, a coworking-app's 'room available' status, or a check-in screen that signals entry. Its optimistic, open meaning contrasts directly with door-closed (occupied) and door-closed-locked (restricted). In a navigation context it can indicate 'enter' or 'sign in' as a friendlier alternative to a plain arrow or key icon.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/door-open.svg" width="24" height="24" alt="Door Open" />
<!-- React -->
import { DoorOpen } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="door-open.svg" width="48" height="48" style="image-rendering: pixelated" />