The Heroicons arrow up icon depicts an upward-pointing arrow, commonly used to indicate an increase, a return to the top of a page, or a forward direction.
Common uses
- Scroll to top button
- Indicate positive trend or growth
- Navigation to a higher level or section
Use it in React
Install
npm i @heroicons/reactImport & render
import { ArrowUpIcon } from '@heroicons/react/24/outline';
<ArrowUpIcon className="size-6" />Styles
Heroicons ships this icon in 4 styles — each its own import:
24/outline
<ArrowUpIcon className="size-6" />24/solid
<ArrowUpIcon className="size-6" />20/solid
<ArrowUpIcon className="size-6" />16/solid
<ArrowUpIcon className="size-6" />Details
- Library
- Heroicons (324 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- arrowupup arrowincreasetopback to top
FAQ
- What is the arrow up icon used for?
- It visually represents upward movement, increase, or returning to the beginning of content.
- How do I use the arrow up icon in React?
- Import it using: `import { ArrowUpIcon } from '@heroicons/react/24/outline'` and then use it as a component: `<ArrowUpIcon className="h-6 w-6" />`.
- What is the license for Heroicons?
- Heroicons are released under the MIT license, allowing for free use in commercial and non-commercial projects.
Related icons
The same idea in other libraries, and near matches in Heroicons.