Scroll Vertical Pixel Art Icon
A vertical scroll indicator for long pages, overflow text areas, and scrollable lists that extend beyond the viewport.
Tags
scrollvertical
Style variants
base
Outline ยท rounded corners
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Scroll Vertical icon
An icon indicating that content extends vertically beyond the visible area. Use it as a scroll hint at the bottom of a long card, as a label on a scrollable text region in a form, or as an affordance inside a fixed-height container. On touch devices it reassures users that more content is below the fold. Scroll-horizontal is its counterpart for sideways overflow. A plain down arrow can substitute, but this icon names the interaction explicitly.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/scroll-vertical.svg" width="24" height="24" alt="Scroll Vertical" />
<!-- React -->
import { ScrollVertical } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="scroll-vertical.svg" width="48" height="48" style="image-rendering: pixelated" />