Account Logout Solid Icon
<i class="cis-account-logout"></i>About
The account logout solid icon is essential for user authentication and session management in web projects. Use this icon to indicate logout functionality, session termination, or sign-out actions. Perfect for admin panels, user dashboards, and any application requiring secure authentication flows built with HTML.
The solid style provides clear visual communication while maintaining professional appearance across all screen sizes, making it ideal for both desktop and mobile web projects. This icon integrates seamlessly with CoreUI’s icon library.
Common Use Cases
Logout Button
Add logout functionality to navigation bars in your web project
Session Timeout Indicator
Show when user session expires in your HTML dashboards
Account Switcher
Enable account switching or sign-out in multi-user HTML apps
Best Practices
- Place logout icon in consistent location across your app for better UX
- Confirm logout action with dialog to prevent accidental sign-outs
- Provide clear aria-label like 'Sign out' for accessibility
Installation
To start using CoreUI Icons in your project, you need to install the package as a dependency. Follow the instructions below based on your package manager of choice:
Using npm
npm install @coreui/icons-proUsing yarn
yarn add @coreui/icons-proUsage
Once you have the package installed, you can use the icons in your project. Here's a basic example:
<i class="cis-account-logout"></i>Read the full CoreUI Icons documentation for HTML to see all available usage patterns and options.