Door Closed Pixel Art Icon
A closed door icon for room-status indicators, privacy settings, session-end confirmations and access-control interfaces.
Tags
doorclosed
Style variants
base
Outline · rounded corners
sharp
Outline · sharp corners
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Door Closed icon
A rectangular closed door with a handle, the simple visual for an inaccessible or private space. Use it in a hotel or coworking-space room-status panel to show 'occupied', in a privacy settings page, or as a session-end or logout confirmation (closing the door on the session). It pairs naturally with door-open for a toggle that shows whether a room or resource is available. For a locked door specifically, door-closed-locked adds a padlock for stronger restricted-access communication.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/door-closed.svg" width="24" height="24" alt="Door Closed" />
<!-- React -->
import { DoorClosed } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="door-closed.svg" width="48" height="48" style="image-rendering: pixelated" />