The Lucide user x icon depicts a user silhouette with an 'X' mark, commonly used to signify actions like removing a user, unfollowing, or indicating unavailability.
Common uses
- Button to remove a user from a group
- Unfollow button on a social media profile
- Status indicator for an unavailable user
Use it in React
Install
npm i lucide-reactImport & render
import { UserX } from 'lucide-react';
<UserX size={24} />Details
- Library
- Lucide (1,713 icons)
- License
- ISC
- viewBox
0 0 24 24- Keywords
- deleteremoveunfollowunsubscribeunavailableuserxdelete userremove userblock user
FAQ
- What does the user x icon represent?
- It represents the action of removing, deleting, or indicating the unavailability of a user. This could be unfollowing, unsubscribing, or blocking.
- How do I use the user x icon in React?
- You can import and use it directly from the 'lucide-react' library like this: import { UserX } from 'lucide-react'.
- What is the license for Lucide icons?
- Lucide icons, including the user x icon, are available under the ISC license, which is a permissive open-source license.
Related icons
The same idea in other libraries, and near matches in Lucide.
Looking for something else? Search Lucide 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 →