Heading 2 Pixel Art Icon
An H2 icon for applying the second-level heading in editors, document builders, and content management systems.
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 2 icon
H followed by 2, representing a second-level section title. It belongs in a rich-text toolbar for major section breaks below the page title, in a Markdown editor for double-hash headings, or in a CMS block inserter for section headers. H2s are the workhorses of long-form content structure; most body sections start at this level. For finer sub-section breaks, heading-3 continues the hierarchy. For the page title itself, heading-1 is the correct choice.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/heading-2.svg" width="24" height="24" alt="Heading 2" />
<!-- React -->
import { Heading2 } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="heading-2.svg" width="48" height="48" style="image-rendering: pixelated" />