toilet emoji
toilet from OpenMoji by OpenMoji · Default · Objects · CC-BY-SA-4.0 Attribution required.
- Name
- toilet
- Set
- OpenMoji
- Style
- Default
- Category
- Objects
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
The same emoji in other sets
toiletEmoji One (Colored)toiletFont Awesome 6 SolidtoiletFont Awesome Solidtoilet-16-filledFluent UI System IconstoiletFluent EmojitoiletFluent Emoji FlattoiletFluent Emoji High ContrasttoiletFirefox OS EmojitoiletIconParktoiletIconPark OutlinetoiletIconPark SolidtoiletIconPark TwoTonetoiletLine AwesometoiletLucidetoiletMaterial Design IconstoiletNoto EmojitoiletPhosphortoiletStreamline EmojistoiletTwitter Emoji
More objects icons from OpenMoji
Use the toilet emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#d0cfce" stroke="#d0cfce" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M34.617 59.349h9.293"/><path fill="none" stroke="#9b9b9a" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M35.991 30.055h5.903"/><path fill="#d0cfce" stroke="#9b9b9a" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15.653 30.788v4.839"/><path fill="#d0cfce" d="M35.264 31.053h11.319V59.33H35.264z"/><path fill="#d0cfce" stroke="#d0cfce" stroke-linejoin="round" stroke-width="2" d="M42.07 59.296h6.947c-2.69-9.264-1.783-17.389-1.783-17.389s.174-4.803 3.478-5.803c0 0 3.74-1.087 5-1.826V16.893H42.108V31.03z"/><path fill="#9b9b9a" d="M15.585 36c-.322-5.642.674-5.1.674-5.1l26.85-.04l-.001 3.062c0 1.148-.52 2.078-1.162 2.078z"/><path fill="#d0cfce" d="M15.661 35.54s-.201 5.02 4.98 8.972l2.901 1.746s-.833 7.456-.958 11.414c0 0 .073 1.587 3.291 1.708h9.622s1.935.051 2.477-1.441V46.093s2.811-2.311 3.436-3.346c0 0 2.805-3.977 1.614-7.032c0 0-.93-.12-4.137-.126l-18.817-.04z"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M15.661 35.54s-.201 5.02 4.98 8.972l2.901 1.746s-.985 7.455-.958 11.414c.007.927.073 1.587 3.291 1.708h9.622s2.43.146 2.477-1.441c.09-3.004 0-11.846 0-11.846s2.811-2.311 3.436-3.346c0 0 2.805-3.977 1.614-7.032c0 0-.93-.12-4.137-.126l-18.817-.04zm22.474-5.478h-21.64s-.932.076-.821 1.658"/><path d="M42.07 59.296h6.947c-2.69-9.264-1.783-17.389-1.783-17.389s.174-4.803 3.478-5.803c0 0 3.74-1.087 5-1.826V16.893H42.108V31.03M42 12.875h13.965"/></g></svg>
React
import type { SVGProps } from "react";
export function OpenmojiToilet(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#d0cfce" stroke="#d0cfce" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M34.617 59.349h9.293"/><path fill="none" stroke="#9b9b9a" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M35.991 30.055h5.903"/><path fill="#d0cfce" stroke="#9b9b9a" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M15.653 30.788v4.839"/><path fill="#d0cfce" d="M35.264 31.053h11.319V59.33H35.264z"/><path fill="#d0cfce" stroke="#d0cfce" strokeLinejoin="round" strokeWidth="2" d="M42.07 59.296h6.947c-2.69-9.264-1.783-17.389-1.783-17.389s.174-4.803 3.478-5.803c0 0 3.74-1.087 5-1.826V16.893H42.108V31.03z"/><path fill="#9b9b9a" d="M15.585 36c-.322-5.642.674-5.1.674-5.1l26.85-.04l-.001 3.062c0 1.148-.52 2.078-1.162 2.078z"/><path fill="#d0cfce" d="M15.661 35.54s-.201 5.02 4.98 8.972l2.901 1.746s-.833 7.456-.958 11.414c0 0 .073 1.587 3.291 1.708h9.622s1.935.051 2.477-1.441V46.093s2.811-2.311 3.436-3.346c0 0 2.805-3.977 1.614-7.032c0 0-.93-.12-4.137-.126l-18.817-.04z"/><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path d="M15.661 35.54s-.201 5.02 4.98 8.972l2.901 1.746s-.985 7.455-.958 11.414c.007.927.073 1.587 3.291 1.708h9.622s2.43.146 2.477-1.441c.09-3.004 0-11.846 0-11.846s2.811-2.311 3.436-3.346c0 0 2.805-3.977 1.614-7.032c0 0-.93-.12-4.137-.126l-18.817-.04zm22.474-5.478h-21.64s-.932.076-.821 1.658"/><path d="M42.07 59.296h6.947c-2.69-9.264-1.783-17.389-1.783-17.389s.174-4.803 3.478-5.803c0 0 3.74-1.087 5-1.826V16.893H42.108V31.03M42 12.875h13.965"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#d0cfce" stroke="#d0cfce" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M34.617 59.349h9.293"/><path fill="none" stroke="#9b9b9a" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M35.991 30.055h5.903"/><path fill="#d0cfce" stroke="#9b9b9a" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15.653 30.788v4.839"/><path fill="#d0cfce" d="M35.264 31.053h11.319V59.33H35.264z"/><path fill="#d0cfce" stroke="#d0cfce" stroke-linejoin="round" stroke-width="2" d="M42.07 59.296h6.947c-2.69-9.264-1.783-17.389-1.783-17.389s.174-4.803 3.478-5.803c0 0 3.74-1.087 5-1.826V16.893H42.108V31.03z"/><path fill="#9b9b9a" d="M15.585 36c-.322-5.642.674-5.1.674-5.1l26.85-.04l-.001 3.062c0 1.148-.52 2.078-1.162 2.078z"/><path fill="#d0cfce" d="M15.661 35.54s-.201 5.02 4.98 8.972l2.901 1.746s-.833 7.456-.958 11.414c0 0 .073 1.587 3.291 1.708h9.622s1.935.051 2.477-1.441V46.093s2.811-2.311 3.436-3.346c0 0 2.805-3.977 1.614-7.032c0 0-.93-.12-4.137-.126l-18.817-.04z"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M15.661 35.54s-.201 5.02 4.98 8.972l2.901 1.746s-.985 7.455-.958 11.414c.007.927.073 1.587 3.291 1.708h9.622s2.43.146 2.477-1.441c.09-3.004 0-11.846 0-11.846s2.811-2.311 3.436-3.346c0 0 2.805-3.977 1.614-7.032c0 0-.93-.12-4.137-.126l-18.817-.04zm22.474-5.478h-21.64s-.932.076-.821 1.658"/><path d="M42.07 59.296h6.947c-2.69-9.264-1.783-17.389-1.783-17.389s.174-4.803 3.478-5.803c0 0 3.74-1.087 5-1.826V16.893H42.108V31.03M42 12.875h13.965"/></g></svg> </template>
CSS
.icon-toilet {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2072%2072%22%3E%3Cpath%20fill%3D%22%23d0cfce%22%20stroke%3D%22%23d0cfce%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M34.617%2059.349h9.293%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%239b9b9a%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M35.991%2030.055h5.903%22%2F%3E%3Cpath%20fill%3D%22%23d0cfce%22%20stroke%3D%22%239b9b9a%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M15.653%2030.788v4.839%22%2F%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22M35.264%2031.053h11.319V59.33H35.264z%22%2F%3E%3Cpath%20fill%3D%22%23d0cfce%22%20stroke%3D%22%23d0cfce%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M42.07%2059.296h6.947c-2.69-9.264-1.783-17.389-1.783-17.389s.174-4.803%203.478-5.803c0%200%203.74-1.087%205-1.826V16.893H42.108V31.03z%22%2F%3E%3Cpath%20fill%3D%22%239b9b9a%22%20d%3D%22M15.585%2036c-.322-5.642.674-5.1.674-5.1l26.85-.04l-.001%203.062c0%201.148-.52%202.078-1.162%202.078z%22%2F%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22M15.661%2035.54s-.201%205.02%204.98%208.972l2.901%201.746s-.833%207.456-.958%2011.414c0%200%20.073%201.587%203.291%201.708h9.622s1.935.051%202.477-1.441V46.093s2.811-2.311%203.436-3.346c0%200%202.805-3.977%201.614-7.032c0%200-.93-.12-4.137-.126l-18.817-.04z%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M15.661%2035.54s-.201%205.02%204.98%208.972l2.901%201.746s-.985%207.455-.958%2011.414c.007.927.073%201.587%203.291%201.708h9.622s2.43.146%202.477-1.441c.09-3.004%200-11.846%200-11.846s2.811-2.311%203.436-3.346c0%200%202.805-3.977%201.614-7.032c0%200-.93-.12-4.137-.126l-18.817-.04zm22.474-5.478h-21.64s-.932.076-.821%201.658%22%2F%3E%3Cpath%20d%3D%22M42.07%2059.296h6.947c-2.69-9.264-1.783-17.389-1.783-17.389s.174-4.803%203.478-5.803c0%200%203.74-1.087%205-1.826V16.893H42.108V31.03M42%2012.875h13.965%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2072%2072%22%3E%3Cpath%20fill%3D%22%23d0cfce%22%20stroke%3D%22%23d0cfce%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M34.617%2059.349h9.293%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%239b9b9a%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M35.991%2030.055h5.903%22%2F%3E%3Cpath%20fill%3D%22%23d0cfce%22%20stroke%3D%22%239b9b9a%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M15.653%2030.788v4.839%22%2F%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22M35.264%2031.053h11.319V59.33H35.264z%22%2F%3E%3Cpath%20fill%3D%22%23d0cfce%22%20stroke%3D%22%23d0cfce%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M42.07%2059.296h6.947c-2.69-9.264-1.783-17.389-1.783-17.389s.174-4.803%203.478-5.803c0%200%203.74-1.087%205-1.826V16.893H42.108V31.03z%22%2F%3E%3Cpath%20fill%3D%22%239b9b9a%22%20d%3D%22M15.585%2036c-.322-5.642.674-5.1.674-5.1l26.85-.04l-.001%203.062c0%201.148-.52%202.078-1.162%202.078z%22%2F%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22M15.661%2035.54s-.201%205.02%204.98%208.972l2.901%201.746s-.833%207.456-.958%2011.414c0%200%20.073%201.587%203.291%201.708h9.622s1.935.051%202.477-1.441V46.093s2.811-2.311%203.436-3.346c0%200%202.805-3.977%201.614-7.032c0%200-.93-.12-4.137-.126l-18.817-.04z%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M15.661%2035.54s-.201%205.02%204.98%208.972l2.901%201.746s-.985%207.455-.958%2011.414c.007.927.073%201.587%203.291%201.708h9.622s2.43.146%202.477-1.441c.09-3.004%200-11.846%200-11.846s2.811-2.311%203.436-3.346c0%200%202.805-3.977%201.614-7.032c0%200-.93-.12-4.137-.126l-18.817-.04zm22.474-5.478h-21.64s-.932.076-.821%201.658%22%2F%3E%3Cpath%20d%3D%22M42.07%2059.296h6.947c-2.69-9.264-1.783-17.389-1.783-17.389s.174-4.803%203.478-5.803c0%200%203.74-1.087%205-1.826V16.893H42.108V31.03M42%2012.875h13.965%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/toilet.svg?color=%231a73e8&size=48