Arrow Down 1 0 Pixel Art Icon
A downward arrow labeled 1-to-0, for numeric descending sort from highest to lowest on column headers and filter controls.
Tags
arrowdowndownwardbottombelow
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Arrow Down 1 0 icon
A downward arrow with '1' above '0', signaling that the column is sorted descending: larger numbers appear first. Use this on table column headers whenever data runs from highest to lowest, such as a price column sorted from most to least expensive. Its numeric labels make the sort order unambiguous at small sizes, outperforming a plain down arrow when both ascending and descending states must coexist in the same table.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/arrow-down-1-0.svg" width="24" height="24" alt="Arrow Down 1 0" />
<!-- React -->
import { ArrowDown10 } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="arrow-down-1-0.svg" width="48" height="48" style="image-rendering: pixelated" />