The HugeIcons html file 02 icon depicts a document with the HTML file extension, commonly used to represent HTML files or web-related content in user interfaces.
Common uses
- File type indicator for HTML documents
- Link to an HTML resource
- Section header for web development content
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { HtmlFile02Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={HtmlFile02Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- html iconweb file icondocument iconcode file icon
FAQ
- What does the HtmlFile02Icon represent?
- It represents an HTML file, often used to signify web pages or HTML-related content within an application.
- How do I use the HtmlFile02Icon in React?
- Import it as `import { HtmlFile02Icon } from '@hugeicons/core-free-icons';` and render it using `<HugeiconsIcon icon={HtmlFile02Icon} />`.
- What is the license for this icon?
- The HugeIcons icon library, including HtmlFile02Icon, is distributed under the MIT license.
Related icons
The same idea in other libraries, and near matches in HugeIcons.
Looking for something else? Search HugeIcons 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 →