Lock 2 Pixel Art Icon
An alternate padlock icon in a second style for secured content, private settings, password-protected pages and encrypted data labels.
Tags
locksecureprivatepadlock
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Lock 2 icon
A padlock drawn in a second geometric style, offering an alternative to the primary lock icon while carrying the same meaning: this content or feature is protected, private, or requires authentication. Use it when the default lock shape does not match the surrounding icon set aesthetically, or when you need a visual distinction between a locked and an unlocking state. For content that has been unlocked or made public, the unlock or unlock-2 icon forms the natural counterpart.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/lock-2.svg" width="24" height="24" alt="Lock 2" />
<!-- React -->
import { Lock2 } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="lock-2.svg" width="48" height="48" style="image-rendering: pixelated" />