Square Chevrons Vertical Pixel Art Icon
Double vertical chevrons inside a square for sort toggles, large-step scroll controls, and row-reorder affordances in boxy layouts.
Tags
squarechevronsvertical
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Square Chevrons Vertical icon
Two vertical chevrons set within a square frame, signaling multi-step vertical movement or a sortable column state within a boxy design system. Table column headers use this to indicate an unsorted column ready for user interaction. It also suits large-increment vertical scroll buttons or drag handles on reorderable rows. Single square-chevron-up and square-chevron-down are the lighter counterparts for one-step directional actions.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/square-chevrons-vertical.svg" width="24" height="24" alt="Square Chevrons Vertical" />
<!-- React -->
import { SquareChevronsVertical } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="square-chevrons-vertical.svg" width="48" height="48" style="image-rendering: pixelated" />