The HugeIcons image add 02 icon visually represents the action of adding a new image, commonly used in interfaces to initiate an image upload or selection process.
Common uses
- Button to upload a profile picture
- Add image button in a gallery editor
- Placeholder for adding the first image in a list
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { ImageAdd02Icon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={ImageAdd02Icon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- add photoupload imagenew imageinsert picture
FAQ
- What does the ImageAdd02Icon represent?
- It signifies the action of adding or uploading an image. It's typically used where users can contribute or select media.
- How do I use ImageAdd02Icon in React?
- Import both HugeiconsIcon and ImageAdd02Icon, then render the icon using <HugeiconsIcon icon={ImageAdd02Icon} />.
- What is the license for this icon?
- The HugeIcons icon library, including ImageAdd02Icon, 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 →