Heading 3 Pixel Art Icon
An H3 icon for applying the third-level heading in editors, content editors, and document structure toolbars.
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 3 icon
H and 3 together, standing for a third-level heading that sits below an H2 section. Use it in a rich-text toolbar for sub-section labels, a Markdown editor for triple-hash headings, or a content editor where articles are organized into nested sections. H3s often introduce individual topics within a broader H2 section. For deeper nesting, heading-4 through heading-6 continue the hierarchy, though using headings beyond H3 is rare in most content types.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/heading-3.svg" width="24" height="24" alt="Heading 3" />
<!-- React -->
import { Heading3 } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="heading-3.svg" width="48" height="48" style="image-rendering: pixelated" />