Logout Pixel Art Icon
A logout icon for sign-out buttons, 'End session' actions, account switching prompts, and secure exit flows.
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 Logout icon
An arrow exiting a door or frame, the standard symbol for ending a session and signing out of an account. Use it on a 'Log out' button in a user menu, a 'Sign out of all devices' action in security settings, or a session-expiry prompt asking users to re-authenticate. Users expect it in the account dropdown and recognize it immediately. Its counterpart is login. For full account deletion, a dedicated 'Delete account' flow needs distinct visual treatment to avoid confusion.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/logout.svg" width="24" height="24" alt="Logout" />
<!-- React -->
import { Logout } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="logout.svg" width="48" height="48" style="image-rendering: pixelated" />