The Phosphor text italic icon visually represents italicized text, commonly used in user interfaces to denote emphasis or stylistic variation within text.
Common uses
- Button to toggle italic formatting in a text editor.
- Indicator for italicized content in a preview pane.
- Option in a rich text formatting toolbar.
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { TextItalic } from '@phosphor-icons/react';
<TextItalic size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<TextItalic size={24} />thin
<TextItalic size={24} weight="thin" />light
<TextItalic size={24} weight="light" />bold
<TextItalic size={24} weight="bold" />fill
<TextItalic size={24} weight="fill" />duotone
<TextItalic size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- design
- Keywords
- typographytypefaceprintfontslantobliquestressemphasiscalligraphydesigneditortextitalic
FAQ
- What does the text italic icon represent?
- It represents italicized text, used for emphasis or stylistic distinction.
- How do I use this icon in React?
- Import it as TextItalic from '@phosphor-icons/react' and use it as a React component: <TextItalic />.
- What is the license for this icon?
- This icon is provided 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 →