Login Pixel Art Icon
A login icon for sign-in pages, 'Log in' buttons, authentication entry points, and session-start actions.
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 Login icon
An arrow entering a door or frame, representing the action of signing into an account or system. Use it on a 'Log in' button, a sign-in page header, a session-start trigger in a locked screen, or an authentication step in a multi-factor flow. Users recognize it as the entry point to a protected area. Its visual opposite is logout, showing an arrow leaving the frame. For account creation rather than signing in, a user-plus or register icon is more precise.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/login.svg" width="24" height="24" alt="Login" />
<!-- React -->
import { Login } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="login.svg" width="48" height="48" style="image-rendering: pixelated" />