Text Align Justify Pixel Art Icon
A justify-align icon for stretching text to fill both margins in editors, page builders, and typography controls.
Tags
alignjustify
Style variants
base
Outline ยท rounded corners
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Text Align Justify icon
Horizontal lines of identical full width, representing justified text that stretches to fill both left and right margins. Use it in a rich-text editor's alignment toolbar, a page-layout tool's typography panel, or a print-document editor where justified text is common. It is the fourth alignment option alongside left, center, and right. Justified text can create large gaps in narrow columns, so this icon works best in wide-column layout contexts such as newspaper-style or book-style editors.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/text-align-justify.svg" width="24" height="24" alt="Text Align Justify" />
<!-- React -->
import { TextAlignJustify } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="text-align-justify.svg" width="48" height="48" style="image-rendering: pixelated" />