The HugeIcons book 01 icon depicts an open book, commonly used to represent reading, learning, documentation, or a library in user interfaces.
Common uses
- Link to documentation or help section
- Displaying article or blog post previews
- Indicating a 'read more' action
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { Book01Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={Book01Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- open bookreadingdocumentationmanual
FAQ
- What is the Book01Icon typically used for?
- It's used for elements related to reading, learning, documentation, or accessing information like articles or help guides.
- How do I use the Book01Icon in a React project?
- Import it using `import { Book01Icon } from '@hugeicons/core-free-icons';` and render it as `<HugeiconsIcon icon={Book01Icon} />`.
- What is the license for this icon?
- The HugeIcons library, including the Book01Icon, is distributed 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 →