Heading 4 Pixel Art Icon
An H4 icon for the fourth-level heading in editors and document builders, typically used for deeply nested content.
Tags
heading
Style variants
base
Outline ยท rounded corners
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Heading 4 icon
H followed by 4, representing a fourth-level document heading. It is used in long technical documents, legal texts, or reference manuals where content nesting goes more than three levels deep. In a rich-text editor, this button appears less frequently than H1 to H3, often tucked into a secondary toolbar or a heading-level dropdown. If the content rarely needs headings this deep, consider whether the simpler bold or a paragraph style achieves the same visual result without adding structural complexity.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/heading-4.svg" width="24" height="24" alt="Heading 4" />
<!-- React -->
import { Heading4 } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="heading-4.svg" width="48" height="48" style="image-rendering: pixelated" />