The HugeIcons moon fast wind icon depicts a crescent moon with wind lines, typically used to represent nighttime, speed, or a strong breeze in UI elements.
Common uses
- Night mode toggle
- Weather forecast (windy night)
- Loading indicator with speed
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { MoonFastWindIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={MoonFastWindIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- night windcrescent moon windfast nightwindy moon
FAQ
- What does the moon fast wind icon represent?
- It symbolizes a crescent moon combined with wind, often used for concepts like nighttime, speed, or windy conditions.
- How do I use the MoonFastWindIcon in React?
- Import it using `import { MoonFastWindIcon } from '@hugeicons/core-free-icons';` and render it as `<HugeiconsIcon icon={MoonFastWindIcon} />`.
- What is the license for this icon?
- This icon is released under the MIT license, allowing for free use in commercial and non-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 →