The HugeIcons bean off icon visually represents a disabled or inactive state, often used to indicate that a feature or option is turned off or unavailable.
Common uses
- Disabling a button or control
- Showing an inactive toggle switch
- Indicating a feature is not currently active
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { BeanOffIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={BeanOffIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- disabledinactiveoffunavailable
FAQ
- What does the bean off icon represent?
- It signifies a state of being off, disabled, or inactive. It's commonly used to show that something is not currently functioning or selected.
- How do I use the BeanOffIcon in React?
- Import both HugeiconsIcon and BeanOffIcon, then render the icon component like this: <HugeiconsIcon icon={BeanOffIcon} />.
- What is the license for this icon?
- The HugeIcons bean off icon 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 →