The Lucide text align center icon visually represents the alignment of text to the center of its container, commonly used in rich text editors or formatting toolbars.
Common uses
- Centering text in a document editor
- Aligning headings in a UI component
- Formatting a block of text in a WYSIWYG editor
Use it in React
Install
npm i lucide-reactImport & render
import { TextAlignCenter } from 'lucide-react';
<TextAlignCenter size={24} />Details
- Library
- Lucide (1,713 icons)
- License
- ISC
- viewBox
0 0 24 24- Keywords
- textalignmentcenteraligncenter aligntext centeralign text center
FAQ
- What does the text align center icon represent?
- This icon signifies the action of aligning text to the horizontal center of its available space. It's a common control in text editing interfaces.
- How do I use this icon in React?
- You can import and use it in your React application like this: import { TextAlignCenter } from 'lucide-react'. Then render it as <TextAlignCenter />.
- What is the license for Lucide icons?
- Lucide icons, including the text align center icon, are distributed under the ISC license, which is a permissive free software license.
Related icons
The same idea in other libraries, and near matches in Lucide.
Looking for something else? Search Lucide 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 →