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.
Tags
Style variants
base
Outline · rounded corners
sharp
Outline · sharp corners
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" />