The HugeIcons refresh cw off icon depicts a circular arrow with a diagonal line through it, commonly used to indicate that a refresh or reload action is disabled or not currently available.
Common uses
- Disabling a refresh button when data is up-to-date
- Showing that auto-refresh is turned off
- Indicating a feature is temporarily unavailable
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { RefreshCwOffIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={RefreshCwOffIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- no refreshrefresh disabledreload offcancel refresh
FAQ
- What does the refresh cw off icon represent?
- It signifies that a refresh or reload action is currently unavailable or has been intentionally disabled.
- How do I use the RefreshCwOffIcon in React?
- Import both HugeiconsIcon and RefreshCwOffIcon, then render <HugeiconsIcon icon={RefreshCwOffIcon} />.
- What is the license for this icon?
- This icon is distributed under the MIT license.
Related icons
The same idea in other libraries, and near matches in HugeIcons.