The Lucide user round check icon depicts a user profile with a checkmark, commonly used to indicate a completed user action, successful verification, or a task assigned to a user that has been finished.
Common uses
- Marking a user's profile as verified.
- Indicating a completed step in a user onboarding process.
- Showing a task assigned to a user has been completed.
Use it in React
Install
npm i lucide-reactImport & render
import { UserRoundCheck } from 'lucide-react';
<UserRoundCheck size={24} />Details
- Library
- Lucide (1,713 icons)
- License
- ISC
- viewBox
0 0 24 24- Keywords
- followedsubscribeddonetodotickcompletetaskuserroundcheckverified usertask completeuser donesubscription complete
FAQ
- What does the user round check icon represent?
- It signifies a user who has completed a task, been verified, or successfully subscribed to something.
- How do I use this icon in React?
- Import it from 'lucide-react' as UserRoundCheck and use it in your JSX: <UserRoundCheck />.
- What is the license for this icon?
- This icon is provided 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 →