Password Pixel Art Icon
A password icon for login forms, credential managers, password-change flows and security settings panels.
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Password icon
A row of masked characters or dots representing a hidden password field. It fits sign-in screens, password-change dialogs, credential managers, and security preference panels where users manage their authentication secrets. Use it to label a 'Change password' button or to mark a form field as password type. For broader account security or two-factor authentication, a lock or shield icon signals a wider scope.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/password.svg" width="24" height="24" alt="Password" />
<!-- React -->
import { Password } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="password.svg" width="48" height="48" style="image-rendering: pixelated" />