The HugeIcons arrow up 01 icon depicts a simple upward-pointing arrow and is commonly used to indicate actions like moving an item to a higher position, scrolling to the top, or signifying an increase.
Common uses
- Scroll to top button
- Increase/upward trend indicator
- Move item up in a list
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { ArrowUp01Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={ArrowUp01Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- up arrowascendtop arrowincrease
FAQ
- What is the primary purpose of the ArrowUp01Icon?
- This icon primarily signifies upward movement or direction. It's useful for actions like scrolling to the top of a page or indicating an increase in value.
- How do I use the ArrowUp01Icon in a React project?
- Import both HugeiconsIcon and ArrowUp01Icon, then render the icon using the <HugeiconsIcon icon={ArrowUp01Icon} /> component.
- What is the license for this icon?
- The HugeIcons arrow up 01 icon is released under the MIT license, allowing for free use in both personal and commercial projects.
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 →