Sort Alphabetic Pixel Art Icon
An alphabetic sort icon for ordering lists, tables, and file browsers by name from A to Z or Z to A.
Tags
sortalphabetic
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Sort Alphabetic icon
An icon combining letter indicators (like 'A' and 'Z') with a sort arrow, for toggling alphabetical sort on a column or list. File browsers, contact lists, and product catalogs all use alphabetic sorting as the default; this icon makes the sort mode recognizable at a glance. Click once for A-to-Z, again for Z-to-A. For numeric sorting the sort-numeric icon is the precise counterpart, and for visual symbol-based sort controls the arrow-down-a-z variants provide explicit labels.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/sort-alphabetic.svg" width="24" height="24" alt="Sort Alphabetic" />
<!-- React -->
import { SortAlphabetic } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="sort-alphabetic.svg" width="48" height="48" style="image-rendering: pixelated" />