The Phosphor text h five icon depicts a large letter 'H' with a smaller '5' below it, commonly used to represent the fifth-level heading in rich text editors or content management systems.
Common uses
- Heading level selection in a WYSIWYG editor
- Typography settings in a design tool
- Content structure options in a CMS
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { TextHFive } from '@phosphor-icons/react';
<TextHFive size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<TextHFive size={24} />thin
<TextHFive size={24} weight="thin" />light
<TextHFive size={24} weight="light" />bold
<TextHFive size={24} weight="bold" />fill
<TextHFive size={24} weight="fill" />duotone
<TextHFive size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- design
- Keywords
- headingh5typographyprintdesigneditortexthfiveheading 5typography headingtext formatting
FAQ
- What is the text h five icon used for?
- It signifies the fifth-level heading (H5) in typography, often used for sub-sub-headings or specific content structuring.
- How do I use the text h five icon in React?
- You can import and use it like this: import { TextHFive } from '@phosphor-icons/react'. Then render it as <TextHFive />.
- What is the license for this icon?
- The Phosphor icons, including text h five, are 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 →