toilet from Font Awesome 6 Solid by Dave Gandy · Regular · Objects · CC-BY-4.0 Attribution required.

Name
toilet
Set
Font Awesome 6 Solid
Style
Regular
Category
Objects
Viewbox
448×512
License
CC BY 4.0

The same icon in other sets

More objects icons from Font Awesome 6 Solid

Use the toilet icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M24 0C10.7 0 0 10.7 0 24s10.7 24 24 24h8v148.9c-1.9 1.4-3.8 2.9-5.6 4.4C10.9 214.5 0 232.9 0 256c0 46.9 14.3 84.1 37 112.5c14.2 17.7 31.1 31.3 48.5 41.8l-19.9 59.6c-3.3 9.8-1.6 20.5 4.4 28.8S85.7 512 96 512h256c10.3 0 19.9-4.9 26-13.3s7.7-19.1 4.4-28.8l-19.8-59.5c17.4-10.5 34.3-24.1 48.5-41.8c22.7-28.4 37-65.5 37-112.5c0-23.1-10.9-41.5-26.4-54.6c-1.8-1.5-3.7-3-5.6-4.4L416 48h8c13.3 0 24-10.7 24-24S437.3 0 424 0zm360 256.3c0 1-.3 2.6-3.8 5.6c-4.8 4.1-14 9-29.3 13.4C320.5 284 276.1 288 224 288s-96.5-4-126.9-12.8c-15.3-4.4-24.5-9.3-29.3-13.4c-3.5-3-3.8-4.6-3.8-5.6v-.4c0-1 0-2.5 3.8-5.8c4.8-4.1 14-9 29.3-13.4C127.5 228 171.9 224 224 224s96.5 4 126.9 12.8c15.3 4.4 24.5 9.3 29.3 13.4c3.8 3.2 3.8 4.8 3.8 5.8v.4zM328.2 384l-.2.5v-.5zM112 64h32c8.8 0 16 7.2 16 16s-7.2 16-16 16h-32c-8.8 0-16-7.2-16-16s7.2-16 16-16"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidToilet(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M24 0C10.7 0 0 10.7 0 24s10.7 24 24 24h8v148.9c-1.9 1.4-3.8 2.9-5.6 4.4C10.9 214.5 0 232.9 0 256c0 46.9 14.3 84.1 37 112.5c14.2 17.7 31.1 31.3 48.5 41.8l-19.9 59.6c-3.3 9.8-1.6 20.5 4.4 28.8S85.7 512 96 512h256c10.3 0 19.9-4.9 26-13.3s7.7-19.1 4.4-28.8l-19.8-59.5c17.4-10.5 34.3-24.1 48.5-41.8c22.7-28.4 37-65.5 37-112.5c0-23.1-10.9-41.5-26.4-54.6c-1.8-1.5-3.7-3-5.6-4.4L416 48h8c13.3 0 24-10.7 24-24S437.3 0 424 0zm360 256.3c0 1-.3 2.6-3.8 5.6c-4.8 4.1-14 9-29.3 13.4C320.5 284 276.1 288 224 288s-96.5-4-126.9-12.8c-15.3-4.4-24.5-9.3-29.3-13.4c-3.5-3-3.8-4.6-3.8-5.6v-.4c0-1 0-2.5 3.8-5.8c4.8-4.1 14-9 29.3-13.4C127.5 228 171.9 224 224 224s96.5 4 126.9 12.8c15.3 4.4 24.5 9.3 29.3 13.4c3.8 3.2 3.8 4.8 3.8 5.8v.4zM328.2 384l-.2.5v-.5zM112 64h32c8.8 0 16 7.2 16 16s-7.2 16-16 16h-32c-8.8 0-16-7.2-16-16s7.2-16 16-16"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M24 0C10.7 0 0 10.7 0 24s10.7 24 24 24h8v148.9c-1.9 1.4-3.8 2.9-5.6 4.4C10.9 214.5 0 232.9 0 256c0 46.9 14.3 84.1 37 112.5c14.2 17.7 31.1 31.3 48.5 41.8l-19.9 59.6c-3.3 9.8-1.6 20.5 4.4 28.8S85.7 512 96 512h256c10.3 0 19.9-4.9 26-13.3s7.7-19.1 4.4-28.8l-19.8-59.5c17.4-10.5 34.3-24.1 48.5-41.8c22.7-28.4 37-65.5 37-112.5c0-23.1-10.9-41.5-26.4-54.6c-1.8-1.5-3.7-3-5.6-4.4L416 48h8c13.3 0 24-10.7 24-24S437.3 0 424 0zm360 256.3c0 1-.3 2.6-3.8 5.6c-4.8 4.1-14 9-29.3 13.4C320.5 284 276.1 288 224 288s-96.5-4-126.9-12.8c-15.3-4.4-24.5-9.3-29.3-13.4c-3.5-3-3.8-4.6-3.8-5.6v-.4c0-1 0-2.5 3.8-5.8c4.8-4.1 14-9 29.3-13.4C127.5 228 171.9 224 224 224s96.5 4 126.9 12.8c15.3 4.4 24.5 9.3 29.3 13.4c3.8 3.2 3.8 4.8 3.8 5.8v.4zM328.2 384l-.2.5v-.5zM112 64h32c8.8 0 16 7.2 16 16s-7.2 16-16 16h-32c-8.8 0-16-7.2-16-16s7.2-16 16-16"/></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%20448%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24%200C10.7%200%200%2010.7%200%2024s10.7%2024%2024%2024h8v148.9c-1.9%201.4-3.8%202.9-5.6%204.4C10.9%20214.5%200%20232.9%200%20256c0%2046.9%2014.3%2084.1%2037%20112.5c14.2%2017.7%2031.1%2031.3%2048.5%2041.8l-19.9%2059.6c-3.3%209.8-1.6%2020.5%204.4%2028.8S85.7%20512%2096%20512h256c10.3%200%2019.9-4.9%2026-13.3s7.7-19.1%204.4-28.8l-19.8-59.5c17.4-10.5%2034.3-24.1%2048.5-41.8c22.7-28.4%2037-65.5%2037-112.5c0-23.1-10.9-41.5-26.4-54.6c-1.8-1.5-3.7-3-5.6-4.4L416%2048h8c13.3%200%2024-10.7%2024-24S437.3%200%20424%200zm360%20256.3c0%201-.3%202.6-3.8%205.6c-4.8%204.1-14%209-29.3%2013.4C320.5%20284%20276.1%20288%20224%20288s-96.5-4-126.9-12.8c-15.3-4.4-24.5-9.3-29.3-13.4c-3.5-3-3.8-4.6-3.8-5.6v-.4c0-1%200-2.5%203.8-5.8c4.8-4.1%2014-9%2029.3-13.4C127.5%20228%20171.9%20224%20224%20224s96.5%204%20126.9%2012.8c15.3%204.4%2024.5%209.3%2029.3%2013.4c3.8%203.2%203.8%204.8%203.8%205.8v.4zM328.2%20384l-.2.5v-.5zM112%2064h32c8.8%200%2016%207.2%2016%2016s-7.2%2016-16%2016h-32c-8.8%200-16-7.2-16-16s7.2-16%2016-16%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%20448%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24%200C10.7%200%200%2010.7%200%2024s10.7%2024%2024%2024h8v148.9c-1.9%201.4-3.8%202.9-5.6%204.4C10.9%20214.5%200%20232.9%200%20256c0%2046.9%2014.3%2084.1%2037%20112.5c14.2%2017.7%2031.1%2031.3%2048.5%2041.8l-19.9%2059.6c-3.3%209.8-1.6%2020.5%204.4%2028.8S85.7%20512%2096%20512h256c10.3%200%2019.9-4.9%2026-13.3s7.7-19.1%204.4-28.8l-19.8-59.5c17.4-10.5%2034.3-24.1%2048.5-41.8c22.7-28.4%2037-65.5%2037-112.5c0-23.1-10.9-41.5-26.4-54.6c-1.8-1.5-3.7-3-5.6-4.4L416%2048h8c13.3%200%2024-10.7%2024-24S437.3%200%20424%200zm360%20256.3c0%201-.3%202.6-3.8%205.6c-4.8%204.1-14%209-29.3%2013.4C320.5%20284%20276.1%20288%20224%20288s-96.5-4-126.9-12.8c-15.3-4.4-24.5-9.3-29.3-13.4c-3.5-3-3.8-4.6-3.8-5.6v-.4c0-1%200-2.5%203.8-5.8c4.8-4.1%2014-9%2029.3-13.4C127.5%20228%20171.9%20224%20224%20224s96.5%204%20126.9%2012.8c15.3%204.4%2024.5%209.3%2029.3%2013.4c3.8%203.2%203.8%204.8%203.8%205.8v.4zM328.2%20384l-.2.5v-.5zM112%2064h32c8.8%200%2016%207.2%2016%2016s-7.2%2016-16%2016h-32c-8.8%200-16-7.2-16-16s7.2-16%2016-16%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Toilet icon — Font Awesome 6 Solid · IconsDB