The HugeIcons all bookmark icon visually represents a collection of saved items or a general bookmarking function, commonly used for features like saving articles, products, or favorite content.
Common uses
- Saving a list of favorite articles
- Marking multiple items for later
- General 'saved items' feature
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { AllBookmarkIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={AllBookmarkIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- saved itemsall savedcollection bookmarkmultiple bookmarks
FAQ
- What does the 'all bookmark' icon represent?
- It signifies a collection of bookmarks or a general function for saving multiple items. It's often used for features where users can save content for later access.
- How do I use the AllBookmarkIcon in React?
- Import both HugeiconsIcon and AllBookmarkIcon, then render it using <HugeiconsIcon icon={AllBookmarkIcon} />. Ensure you have '@hugeicons/react' and '@hugeicons/core-free-icons' installed.
- What is the license for this icon?
- The AllBookmarkIcon is distributed 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.
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 →