The HugeIcons egg off icon visually represents something that is not available or has been disabled, often used to indicate a feature or option is turned off.
Common uses
- Disabling a feature toggle
- Indicating an unavailable product
- Showing a setting is inactive
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { EggOffIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={EggOffIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- unavailabledisabledoffnot available
FAQ
- What does the egg off icon signify?
- It signifies that something is off, unavailable, or disabled. It's a clear visual cue for inactive states.
- How do I use the EggOffIcon in React?
- Import both HugeiconsIcon and EggOffIcon from their respective packages and render it using <HugeiconsIcon icon={EggOffIcon} />.
- What is the license for this icon?
- This icon is released under the MIT license, allowing for free use in both personal and commercial projects.
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 →