The HugeIcons arrow up 03 icon depicts a simple upward-pointing arrow and is typically 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 { ArrowUp03Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={ArrowUp03Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- up arrowtop arrowincrease iconscroll up
FAQ
- What is the purpose of the ArrowUp03Icon?
- This icon represents upward movement or increase. It's commonly used for actions like returning to the top of a page or indicating a positive change.
- How do I use the ArrowUp03Icon in React?
- Import both HugeiconsIcon and ArrowUp03Icon, then render it using <HugeiconsIcon icon={ArrowUp03Icon} />. Ensure you have the correct imports: import { HugeiconsIcon } from '@hugeicons/react'; import { ArrowUp03Icon } from '@hugeicons/core-free-icons';
- What is the license for this icon?
- The HugeIcons library, including the ArrowUp03Icon, 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 →