The Tabler rugby icon depicts a rugby ball, commonly used in UIs to represent sports, athletic activities, or rugby-related content.
Common uses
- Button for 'Rugby News' section
- Link to 'Sports' category page
- Icon for a fitness app's rugby workout
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconRugby } from '@tabler/icons-react';
<IconRugby size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Sport
- Keywords
- rugbysportballgoalpitchmatchathleticteamtournamentfitnessfootballsportsgame
FAQ
- What does the rugby icon represent?
- It represents the sport of rugby and is suitable for any UI element related to sports, athletics, or team games.
- How do I use the rugby icon in React?
- Import it using `import { IconRugby } from '@tabler/icons-react'` and then use it as a component: `<IconRugby />`.
- What is the license for the Tabler rugby icon?
- The Tabler icons, including the rugby icon, are distributed under the MIT license.