The HugeIcons text align center icon visually represents the alignment of text to the center of its container, commonly used in text editing tools and layout options.
Common uses
- Center-aligning paragraph text
- Centering a heading
- Setting text alignment in a rich text editor
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { TextAlignCenterIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={TextAlignCenterIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- center texttext alignment centeralign centercenter alignment
FAQ
- What does the text align center icon represent?
- This icon signifies the action of aligning text to the center of its available space. It's typically found in text formatting tools.
- How do I use the TextAlignCenterIcon in React?
- Import both HugeiconsIcon and TextAlignCenterIcon, then render them using: <HugeiconsIcon icon={TextAlignCenterIcon} />.
- What is the license for HugeIcons?
- HugeIcons are released under the MIT license, allowing for free use in both personal and commercial projects.
Related icons
The same idea in other libraries, and near matches in HugeIcons.
Looking for something else? Search HugeIcons 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 →