The HugeIcons bookmark off 01 icon visually represents an un-bookmarked state, commonly used to indicate that an item is not saved or favorited.
Common uses
- Button to save/unsave content
- Indicate a favorited item is no longer favorited
- Toggle for bookmarking functionality
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { BookmarkOff01Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={BookmarkOff01Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- unbookmarkremove bookmarknot savedunsave
FAQ
- What does the bookmark off icon mean?
- This icon signifies that an item is not currently bookmarked or saved. It's the inverse of a 'bookmark on' state.
- How do I use this icon in React?
- Import the icon component and render it using the HugeiconsIcon wrapper: import { BookmarkOff01Icon } from '@hugeicons/core-free-icons'; <HugeiconsIcon icon={BookmarkOff01Icon} />
- What is the license for this icon?
- This icon is provided under the MIT license, allowing for free use in both personal and commercial projects.
Related icons
The same idea in other libraries, and near matches in HugeIcons.