The Phosphor bathtub icon visually represents a bathtub, commonly used in UIs to signify bathroom facilities, bathing, or related services.
Common uses
- Bathroom amenity indicator
- Spa or hotel booking options
- Hygiene or self-care sections
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { Bathtub } from '@phosphor-icons/react';
<Bathtub size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<Bathtub size={24} />thin
<Bathtub size={24} weight="thin" />light
<Bathtub size={24} weight="light" />bold
<Bathtub size={24} weight="bold" />fill
<Bathtub size={24} weight="fill" />duotone
<Bathtub size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- objects
- Keywords
- bathshowerbathroomfaucetobjectsbathtubtub
FAQ
- What does the bathtub icon represent?
- It depicts a bathtub, suitable for indicating bathing facilities or related concepts in a user interface.
- How do I use the bathtub icon in React?
- You can import and use it with: import { Bathtub } from '@phosphor-icons/react'. Then render it as <Bathtub />.
- What is the license for the Phosphor bathtub icon?
- The Phosphor icon library, including the bathtub 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 →