The Phosphor toilet icon depicts a standard toilet bowl and is typically used to represent restrooms, bathrooms, or sanitation facilities in user interfaces.
Common uses
- Labeling a public restroom.
- Indicating a bathroom facility in a building directory.
- Representing hygiene or sanitation settings.
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { Toilet } from '@phosphor-icons/react';
<Toilet size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<Toilet size={24} />thin
<Toilet size={24} weight="thin" />light
<Toilet size={24} weight="light" />bold
<Toilet size={24} weight="bold" />fill
<Toilet size={24} weight="fill" />duotone
<Toilet size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- health & wellness
- Keywords
- bathroomrestroomlavatorywater closethealth & wellnessobjectstoiletwc
FAQ
- What is the toilet icon used for?
- It's used to visually represent a toilet, bathroom, or restroom in UI designs.
- How do I use the toilet icon in React?
- You can import and use it like this: import { Toilet } from '@phosphor-icons/react'; <Toilet />.
- What is the license for the Phosphor toilet icon?
- The Phosphor icon library, including the toilet 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 →