Pixelarticons

Arrow Up Narrow Wide Pixel Art Icon

An upward arrow with lines widening toward the top, for sort-ascending-by-size or expand-upward layout controls.

arrows Free 1 variant

Tags

arrowupupwardtopabovenarrowwide

Style variants

base

Outline ยท rounded corners

Base, sharp, solid or glyph: see how the four styles differ and which to use.

About the Arrow Up Narrow Wide icon

An upward arrow accompanied by lines that narrow at the bottom and widen toward the top, encoding a scale that grows as it rises. It suits 'sort by ascending size' controls where the largest item ends up at the top, or a layout gesture where content fans out upward. Its sibling arrow-up-wide-narrow covers the converging case. These two are particularly useful in design tools and data-visualization toolbars where size ordering needs a dedicated icon.

Usage

<!-- HTML -->
<img src="pixelarticons/svg/arrow-up-narrow-wide.svg" width="24" height="24" alt="Arrow Up Narrow Wide" />

<!-- React -->
import { ArrowUpNarrowWide } from 'pixelarticons/react'

<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="arrow-up-narrow-wide.svg" width="48" height="48" style="image-rendering: pixelated" />

Related icons