The HugeIcons jumpers icon depicts two figures jumping, commonly used to represent activities, sports, or a sense of energy and movement in a user interface.
Common uses
- Activity tracker
- Sports app feature
- Event promotion
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { JumpersIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={JumpersIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- jumping figurespeople jumpingactivity iconsports icon
FAQ
- What is the JumpersIcon used for?
- The JumpersIcon is typically used to visually represent activities, sports, or a general sense of motion and energy within an application.
- How do I use the JumpersIcon in React?
- Import both HugeiconsIcon and JumpersIcon, then render the icon using <HugeiconsIcon icon={JumpersIcon} />.
- What is the license for HugeIcons?
- HugeIcons are provided under the MIT license, allowing for free commercial and non-commercial use.