The Tabler egg icon depicts a simple, oval-shaped egg, commonly used to represent food items, breakfast menus, or Easter-related themes in user interfaces.
Common uses
- Menu item for breakfast or brunch.
- Indicator for organic or natural products.
- Visual element for Easter promotions.
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconEgg } from '@tabler/icons-react';
<IconEgg size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconEgg size={24} stroke={2} />filled
<IconEggFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Food
- Keywords
- foodeasterchickeneggmealcuisineeatingnutritionculinary
FAQ
- What does the egg icon represent?
- The egg icon represents a food item, often associated with breakfast, nutrition, or Easter themes.
- How do I use the egg icon in React?
- Import it using `import { IconEgg } from '@tabler/icons-react';` and then use it as a component: `<IconEgg />`.
- What is the license for the Tabler egg icon?
- The Tabler icon library, including the egg icon, is distributed under the MIT license.
Related icons
The same idea in other libraries, and near matches in Tabler.
Looking for something else? Search Tabler 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 →