The HugeIcons arrow up zero one icon depicts an upward-pointing arrow with a zero and a one, often used to indicate an increase, a positive change, or a specific numerical value in a sequence.
Common uses
- Displaying stock price increases
- Indicating a positive trend
- Showing the first item in a list
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { ArrowUpZeroOneIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={ArrowUpZeroOneIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- up arrow 01increase iconpositive changefirst item
FAQ
- What does the ArrowUpZeroOneIcon represent?
- This icon represents an upward arrow combined with the digits '0' and '1'. It's commonly used to signify an increase, a positive change, or the first position.
- How do I use ArrowUpZeroOneIcon in React?
- Import both HugeiconsIcon and ArrowUpZeroOneIcon, then render the icon using <HugeiconsIcon icon={ArrowUpZeroOneIcon} />.
- What is the license for this icon?
- The ArrowUpZeroOneIcon is part of the HugeIcons library and 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 →