The Tabler bike icon depicts a bicycle, commonly used to represent cycling, transportation, or outdoor activities in user interfaces.
Common uses
- Button to navigate to a cycling-related section.
- Link to information about bike-sharing services.
- Icon for a travel or outdoor adventure category.
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconBike } from '@tabler/icons-react';
<IconBike size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconBike size={24} stroke={2} />filled
<IconBikeFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Vehicles
- Keywords
- cyclingbicyclesportwheelbiketransporttravelvehicleautomobilemobilityvehicles
FAQ
- What does the Tabler bike icon represent?
- The icon visually represents a bicycle, suitable for contexts related to cycling, transport, or sports.
- How do I use the bike icon in React?
- You can import and use it in your React components with: import { IconBike } from '@tabler/icons-react'.
- What is the license for the Tabler bike icon?
- The Tabler icon library, including the bike icon, is distributed under the MIT license.
Related icons
The same idea in other libraries, and near matches in Tabler.
Looking for something else? Search Tabler 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 →