The Phosphor person simple swim icon depicts a stylized human figure in a swimming pose, commonly used to represent swimming activities, aquatic locations, or water-related sports in user interfaces.
Common uses
- Link to swimming pool information
- Icon for water sports category
- Indicate aquatic facilities on a map
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { PersonSimpleSwim } from '@phosphor-icons/react';
<PersonSimpleSwim size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<PersonSimpleSwim size={24} />thin
<PersonSimpleSwim size={24} weight="thin" />light
<PersonSimpleSwim size={24} weight="light" />bold
<PersonSimpleSwim size={24} weight="bold" />fill
<PersonSimpleSwim size={24} weight="fill" />duotone
<PersonSimpleSwim size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- maps & travel
- Keywords
- *new*pedestrianswimminghumanwomanmanbodysportsexercisemaps & travelpeoplehealth & wellnesspersonsimpleswimswimmer icon
FAQ
- What does the person-simple-swim icon represent?
- It visually represents a person engaged in swimming. It's useful for indicating water-related activities or locations.
- How do I use this icon in React?
- You can import and use it like this: import { PersonSimpleSwim } from '@phosphor-icons/react'. Then render it as <PersonSimpleSwim size={32} />.
- What is the license for this icon?
- The Phosphor icon library, including the person-simple-swim 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 →