Arrow Up 0 1 Pixel Art Icon
An upward arrow labeled 0-to-1, for numeric ascending sort from lowest to highest on column headers and data tables.
Tags
arrowupupwardtopabove
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Arrow Up 0 1 icon
An upward arrow labeled '0' above '1', indicating ascending numeric sort: the column rises from smallest at the bottom to largest at the top, or the sort runs 0 to 1. This orientation suits interfaces where 'up' means increasing value. In most western conventions the downward arrow-down-0-1 is more common for ascending lists, but some design systems reverse the metaphor; use whichever matches your table's visual grammar consistently.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/arrow-up-0-1.svg" width="24" height="24" alt="Arrow Up 0 1" />
<!-- React -->
import { ArrowUp01 } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="arrow-up-0-1.svg" width="48" height="48" style="image-rendering: pixelated" />