The Tabler layout align center icon visually represents the alignment of elements to the center of a container, commonly used in UI design to indicate centering options or to display content that is centrally aligned.
Common uses
- Centering text or images in a content block.
- Aligning form elements to the middle of the screen.
- Indicating a 'center align' option in a rich text editor toolbar.
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconLayoutAlignCenter } from '@tabler/icons-react';
<IconLayoutAlignCenter size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconLayoutAlignCenter size={24} stroke={2} />filled
<IconLayoutAlignCenterFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Design
- Keywords
- positiondesignlayoutaligncentercreativeartisticvisualaestheticstylecenter alignalign middlehorizontal centercontent center
FAQ
- What is the layout align center icon used for?
- This icon is typically used to represent the action or state of aligning content to the horizontal center. It's common in design tools and editors.
- How do I use this icon in React?
- You can import and use it directly in your React components like this: import { IconLayoutAlignCenter } from '@tabler/icons-react'.
- What is the license for this icon?
- The Tabler icons, including layout-align-center, are available under the MIT license.
Related icons
The same idea in other libraries, and near matches in Tabler.
Looking for something else? Search Tabler and 4 more libraries by description →
The search behind these pages runs as a Claude Code skill. What skills are and how I ship them →