The Phosphor sign out icon visually represents the action of exiting or logging out of a system or application.
Common uses
- User profile menu item for logging out
- Button to end a session
- Confirmation dialog for exiting
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { SignOut } from '@phosphor-icons/react';
<SignOut size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<SignOut size={24} />thin
<SignOut size={24} weight="thin" />light
<SignOut size={24} weight="light" />bold
<SignOut size={24} weight="bold" />fill
<SignOut size={24} weight="fill" />duotone
<SignOut size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- system
- Keywords
- *updated*signoutlogoutlog outexitsystemsignoutsignoff
FAQ
- What is the purpose of the sign out icon?
- It's used to indicate the action of logging out or exiting from a user account or application.
- How do I use the sign out icon in React?
- Import it from the library like this: import { SignOut } from '@phosphor-icons/react'. Then use it as a component: <SignOut />.
- What is the license for the Phosphor sign out icon?
- The Phosphor icon library, including the sign out icon, is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in Phosphor.
Looking for something else? Search Phosphor and 4 more libraries by description →
The search behind these pages runs as a Claude Code skill. What skills are and how I ship them →