The HugeIcons nike icon depicts a stylized checkmark, commonly used to represent success, completion, approval, or a positive affirmation in user interfaces.
Common uses
- Task completion confirmation
- Approve/accept buttons
- Success messages
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { NikeIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={NikeIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- checkmarksuccessdoneapproved
FAQ
- What does the Nike icon represent?
- The Nike icon represents success, completion, or approval. It's a versatile symbol for positive actions or states.
- How do I use the Nike icon in React?
- Import both HugeiconsIcon and NikeIcon, then render <HugeiconsIcon icon={NikeIcon} />. Ensure you have '@hugeicons/react' and '@hugeicons/core-free-icons' installed.
- What is the license for the Nike icon?
- The Nike icon is provided under the MIT license, allowing for free use in both personal and commercial projects.
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 →