Sort Vertical Pixel Art Icon
A vertical sort icon for reordering rows top-to-bottom, adjusting list priority, and toggling vertical ordering in tables.
Tags
sortvertical
Style variants
base
Outline ยท rounded corners
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Sort Vertical icon
A sort icon indicating vertical reordering, typically two arrows pointing up and down alongside a column of items. It signals that rows or list items can be sorted along the vertical axis. Use it on column headers in a table, on list controls in a settings panel, or as the handle for drag-to-reorder in a vertical list. Sort-horizontal is the counterpart for columns arranged side by side; for a combined control, arrows-vertical covers both directions.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/sort-vertical.svg" width="24" height="24" alt="Sort Vertical" />
<!-- React -->
import { SortVertical } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="sort-vertical.svg" width="48" height="48" style="image-rendering: pixelated" />