Align Vertical Justify End Pixel Art Icon
A vertical justify-end icon for pushing stacked elements to the bottom of a container with even spacing.
Tags
alignverticaljustifyend
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 Justify End icon
A vertical justify control that positions a group of stacked elements toward the bottom of their container with equal internal spacing, equivalent to 'justify-content: flex-end' with gap on the vertical axis. Use it in a design-tool layout panel to anchor a column of items to the lower boundary while keeping consistent gaps. It pairs with align-vertical-justify-start and align-vertical-justify-center for a complete column-justification control set in design tools.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/align-vertical-justify-end.svg" width="24" height="24" alt="Align Vertical Justify End" />
<!-- React -->
import { AlignVerticalJustifyEnd } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="align-vertical-justify-end.svg" width="48" height="48" style="image-rendering: pixelated" />