The HugeIcons airplane mode off icon visually represents the deactivation of airplane mode, commonly used to indicate that cellular and Wi-Fi connections are enabled.
Common uses
- Toggle switch for enabling/disabling network connectivity.
- Status indicator when airplane mode is off.
- Button to restore normal network functions.
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { AirplaneModeOffIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={AirplaneModeOffIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- wi-fi enabled iconnetwork active iconconnectivity iconsignal on icon
FAQ
- What does the airplane mode off icon signify?
- This icon signifies that airplane mode is turned off, meaning that the device's wireless communication features like cellular data and Wi-Fi are active and available.
- How do I use the AirplaneModeOffIcon in React?
- Import both HugeiconsIcon and AirplaneModeOffIcon, then render the icon using the HugeiconsIcon component with the icon prop set to AirplaneModeOffIcon: import { HugeiconsIcon } from '@hugeicons/react'; import { AirplaneModeOffIcon } from '@hugeicons/core-free-icons'; render <HugeiconsIcon icon={AirplaneModeOffIcon} />.
- What is the license for this icon?
- The AirplaneModeOffIcon is distributed 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 →