The HugeIcons arrow up double icon depicts two upward-pointing arrows and is typically used to indicate moving to the top of a page or list, or a significant upward trend.
Common uses
- Scroll to top button
- Jump to first item
- Indicate price increase
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { ArrowUpDoubleIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={ArrowUpDoubleIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- double arrow upscroll topupward trendfast forward
FAQ
- What is the purpose of the arrow up double icon?
- This icon signifies moving upwards, often used for scrolling to the top of content or indicating an upward trend.
- How do I use the ArrowUpDoubleIcon in React?
- Import both HugeiconsIcon and ArrowUpDoubleIcon, then render it using <HugeiconsIcon icon={ArrowUpDoubleIcon} />.
- What is the license for this icon?
- The HugeIcons arrow up double icon 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 →