Text Align Justify Box Pixel Art Icon
A justify-align icon inside a box for alignment buttons in box-style toolbars, design tokens, and formatting palettes.
Tags
alignjustifyboxpackagecontainer
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 Text Align Justify Box icon
The justify-alignment pattern enclosed in a bordered square, presenting text justification within a box-icon design language. Use it in toolbars that render all formatting buttons as bordered tiles, a design system's layout component, or a settings panel with box-style alignment pickers. It carries the same meaning as the plain text-align-justify icon: stretch text to fill both left and right margins. For open-style toolbars, the unboxed variant is the standard choice.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/text-align-justify-box.svg" width="24" height="24" alt="Text Align Justify Box" />
<!-- React -->
import { TextAlignJustifyBox } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="text-align-justify-box.svg" width="48" height="48" style="image-rendering: pixelated" />