The HugeIcons dribbble icon depicts a basketball, commonly used to represent sports, games, or activities related to play and competition.
Common uses
- Link to a sports or gaming section
- Button for a 'play' or 'start game' action
- Icon for a sports-related feature
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { DribbbleIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={DribbbleIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- basketballsportgameplay
FAQ
- What does the Dribbble icon represent?
- The Dribbble icon represents a basketball. It is typically used in UIs to signify sports, games, or activities involving play and competition.
- How do I use the Dribbble icon in React?
- To use the Dribbble icon in React, import both HugeiconsIcon and DribbbleIcon, then render <HugeiconsIcon icon={DribbbleIcon} />.
- What is the license for the Dribbble icon?
- The Dribbble icon is part of the HugeIcons library and is distributed under the MIT license.