Arrow Down Z A Pixel Art Icon
A downward arrow labeled Z-to-A, for reverse-alphabetical sort on column headers, lists, and filter dropdowns.
Tags
arrowdowndownwardbottombelow
Style variants
base
Outline · rounded corners
sharp
Outline · sharp corners
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Arrow Down Z A icon
A downward arrow with 'Z' above 'A', signaling reverse-alphabetical sort so that Z-starting items appear first. Table headers, search result filters, and contact lists all use this to expose the option to flip the default A-to-Z order. The explicit lettering makes the direction unambiguous at a glance, unlike a bare down arrow that requires context. Arrow-down-a-z is its direct counterpart for standard alphabetical order.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/arrow-down-z-a.svg" width="24" height="24" alt="Arrow Down Z A" />
<!-- React -->
import { ArrowDownZA } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="arrow-down-z-a.svg" width="48" height="48" style="image-rendering: pixelated" />