The HugeIcons egg icon depicts a simple oval shape representing an egg, commonly used to signify concepts like creation, new beginnings, Easter, or a placeholder for content.
Common uses
- Easter-themed promotions
- Signifying a 'new user' or 'first step'
- Representing a 'surprise' or 'hidden feature'
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { EggIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={EggIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- ovaleasternewcreation
FAQ
- What is the EggIcon used for?
- The EggIcon is typically used to represent concepts like creation, new beginnings, Easter, or as a placeholder for content in UI designs.
- How do I use the EggIcon in React?
- To use the EggIcon in React, import it from '@hugeicons/core-free-icons' and render it using the HugeiconsIcon component: import { EggIcon } from '@hugeicons/core-free-icons'; <HugeiconsIcon icon={EggIcon} />.
- What is the license for the EggIcon?
- The EggIcon is part of the HugeIcons library and is available 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 →