Pixelarticons

Align Horizontal Justify End Pixel Art Icon

A justify-end-horizontally icon for pushing elements to the trailing end with equal spacing in design tool panels.

design Free 4 variants

Tags

alignhorizontaljustifyend

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 Horizontal Justify End icon

A horizontal justify control that positions elements toward the trailing (right) edge of their container with consistent spacing, similar to CSS 'justify-content: flex-end' with gap. Use it in a design-tool layout panel when a row of objects should cluster toward the right while maintaining equal internal gaps. It complements align-horizontal-justify-start and align-horizontal-justify-center to form a full suite of justify controls. Most relevant in professional design or developer-tool interfaces.

Usage

<!-- HTML -->
<img src="pixelarticons/svg/align-horizontal-justify-end.svg" width="24" height="24" alt="Align Horizontal Justify End" />

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

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

Related icons