The Lucide book up icon depicts a book with an upward arrow, commonly used to represent actions like pushing code to a repository or uploading documents.
Common uses
- Pushing code to Git
- Uploading a document
- Submitting a version
Use it in React
Install
npm i lucide-reactImport & render
import { BookUp } from 'lucide-react';
<BookUp size={24} />Details
- Library
- Lucide (1,713 icons)
- License
- ISC
- viewBox
0 0 24 24- Keywords
- codecodingversion controlgitrepositorypushbookupupload bookpush codesubmit document
FAQ
- What does the book up icon represent?
- It signifies an action of sending something upwards, often related to code repositories (like pushing) or document uploads.
- How do I use the book up icon in React?
- You can import it using `import { BookUp } from 'lucide-react'` and then use it as a component: `<BookUp />`.
- What is the license for the Lucide book up icon?
- The Lucide icon library, including the book up icon, is available under the ISC license.
Related icons
The same idea in other libraries, and near matches in Lucide.
Looking for something else? Search Lucide 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 →