The Lucide bookmark x icon visually represents the action of removing or canceling a bookmark, often used to signify unmarking or deleting a saved item.
Common uses
- Unbookmarking an article
- Removing a saved item from a list
- Canceling a 'favorite' action
Use it in React
Install
npm i lucide-reactImport & render
import { BookmarkX } from 'lucide-react';
<BookmarkX size={24} />Details
- Library
- Lucide (1,713 icons)
- License
- ISC
- viewBox
0 0 24 24- Keywords
- readclipmarkertagcancelclosedeleteremoveclearbookmarkxunbookmarkremove bookmarkcancel bookmarkdelete bookmark
FAQ
- What does the bookmark x icon mean?
- It signifies the removal or cancellation of a bookmark. Use it when a user wants to un-save or delete a previously marked item.
- How do I use the bookmark x icon in React?
- You can import and use it directly from the 'lucide-react' library. The import statement is: `import { BookmarkX } from 'lucide-react'`.
- What is the license for Lucide icons?
- Lucide icons, including the bookmark 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 →