The Phosphor person simple walk icon depicts a stylized figure walking, commonly used to represent pedestrian routes, walking directions, or general human presence in user interfaces.
Common uses
- Indicating pedestrian crossings on a map.
- Labeling walking trails or paths.
- Representing a user or person in a profile section.
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { PersonSimpleWalk } from '@phosphor-icons/react';
<PersonSimpleWalk size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<PersonSimpleWalk size={24} />thin
<PersonSimpleWalk size={24} weight="thin" />light
<PersonSimpleWalk size={24} weight="light" />bold
<PersonSimpleWalk size={24} weight="bold" />fill
<PersonSimpleWalk size={24} weight="fill" />duotone
<PersonSimpleWalk size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- maps & travel
- Keywords
- pedestrianwalkinghumanwomanmanbodytransittransportationtravelcommuteruserexercisemaps & travelpeoplehealth & wellnessperson
FAQ
- What is the person-simple-walk icon used for?
- It's typically used to signify pedestrian activity, walking, or a person in UI elements related to navigation, travel, or user representation.
- How do I use this icon in React?
- You can import and use it in your React application with: import { PersonSimpleWalk } from '@phosphor-icons/react'.
- What is the license for Phosphor icons?
- Phosphor icons, including person-simple-walk, are 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 →