The HugeIcons bookmark remove 01 icon depicts the action of removing a bookmark, commonly used in user interfaces to signify un-saving or deleting a bookmarked item.
Common uses
- Un-bookmarking an article
- Removing a saved page
- Deleting a favorite item
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { BookmarkRemove01Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={BookmarkRemove01Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- remove bookmarkdelete bookmarkun-saveunsave
FAQ
- What does the bookmark remove 01 icon represent?
- This icon represents the action of removing a bookmark or un-saving an item. It's used when a user wants to remove something they previously saved.
- How do I use the BookmarkRemove01Icon in React?
- To use it in React, import both HugeiconsIcon and BookmarkRemove01Icon, then render it as <HugeiconsIcon icon={BookmarkRemove01Icon} />.
- What is the license for this icon?
- This icon is part of the HugeIcons library and is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in HugeIcons.
Looking for something else? Search HugeIcons 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 →