Toilet Pixel Art Icon
A toilet icon for restroom locators, plumbing e-commerce, bathroom renovation apps and facilities management.
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Toilet icon
A toilet bowl and tank, the universally recognized symbol for bathroom facilities. Venue and navigation apps use it to mark restroom locations on a floor plan; plumbing supply retailers use it in the toilets and fixtures category; home-renovation apps show it as a draggable element in a bathroom floor planner. Facilities-management platforms include it when logging bathroom maintenance requests. For a general hygiene context, a hand-washing or soap icon may be broader; toilet is precise to the fixture.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/toilet.svg" width="24" height="24" alt="Toilet" />
<!-- React -->
import { Toilet } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="toilet.svg" width="48" height="48" style="image-rendering: pixelated" />