The HugeIcons insert top image icon visually represents adding an image to the top of a content area, commonly used in editors or content management systems.
Common uses
- Add featured image to blog post
- Insert banner image at the top of a section
- Upload header image for a profile
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { InsertTopImageIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={InsertTopImageIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- add image topupload headerfeatured imagetop banner
FAQ
- What is the purpose of the InsertTopImageIcon?
- This icon signifies the action of placing an image at the uppermost position within a document or interface element.
- How do I use this icon in React?
- Import both HugeiconsIcon and InsertTopImageIcon, then render <HugeiconsIcon icon={InsertTopImageIcon} />.
- What is the license for this icon?
- The InsertTopImageIcon 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 →