Door Closed Locked Pixel Art Icon
A locked door icon for secure-room access, restricted-content gates, account-lockout states and security settings.
Tags
doorclosedlocked
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Door Closed Locked icon
A closed door with a visible padlock or lock indicator, combining the inaccessibility of a closed door with the security meaning of a lock. Use it on a restricted-access room in a building-management system, a paywalled content gate, a temporarily locked user account screen, or a security-settings section for physical-access control. It is stronger than door-closed alone when you need to communicate 'you cannot enter this here, and this is intentional security rather than simple vacancy'.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/door-closed-locked.svg" width="24" height="24" alt="Door Closed Locked" />
<!-- React -->
import { DoorClosedLocked } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="door-closed-locked.svg" width="48" height="48" style="image-rendering: pixelated" />