Align End Vertical Pixel Art Icon
A vertical end-align icon for aligning elements to the trailing edge along the vertical axis in design tools.
Tags
alignendvertical
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 End Vertical icon
Objects pushed to the end (bottom or trailing) of their vertical container, representing a 'Align to bottom' or flex-end action along the vertical axis. Use it in a design tool's align panel, a CSS visual inspector set to 'justify-content: flex-end', or any layout editor where items need to snap to the lower boundary of their group. Its vertical companion align-end-horizontal covers the same concept for the other axis. Both are specialist icons suited to design and development tooling.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/align-end-vertical.svg" width="24" height="24" alt="Align End Vertical" />
<!-- React -->
import { AlignEndVertical } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="align-end-vertical.svg" width="48" height="48" style="image-rendering: pixelated" />