Pixelarticons

Chevrons Vertical Pixel Art Icon

A pair of double vertical chevrons for fast scroll, sort toggle, or expandable row controls in tables and list views.

arrows Free 1 variant

Tags

chevronsvertical

Style variants

base

Outline ยท rounded corners

Base, sharp, solid or glyph: see how the four styles differ and which to use.

About the Chevrons Vertical icon

Two vertically stacked chevrons (up and down or two in the same direction), indicating a stronger vertical movement or a sortable column toggle. Tables frequently use double vertical chevrons as a column-sort indicator when no sort is active, inviting the user to click and choose a direction. They also appear on drag handles for rows that can be reordered. For fixed-direction scrolling cues, a single chevron is less ambiguous.

Usage

<!-- HTML -->
<img src="pixelarticons/svg/chevrons-vertical.svg" width="24" height="24" alt="Chevrons Vertical" />

<!-- React -->
import { ChevronsVertical } from 'pixelarticons/react'

<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="chevrons-vertical.svg" width="48" height="48" style="image-rendering: pixelated" />

Related icons