The Lucide heading 2 icon visually represents a secondary level of text hierarchy, commonly used in content creation tools and documentation interfaces to denote subheadings.
Common uses
- Markdown editor toolbar
- Rich text editor formatting options
- Documentation site navigation
Use it in React
Install
npm i lucide-reactImport & render
import { Heading2 } from 'lucide-react';
<Heading2 size={24} />Details
- Library
- Lucide (1,713 icons)
- License
- ISC
- viewBox
0 0 24 24- Keywords
- h2htmlmarkupmarkdownheading2subheadingtext formattingdocument structure
FAQ
- What does the heading 2 icon represent?
- It signifies a level 2 heading, which is a subheading under a main title. This helps structure content logically.
- How do I use this icon in React?
- You can import and use it directly from the 'lucide-react' library like this: import { Heading2 } from 'lucide-react'.
- What is the license for this icon?
- The Lucide icon set, including the heading 2 icon, is available under the ISC license.
Related icons
The same idea in other libraries, and near matches in Lucide.
Looking for something else? Search Lucide 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 →