The HugeIcons view off slash icon visually represents the action of disabling or hiding something, commonly used to indicate a disabled or toggled-off state for visibility features.
Common uses
- Toggle password visibility
- Disable "show details" functionality
- Indicate a "read-only" mode
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { ViewOffSlashIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={ViewOffSlashIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- hidevisibility offdisabledtoggle off
FAQ
- What does the view off slash icon represent?
- This icon represents an action of disabling or hiding. It's typically used to show that a feature, like viewing content, is turned off or not currently active.
- How do I use the ViewOffSlashIcon in React?
- Import both HugeiconsIcon and ViewOffSlashIcon, then render the icon using <HugeiconsIcon icon={ViewOffSlashIcon} />.
- What is the license for this icon?
- The HugeIcons library, including the ViewOffSlashIcon, 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 →