John KuehJohn Kueh

text t icon

Phosphor · text-t · MIT

Download SVG

The Phosphor text t icon depicts a capital letter 'T' and is commonly used in UIs to represent text editing, typography settings, or as a label for text-related features.

Common uses

  • Open text editor panel
  • Select font style
  • Apply text formatting

Use it in React

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

<TextT size={24} />

Styles

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

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

Details

Library
Phosphor (1,512 icons)
License
MIT
viewBox
0 0 256 256
Category
design
Keywords
typographytypefaceprintfontdesigneditortexttletter ttext editor

FAQ

What does the text t icon represent?
It represents the capital letter 'T', commonly used for text-related functions like editing, formatting, or typography.
How do I use the text t icon in React?
You can import and use it like this: import { TextT } from '@phosphor-icons/react'. Then render it as <TextT size={24} />.
What is the license for this icon?
The Phosphor icon library, including the text t icon, is available under the MIT license.

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 →