toilet icon
toilet-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.
- Name
- toilet-16-filled
- Set
- Fluent UI System Icons
- Style
- 16 Filled
- Viewbox
- 16×16
- License
- MIT
3 other variants in Fluent UI System Icons
The same icon in other sets
toiletEmoji One (Colored)toiletFont Awesome 6 SolidtoiletFont Awesome SolidtoiletFluent EmojitoiletFluent Emoji FlattoiletFluent Emoji High ContrasttoiletFirefox OS EmojitoiletIconParktoiletIconPark OutlinetoiletIconPark SolidtoiletIconPark TwoTonetoiletLine AwesometoiletLucidetoiletMaterial Design IconstoiletNoto EmojitoiletOpenMojitoiletPhosphortoiletStreamline EmojistoiletTwitter Emoji
Use the toilet icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M12.504 10.959q.242.04.496.041l.001-.001V13a2 2 0 0 1-2 2h-6a1 1 0 0 1-.912-1.41l.687-1.53A5.97 5.97 0 0 0 8 13c1.796 0 3.405-.79 4.504-2.041M3.5 9h6.673c.237.67.704 1.227 1.306 1.583A4.98 4.98 0 0 1 8 12a5 5 0 0 1-4.586-3.005zm10-8A1.5 1.5 0 0 1 15 2.5V8a2 2 0 1 1-4 0V2.5A1.5 1.5 0 0 1 12.5 1zM10 8H3a1 1 0 0 1 0-2h7z"/></svg>
React
import type { SVGProps } from "react";
export function FluentToilet16Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M12.504 10.959q.242.04.496.041l.001-.001V13a2 2 0 0 1-2 2h-6a1 1 0 0 1-.912-1.41l.687-1.53A5.97 5.97 0 0 0 8 13c1.796 0 3.405-.79 4.504-2.041M3.5 9h6.673c.237.67.704 1.227 1.306 1.583A4.98 4.98 0 0 1 8 12a5 5 0 0 1-4.586-3.005zm10-8A1.5 1.5 0 0 1 15 2.5V8a2 2 0 1 1-4 0V2.5A1.5 1.5 0 0 1 12.5 1zM10 8H3a1 1 0 0 1 0-2h7z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M12.504 10.959q.242.04.496.041l.001-.001V13a2 2 0 0 1-2 2h-6a1 1 0 0 1-.912-1.41l.687-1.53A5.97 5.97 0 0 0 8 13c1.796 0 3.405-.79 4.504-2.041M3.5 9h6.673c.237.67.704 1.227 1.306 1.583A4.98 4.98 0 0 1 8 12a5 5 0 0 1-4.586-3.005zm10-8A1.5 1.5 0 0 1 15 2.5V8a2 2 0 1 1-4 0V2.5A1.5 1.5 0 0 1 12.5 1zM10 8H3a1 1 0 0 1 0-2h7z"/></svg> </template>
CSS
.icon-toilet-16-filled {
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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.504%2010.959q.242.04.496.041l.001-.001V13a2%202%200%200%201-2%202h-6a1%201%200%200%201-.912-1.41l.687-1.53A5.97%205.97%200%200%200%208%2013c1.796%200%203.405-.79%204.504-2.041M3.5%209h6.673c.237.67.704%201.227%201.306%201.583A4.98%204.98%200%200%201%208%2012a5%205%200%200%201-4.586-3.005zm10-8A1.5%201.5%200%200%201%2015%202.5V8a2%202%200%201%201-4%200V2.5A1.5%201.5%200%200%201%2012.5%201zM10%208H3a1%201%200%200%201%200-2h7z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.504%2010.959q.242.04.496.041l.001-.001V13a2%202%200%200%201-2%202h-6a1%201%200%200%201-.912-1.41l.687-1.53A5.97%205.97%200%200%200%208%2013c1.796%200%203.405-.79%204.504-2.041M3.5%209h6.673c.237.67.704%201.227%201.306%201.583A4.98%204.98%200%200%201%208%2012a5%205%200%200%201-4.586-3.005zm10-8A1.5%201.5%200%200%201%2015%202.5V8a2%202%200%201%201-4%200V2.5A1.5%201.5%200%200%201%2012.5%201zM10%208H3a1%201%200%200%201%200-2h7z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/toilet-16-filled.svg?color=%231a73e8&size=48