The HugeIcons toggle off icon visually represents a disabled or inactive switch, commonly used to indicate that a setting or option is turned off.
Common uses
- Disabling a feature in settings
- Showing an unselected option
- Indicating a completed but inactive task
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { ToggleOffIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={ToggleOffIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- switch offslider offinactive toggledisabled switch
FAQ
- What does the toggle off icon represent?
- It represents an inactive or disabled state for a toggle switch or setting. It signifies that a particular option is currently turned off.
- How do I use the ToggleOffIcon in React?
- Import both HugeiconsIcon and ToggleOffIcon, then render it using <HugeiconsIcon icon={ToggleOffIcon} />. Ensure you have the correct imports: import { HugeiconsIcon } from '@hugeicons/react'; import { ToggleOffIcon } from '@hugeicons/core-free-icons';
- What is the license for this icon?
- This icon is provided 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 →