John KuehJohn Kueh

arrow small up icon

Heroicons · arrow-small-up · MIT

Download SVG

The Heroicons arrow small up icon depicts a small upward-pointing arrow, commonly used to indicate an increase, a return to the top of a page, or a positive trend.

Common uses

  • Scroll to top button
  • Positive change indicator
  • Navigation to the beginning

Use it in React

Install
npm i @heroicons/react
Import & render
import { ArrowSmallUpIcon } from '@heroicons/react/24/outline';

<ArrowSmallUpIcon className="size-6" />

Styles

Heroicons ships this icon in 3 styles — each its own import:

24/outline
<ArrowSmallUpIcon className="size-6" />
24/solid
<ArrowSmallUpIcon className="size-6" />
20/solid
<ArrowSmallUpIcon className="size-6" />

Details

Library
Heroicons (324 icons)
License
MIT
viewBox
0 0 24 24
Keywords
arrowsmallupup arrowincrease iconchevron upback to top

FAQ

What is the arrow-small-up icon used for?
It's typically used to signify an upward movement, increase, or returning to the top of a content area.
How do I use this icon in React?
Import it using `import { ArrowSmallUpIcon } from '@heroicons/react/24/outline'` and then use it as a React component.
What is the license for this icon?
The Heroicons library, including this icon, is available under the MIT license.

Related icons

The same idea in other libraries, and near matches in Heroicons.

Looking for something else? Search Heroicons 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 →