The Tabler egg cracked icon visually represents a broken egg, commonly used in UIs to signify food-related items, breakfast menus, or a state of being broken or incomplete.
Common uses
- Labeling a breakfast or brunch option in a menu.
- Indicating a 'broken' or 'failed' state in a recipe or food tracking app.
- Representing a food or cuisine category.
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconEggCracked } from '@tabler/icons-react';
<IconEggCracked size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconEggCracked size={24} stroke={2} />filled
<IconEggCrackedFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Food
- Keywords
- breakingbrokenfoodbreakfasteggcrackedmealcuisineeatingnutritionbroken eggbreakfast iconfood icon
FAQ
- What does the egg-cracked icon represent?
- It depicts a cracked egg, suitable for food themes, breakfast, or indicating something is broken.
- How do I use the egg-cracked icon in React?
- Import it using `import { IconEggCracked } from '@tabler/icons-react'` and then use it as a component: `<IconEggCracked />`.
- What is the license for this icon?
- The Tabler icons, including egg-cracked, are 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 →