Lock Pixel Art Icon
A closed-padlock icon for password fields, private content, locked settings and secure-connection indicators.
Tags
secureprivatepadlock
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 Lock icon
A closed padlock, the plain-language symbol for anything secured or restricted. Use it on password fields, private content, locked settings, encrypted connections, and premium features behind a paywall. A closed lock reads as 'protected' or 'you cannot change this,' while the open-lock variant signals unlocked access. It is reassuring on sign-in forms and anywhere users need to know their data is safe.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/lock.svg" width="24" height="24" alt="Lock" />
<!-- React -->
import { Lock } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="lock.svg" width="48" height="48" style="image-rendering: pixelated" />