The Phosphor swimming pool icon visually represents a swimming pool, commonly used in interfaces to denote aquatic facilities, recreational areas, or related services.
Common uses
- Map marker for public pools
- Icon for a gym's swimming facilities
- Link to an aquatics section in a travel app
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { SwimmingPool } from '@phosphor-icons/react';
<SwimmingPool size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<SwimmingPool size={24} />thin
<SwimmingPool size={24} weight="thin" />light
<SwimmingPool size={24} weight="light" />bold
<SwimmingPool size={24} weight="bold" />fill
<SwimmingPool size={24} weight="fill" />duotone
<SwimmingPool size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- health & wellness
- Keywords
- swimsportsexerciseolympicsaquaticshealth & wellnessmaps & travelgamesswimmingpoolaquaticwater
FAQ
- What does the swimming pool icon represent?
- It depicts a swimming pool, suitable for indicating places to swim or related activities.
- How do I use the swimming pool icon in React?
- Import it from the library and use it as a component: import { SwimmingPool } from '@phosphor-icons/react'.
- What is the license for this icon?
- The Phosphor icon library, including the swimming pool icon, is available under the MIT license.
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 →