Sort Horizontal Pixel Art Icon
A horizontal sort icon for reordering columns left-to-right, prioritizing table fields sideways, and adjusting display order.
Tags
sorthorizontal
Style variants
base
Outline ยท rounded corners
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Sort Horizontal icon
A sort icon with a horizontal orientation, indicating that items are being arranged along the horizontal axis rather than vertically. Use it for controls that reorder table columns, rearrange horizontally scrolling items, or adjust the left-to-right display priority of fields. It differs from sort-vertical in axis only; both signal the same concept of ordering but in perpendicular directions. Labels help clarify the exact sorting criterion when multiple horizontal sorts are possible.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/sort-horizontal.svg" width="24" height="24" alt="Sort Horizontal" />
<!-- React -->
import { SortHorizontal } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="sort-horizontal.svg" width="48" height="48" style="image-rendering: pixelated" />