toilet-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.

Name
toilet-fill
Set
Phosphor
Style
Fill
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Related icons in Phosphor

Use the toilet icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M60 88h136a4 4 0 0 0 4-4V40a16 16 0 0 0-16-16H72a16 16 0 0 0-16 16v44a4 4 0 0 0 4 4m28-40h15.73a8.18 8.18 0 0 1 8.27 7.47a8 8 0 0 1-8 8.53H88.27A8.18 8.18 0 0 1 80 56.53A8 8 0 0 1 88 48m136 64.06a8 8 0 0 0-8-8.06H40a8 8 0 0 0-8 8.06a96.1 96.1 0 0 0 51.68 85.08l-3.47 24.27a16.43 16.43 0 0 0 1.63 10A16 16 0 0 0 96 240h63.66a16.52 16.52 0 0 0 9.72-3a16 16 0 0 0 6.46-15.23l-3.52-24.6A96.1 96.1 0 0 0 224 112.06M96 224l2.93-20.5a96.15 96.15 0 0 0 58.14 0L160 224Z"/></svg>

React

import type { SVGProps } from "react";

export function PhToiletFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M60 88h136a4 4 0 0 0 4-4V40a16 16 0 0 0-16-16H72a16 16 0 0 0-16 16v44a4 4 0 0 0 4 4m28-40h15.73a8.18 8.18 0 0 1 8.27 7.47a8 8 0 0 1-8 8.53H88.27A8.18 8.18 0 0 1 80 56.53A8 8 0 0 1 88 48m136 64.06a8 8 0 0 0-8-8.06H40a8 8 0 0 0-8 8.06a96.1 96.1 0 0 0 51.68 85.08l-3.47 24.27a16.43 16.43 0 0 0 1.63 10A16 16 0 0 0 96 240h63.66a16.52 16.52 0 0 0 9.72-3a16 16 0 0 0 6.46-15.23l-3.52-24.6A96.1 96.1 0 0 0 224 112.06M96 224l2.93-20.5a96.15 96.15 0 0 0 58.14 0L160 224Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M60 88h136a4 4 0 0 0 4-4V40a16 16 0 0 0-16-16H72a16 16 0 0 0-16 16v44a4 4 0 0 0 4 4m28-40h15.73a8.18 8.18 0 0 1 8.27 7.47a8 8 0 0 1-8 8.53H88.27A8.18 8.18 0 0 1 80 56.53A8 8 0 0 1 88 48m136 64.06a8 8 0 0 0-8-8.06H40a8 8 0 0 0-8 8.06a96.1 96.1 0 0 0 51.68 85.08l-3.47 24.27a16.43 16.43 0 0 0 1.63 10A16 16 0 0 0 96 240h63.66a16.52 16.52 0 0 0 9.72-3a16 16 0 0 0 6.46-15.23l-3.52-24.6A96.1 96.1 0 0 0 224 112.06M96 224l2.93-20.5a96.15 96.15 0 0 0 58.14 0L160 224Z"/></svg>
</template>

CSS

.icon-toilet-fill {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M60%2088h136a4%204%200%200%200%204-4V40a16%2016%200%200%200-16-16H72a16%2016%200%200%200-16%2016v44a4%204%200%200%200%204%204m28-40h15.73a8.18%208.18%200%200%201%208.27%207.47a8%208%200%200%201-8%208.53H88.27A8.18%208.18%200%200%201%2080%2056.53A8%208%200%200%201%2088%2048m136%2064.06a8%208%200%200%200-8-8.06H40a8%208%200%200%200-8%208.06a96.1%2096.1%200%200%200%2051.68%2085.08l-3.47%2024.27a16.43%2016.43%200%200%200%201.63%2010A16%2016%200%200%200%2096%20240h63.66a16.52%2016.52%200%200%200%209.72-3a16%2016%200%200%200%206.46-15.23l-3.52-24.6A96.1%2096.1%200%200%200%20224%20112.06M96%20224l2.93-20.5a96.15%2096.15%200%200%200%2058.14%200L160%20224Z%22%2F%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M60%2088h136a4%204%200%200%200%204-4V40a16%2016%200%200%200-16-16H72a16%2016%200%200%200-16%2016v44a4%204%200%200%200%204%204m28-40h15.73a8.18%208.18%200%200%201%208.27%207.47a8%208%200%200%201-8%208.53H88.27A8.18%208.18%200%200%201%2080%2056.53A8%208%200%200%201%2088%2048m136%2064.06a8%208%200%200%200-8-8.06H40a8%208%200%200%200-8%208.06a96.1%2096.1%200%200%200%2051.68%2085.08l-3.47%2024.27a16.43%2016.43%200%200%200%201.63%2010A16%2016%200%200%200%2096%20240h63.66a16.52%2016.52%200%200%200%209.72-3a16%2016%200%200%200%206.46-15.23l-3.52-24.6A96.1%2096.1%200%200%200%20224%20112.06M96%20224l2.93-20.5a96.15%2096.15%200%200%200%2058.14%200L160%20224Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/toilet-fill.svg?color=%231a73e8&size=48