Heading 6 Pixel Art Icon
An H6 icon for the sixth and deepest heading level in editors, appearing in technical documentation and legal templates.
Tags
Style variants
base
Outline ยท rounded corners
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Heading 6 icon
H followed by 6, the deepest standard heading level in HTML. It appears in rich-text toolbars that expose the full heading hierarchy, typically for technical documentation platforms, legal contract editors, or academic publishing tools. In practice, H6 is styled to look nearly the same as bold body text in most browsers, so authors sometimes use bold formatting instead. This icon is most useful when semantic document structure must be preserved, such as for screen-reader navigation or automated table-of-contents generation.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/heading-6.svg" width="24" height="24" alt="Heading 6" />
<!-- React -->
import { Heading6 } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="heading-6.svg" width="48" height="48" style="image-rendering: pixelated" />