toilet icon
toilet from IconPark by ByteDance · Color · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- toilet
- Set
- IconPark
- Style
- Color
- Category
- Hardware
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
toiletEmoji One (Colored)toiletFont Awesome 6 SolidtoiletFont Awesome Solidtoilet-16-filledFluent UI System IconstoiletFluent EmojitoiletFluent Emoji FlattoiletFluent Emoji High ContrasttoiletFirefox OS EmojitoiletIconPark OutlinetoiletIconPark SolidtoiletIconPark TwoTonetoiletLine AwesometoiletLucidetoiletMaterial Design IconstoiletNoto EmojitoiletOpenMojitoiletPhosphortoiletStreamline EmojistoiletTwitter Emoji
More hardware icons from IconPark
Use the toilet icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-width="4"><path fill="#2F88FF" stroke-linecap="round" stroke-linejoin="round" d="M19.999 10H27.999V22H19.999V10Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M17.0001 35L12.0001 44H11.999H35.999L31.0001 35"/><path stroke-linecap="round" stroke-linejoin="round" d="M33.999 22V5C33.999 4.44772 33.5513 4 32.999 4H14.999C14.4467 4 13.999 4.44772 13.999 5V22"/><path d="M6.07992 22.364C6.0384 22.1772 6.18056 22 6.37194 22H41.6261C41.8175 22 41.9596 22.1772 41.9181 22.3641V22.3641C40.6941 27.8723 37.2835 32.8158 31.9187 34.5641C29.4348 35.3735 26.6549 36 24.0001 36C21.3449 36 18.5642 35.3733 16.0797 34.5637C10.7148 32.8154 7.30395 27.8722 6.07992 22.364V22.364Z"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkToilet(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" strokeWidth="4"><path fill="#2F88FF" strokeLinecap="round" strokeLinejoin="round" d="M19.999 10H27.999V22H19.999V10Z"/><path strokeLinecap="round" strokeLinejoin="round" d="M17.0001 35L12.0001 44H11.999H35.999L31.0001 35"/><path strokeLinecap="round" strokeLinejoin="round" d="M33.999 22V5C33.999 4.44772 33.5513 4 32.999 4H14.999C14.4467 4 13.999 4.44772 13.999 5V22"/><path d="M6.07992 22.364C6.0384 22.1772 6.18056 22 6.37194 22H41.6261C41.8175 22 41.9596 22.1772 41.9181 22.3641V22.3641C40.6941 27.8723 37.2835 32.8158 31.9187 34.5641C29.4348 35.3735 26.6549 36 24.0001 36C21.3449 36 18.5642 35.3733 16.0797 34.5637C10.7148 32.8154 7.30395 27.8722 6.07992 22.364V22.364Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-width="4"><path fill="#2F88FF" stroke-linecap="round" stroke-linejoin="round" d="M19.999 10H27.999V22H19.999V10Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M17.0001 35L12.0001 44H11.999H35.999L31.0001 35"/><path stroke-linecap="round" stroke-linejoin="round" d="M33.999 22V5C33.999 4.44772 33.5513 4 32.999 4H14.999C14.4467 4 13.999 4.44772 13.999 5V22"/><path d="M6.07992 22.364C6.0384 22.1772 6.18056 22 6.37194 22H41.6261C41.8175 22 41.9596 22.1772 41.9181 22.3641V22.3641C40.6941 27.8723 37.2835 32.8158 31.9187 34.5641C29.4348 35.3735 26.6549 36 24.0001 36C21.3449 36 18.5642 35.3733 16.0797 34.5637C10.7148 32.8154 7.30395 27.8722 6.07992 22.364V22.364Z"/></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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M19.999%2010H27.999V22H19.999V10Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M17.0001%2035L12.0001%2044H11.999H35.999L31.0001%2035%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M33.999%2022V5C33.999%204.44772%2033.5513%204%2032.999%204H14.999C14.4467%204%2013.999%204.44772%2013.999%205V22%22%2F%3E%3Cpath%20d%3D%22M6.07992%2022.364C6.0384%2022.1772%206.18056%2022%206.37194%2022H41.6261C41.8175%2022%2041.9596%2022.1772%2041.9181%2022.3641V22.3641C40.6941%2027.8723%2037.2835%2032.8158%2031.9187%2034.5641C29.4348%2035.3735%2026.6549%2036%2024.0001%2036C21.3449%2036%2018.5642%2035.3733%2016.0797%2034.5637C10.7148%2032.8154%207.30395%2027.8722%206.07992%2022.364V22.364Z%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M19.999%2010H27.999V22H19.999V10Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M17.0001%2035L12.0001%2044H11.999H35.999L31.0001%2035%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M33.999%2022V5C33.999%204.44772%2033.5513%204%2032.999%204H14.999C14.4467%204%2013.999%204.44772%2013.999%205V22%22%2F%3E%3Cpath%20d%3D%22M6.07992%2022.364C6.0384%2022.1772%206.18056%2022%206.37194%2022H41.6261C41.8175%2022%2041.9596%2022.1772%2041.9181%2022.3641V22.3641C40.6941%2027.8723%2037.2835%2032.8158%2031.9187%2034.5641C29.4348%2035.3735%2026.6549%2036%2024.0001%2036C21.3449%2036%2018.5642%2035.3733%2016.0797%2034.5637C10.7148%2032.8154%207.30395%2027.8722%206.07992%2022.364V22.364Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park/toilet.svg?color=%231a73e8&size=48