The HugeIcons book up two icon depicts a book with an upward-pointing arrow, commonly used to represent actions like uploading, submitting, or advancing content related to a book or document.
Common uses
- Upload document button
- Submit assignment action
- Next chapter/page navigation
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { BookUpTwoIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={BookUpTwoIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- upload booksubmit documentbook arrow updocument upload
FAQ
- What does the book up two icon represent?
- This icon symbolizes the action of uploading, submitting, or moving forward with a book or document.
- How do I use the BookUpTwoIcon in React?
- Import it using `import { BookUpTwoIcon } from '@hugeicons/core-free-icons';` and render it as `<HugeiconsIcon icon={BookUpTwoIcon} />`.
- What is the license for this icon?
- The HugeIcons library, including this icon, 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 →