The HugeIcons logout 04 icon depicts a right-pointing arrow emerging from a horizontal line, commonly used to signify the action of exiting or signing out of an application or system.
Common uses
- Sign out button
- Exit application prompt
- End user session
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { Logout04Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={Logout04Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- sign outexitlog offclose session
FAQ
- What does the Logout04Icon represent?
- The Logout04Icon visually represents the action of logging out or exiting a system. It's a standard affordance for ending a user's session.
- How do I use the Logout04Icon in a React application?
- To use it in React, import both HugeiconsIcon and Logout04Icon from their respective packages and render the icon component like this: <HugeiconsIcon icon={Logout04Icon} />.
- What is the license for HugeIcons?
- HugeIcons are distributed under the MIT license, which allows for free use in both personal and commercial projects.
Related icons
The same idea in other libraries, and near matches in HugeIcons.
Looking for something else? Search HugeIcons 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 →