John KuehJohn Kueh

text align center icon

Phosphor · text-align-center · MIT

Download SVG

The Phosphor text align center icon visually represents the alignment of text to the center of a container, commonly used in text editing tools and document formatting interfaces.

Common uses

  • Center-aligning paragraph text in a rich text editor.
  • Centering a heading or title on a page.
  • Aligning form labels or input placeholder text.

Use it in React

Install
npm i @phosphor-icons/react
Import & render
import { TextAlignCenter } from '@phosphor-icons/react';

<TextAlignCenter size={24} />

Styles

Phosphor ships this icon in 6 styles — each its own import:

regular
<TextAlignCenter size={24} />
thin
<TextAlignCenter size={24} weight="thin" />
light
<TextAlignCenter size={24} weight="light" />
bold
<TextAlignCenter size={24} weight="bold" />
fill
<TextAlignCenter size={24} weight="fill" />
duotone
<TextAlignCenter size={24} weight="duotone" />

Details

Library
Phosphor (1,512 icons)
License
MIT
viewBox
0 0 256 256
Category
design
Keywords
*updated*typographyprintfontalignmentcentereddesigneditortextaligncentercenter texttext justification centeralign middle

FAQ

What does the text align center icon represent?
It signifies the action or current state of aligning text content to the horizontal center.
How do I use this icon in React?
Import it from the library and use it as a component: import { TextAlignCenter } from '@phosphor-icons/react'; <TextAlignCenter />
What is the license for Phosphor icons?
Phosphor icons are distributed under the MIT license, allowing for free use.

Related icons

The same idea in other libraries, and near matches in Phosphor.

Looking for something else? Search Phosphor 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 →