toilet-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.

Name
toilet-20-regular
Set
Fluent UI System Icons
Style
20 Regular
Viewbox
20×20
License
MIT

3 other variants in Fluent UI System Icons

The same icon in other sets

Use the toilet icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M16.5 1A1.5 1.5 0 0 1 18 2.5v6a2.5 2.5 0 0 1-1.999 2.45V16a2 2 0 0 1-2 2h-8a1 1 0 0 1-.908-1.419l1.289-2.797A6 6 0 0 1 4.05 9.76A1.999 1.999 0 0 1 5 6h8V2.5A1.5 1.5 0 0 1 14.5 1zm-1.499 11.313a5.99 5.99 0 0 1-5 2.687a6 6 0 0 1-2.767-.676L6.001 17h8a1 1 0 0 0 1-1zM13.5 10H5.102a5.001 5.001 0 0 0 9.546.848a2.5 2.5 0 0 1-1.145-.849zm1-8a.5.5 0 0 0-.5.5v6a1.5 1.5 0 0 0 3 0v-6a.5.5 0 0 0-.5-.5zM5 7a1 1 0 0 0 0 2h8.05a2.5 2.5 0 0 1-.05-.5V7z"/></svg>

React

import type { SVGProps } from "react";

export function FluentToilet20Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M16.5 1A1.5 1.5 0 0 1 18 2.5v6a2.5 2.5 0 0 1-1.999 2.45V16a2 2 0 0 1-2 2h-8a1 1 0 0 1-.908-1.419l1.289-2.797A6 6 0 0 1 4.05 9.76A1.999 1.999 0 0 1 5 6h8V2.5A1.5 1.5 0 0 1 14.5 1zm-1.499 11.313a5.99 5.99 0 0 1-5 2.687a6 6 0 0 1-2.767-.676L6.001 17h8a1 1 0 0 0 1-1zM13.5 10H5.102a5.001 5.001 0 0 0 9.546.848a2.5 2.5 0 0 1-1.145-.849zm1-8a.5.5 0 0 0-.5.5v6a1.5 1.5 0 0 0 3 0v-6a.5.5 0 0 0-.5-.5zM5 7a1 1 0 0 0 0 2h8.05a2.5 2.5 0 0 1-.05-.5V7z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M16.5 1A1.5 1.5 0 0 1 18 2.5v6a2.5 2.5 0 0 1-1.999 2.45V16a2 2 0 0 1-2 2h-8a1 1 0 0 1-.908-1.419l1.289-2.797A6 6 0 0 1 4.05 9.76A1.999 1.999 0 0 1 5 6h8V2.5A1.5 1.5 0 0 1 14.5 1zm-1.499 11.313a5.99 5.99 0 0 1-5 2.687a6 6 0 0 1-2.767-.676L6.001 17h8a1 1 0 0 0 1-1zM13.5 10H5.102a5.001 5.001 0 0 0 9.546.848a2.5 2.5 0 0 1-1.145-.849zm1-8a.5.5 0 0 0-.5.5v6a1.5 1.5 0 0 0 3 0v-6a.5.5 0 0 0-.5-.5zM5 7a1 1 0 0 0 0 2h8.05a2.5 2.5 0 0 1-.05-.5V7z"/></svg>
</template>

CSS

.icon-toilet-20-regular {
  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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.5%201A1.5%201.5%200%200%201%2018%202.5v6a2.5%202.5%200%200%201-1.999%202.45V16a2%202%200%200%201-2%202h-8a1%201%200%200%201-.908-1.419l1.289-2.797A6%206%200%200%201%204.05%209.76A1.999%201.999%200%200%201%205%206h8V2.5A1.5%201.5%200%200%201%2014.5%201zm-1.499%2011.313a5.99%205.99%200%200%201-5%202.687a6%206%200%200%201-2.767-.676L6.001%2017h8a1%201%200%200%200%201-1zM13.5%2010H5.102a5.001%205.001%200%200%200%209.546.848a2.5%202.5%200%200%201-1.145-.849zm1-8a.5.5%200%200%200-.5.5v6a1.5%201.5%200%200%200%203%200v-6a.5.5%200%200%200-.5-.5zM5%207a1%201%200%200%200%200%202h8.05a2.5%202.5%200%200%201-.05-.5V7z%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.5%201A1.5%201.5%200%200%201%2018%202.5v6a2.5%202.5%200%200%201-1.999%202.45V16a2%202%200%200%201-2%202h-8a1%201%200%200%201-.908-1.419l1.289-2.797A6%206%200%200%201%204.05%209.76A1.999%201.999%200%200%201%205%206h8V2.5A1.5%201.5%200%200%201%2014.5%201zm-1.499%2011.313a5.99%205.99%200%200%201-5%202.687a6%206%200%200%201-2.767-.676L6.001%2017h8a1%201%200%200%200%201-1zM13.5%2010H5.102a5.001%205.001%200%200%200%209.546.848a2.5%202.5%200%200%201-1.145-.849zm1-8a.5.5%200%200%200-.5.5v6a1.5%201.5%200%200%200%203%200v-6a.5.5%200%200%200-.5-.5zM5%207a1%201%200%200%200%200%202h8.05a2.5%202.5%200%200%201-.05-.5V7z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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