Align Center Horizontal Pixel Art Icon
A horizontal center-align icon for centering design elements along a horizontal axis in layout and design tools.
Tags
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 Center Horizontal icon
Lines or shapes centered around a shared horizontal midpoint, the standard toolbar icon for horizontally centering selected objects. Use it in a design tool's align panel, a layout editor's alignment toolbar, or a CSS flexbox/grid visual control for 'align-items: center'. It targets the horizontal axis specifically; for centering vertically, align-center-vertical applies. In rich-text or paragraph editors, a center-align text button uses a different text-lines icon rather than this geometry-based one.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/align-center-horizontal.svg" width="24" height="24" alt="Align Center Horizontal" />
<!-- React -->
import { AlignCenterHorizontal } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="align-center-horizontal.svg" width="48" height="48" style="image-rendering: pixelated" />