The HugeIcons fish off icon depicts a fish with a line through it, commonly used to indicate that something is disabled, unavailable, or not allowed, such as a feature or a connection.
Common uses
- Disabling a feature toggle
- Indicating a blocked user
- Showing an unavailable network connection
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { FishOffIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={FishOffIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- no fishingfishing disabledforbiddenunavailable
FAQ
- What does the fish off icon represent?
- It represents something that is turned off, disabled, or not permitted. It's a visual cue for unavailability or restriction.
- How do I use the FishOffIcon in React?
- Import both HugeiconsIcon and FishOffIcon, then render it using <HugeiconsIcon icon={FishOffIcon} />.
- What is the license for this icon?
- The HugeIcons fish off icon is distributed under the MIT license.
Related icons
The same idea in other libraries, and near matches in HugeIcons.