The Phosphor bicycle icon depicts a two-wheeled vehicle and is commonly used to represent cycling, transportation, or exercise-related features in a user interface.
Common uses
- Link to a cycling route planner.
- Button for logging bike commutes.
- Icon for a fitness tracking category.
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { Bicycle } from '@phosphor-icons/react';
<Bicycle size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<Bicycle size={24} />thin
<Bicycle size={24} weight="thin" />light
<Bicycle size={24} weight="light" />bold
<Bicycle size={24} weight="bold" />fill
<Bicycle size={24} weight="fill" />duotone
<Bicycle size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- health & wellness
- Keywords
- bikersbicyclingcycliststransittransportationcommuterexercisesfitnesshealth & wellnessmaps & travelobjectsbicyclebikecycletransportexercise
FAQ
- What is the bicycle icon used for?
- It represents bicycles, cycling activities, or transportation methods involving bikes. It's useful for features related to commuting, exercise, or travel.
- How do I use the bicycle icon in React?
- You can import it from the '@phosphor-icons/react' library like this: import { Bicycle } from '@phosphor-icons/react'.
- What is the license for the Phosphor bicycle icon?
- The Phosphor icon library, including the bicycle icon, is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in Phosphor.
Looking for something else? Search Phosphor 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 →