Pixelarticons

Align Vertical Space Between Pixel Art Icon

A vertical space-between icon for distributing stacked elements with equal internal gaps and edges flush to the container.

design Free 4 variants

Tags

alignverticalspacebetween

Style variants

base

Outline · rounded corners

sharp

Outline · sharp corners

glyph

Filled · sharp corners

Get Pro

solid

Filled · rounded corners

Get Pro

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

About the Align Vertical Space Between icon

A column of elements where the first sits flush at the top, the last at the bottom, and all internal gaps are equal, the visual representation of 'justify-content: space-between' on the vertical axis. Use it in a design-tool distribution panel or CSS vertical-flex inspector when you want maximum vertical spread with no outer padding. Compared to space-around (which adds half-gaps at the top and bottom), here the endpoints touch the container boundaries, maximizing the use of available height.

Usage

<!-- HTML -->
<img src="pixelarticons/svg/align-vertical-space-between.svg" width="24" height="24" alt="Align Vertical Space Between" />

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

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

Related icons