The HugeIcons arrow up 02 icon depicts an upward-pointing arrow and is commonly used to indicate actions like scrolling to the top of a page, increasing a value, or navigating upwards.
Common uses
- Scroll to top button
- Increase quantity/value
- Navigate to parent directory
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { ArrowUp02Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={ArrowUp02Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- up arrowtop arrowscroll upincrease
FAQ
- What is the purpose of the ArrowUp02Icon?
- This icon represents upward movement and is used for actions such as returning to the top of content or indicating an increase.
- How do I use ArrowUp02Icon in React?
- Import it using `import { ArrowUp02Icon } from '@hugeicons/core-free-icons';` and render it with `<HugeiconsIcon icon={ArrowUp02Icon} />` after importing `HugeiconsIcon` from '@hugeicons/react'.
- What is the license for this icon?
- The ArrowUp02Icon is distributed under the MIT license, allowing for free use.
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 →