The HugeIcons boxer icon depicts a person in a boxing stance, commonly used to represent boxing, fighting, sports, or competitive activities within a user interface.
Common uses
- Sports app feature button
- Competitive game category
- Martial arts training section
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { BoxerIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={BoxerIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- fighterpunchcombatathlete
FAQ
- What does the boxer icon represent?
- The icon represents a person in a boxing stance, suitable for themes related to sports, fighting, or competition.
- How do I use the BoxerIcon in React?
- Import both HugeiconsIcon and BoxerIcon, then render <HugeiconsIcon icon={BoxerIcon} />. Ensure you have installed '@hugeicons/react' and '@hugeicons/core-free-icons'.
- What is the license for this icon?
- The HugeIcons boxer icon is distributed under the MIT license, allowing for free use in both personal and commercial projects.