The Lucide bookmark check icon visually represents a bookmarked item that has been completed or marked as finished, commonly used to indicate a task, article, or item of interest that is done.
Common uses
- Marking a task as complete in a to-do list.
- Indicating a read article or saved post.
- Confirming a saved item has been processed.
Use it in React
Install
npm i lucide-reactImport & render
import { BookmarkCheck } from 'lucide-react';
<BookmarkCheck size={24} />Details
- Library
- Lucide (1,713 icons)
- License
- ISC
- viewBox
0 0 24 24- Keywords
- readfinishedcompleteclipmarkertagtasktodobookmarkcheckfinished bookmarkcompleted taskread markertask done
FAQ
- What does the bookmark check icon signify?
- It signifies that an item, such as a task or article, has been bookmarked and is now considered complete or finished.
- How do I use the bookmark check icon in React?
- You can import and use it in your React components like this: import { BookmarkCheck } from 'lucide-react'.
- What is the license for the Lucide bookmark check icon?
- The Lucide icon library, including the bookmark check icon, is available under the ISC 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 →