The Phosphor person simple bike icon depicts a stylized human figure on a bicycle, commonly used to represent cycling, bike-sharing services, or routes for cyclists in user interfaces.
Common uses
- Navigation button for cycling directions
- Indicator for bike-friendly locations
- Icon for a bicycle rental service
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { PersonSimpleBike } from '@phosphor-icons/react';
<PersonSimpleBike size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<PersonSimpleBike size={24} />thin
<PersonSimpleBike size={24} weight="thin" />light
<PersonSimpleBike size={24} weight="light" />bold
<PersonSimpleBike size={24} weight="bold" />fill
<PersonSimpleBike size={24} weight="fill" />duotone
<PersonSimpleBike size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- maps & travel
- Keywords
- pedestrianbikingbicyclehumanwomanmanbodysportsexercisemaps & travelpeoplehealth & wellnesspersonsimplebikecycling icon
FAQ
- What does the person-simple-bike icon represent?
- This icon visually represents a person riding a bicycle, suitable for indicating activities or services related to cycling.
- How do I use this icon in React?
- You can import and use it in your React application with: import { PersonSimpleBike } from '@phosphor-icons/react'.
- What is the license for this icon?
- The Phosphor icon library, including the person-simple-bike 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 →