restroom icon
restroom from Font Awesome Solid by Dave Gandy · Solid · Maps · CC-BY-4.0 Attribution required.
- Name
- restroom
- Set
- Font Awesome Solid
- Style
- Solid
- Category
- Maps
- Viewbox
- 640×640
- License
- CC BY 4.0
The same icon in other sets
More maps icons from Font Awesome Solid
Use the restroom icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M80 112c0-26.5 21.5-48 48-48s48 21.5 48 48s-21.5 48-48 48s-48-21.5-48-48m40 304v128c0 17.7-14.3 32-32 32s-32-14.3-32-32V389.2c-8.1 9.2-21.1 13.2-33.5 9.4c-16.9-5.3-26.3-23.2-21-40.1l29.7-95.2C44.4 220.9 83.6 192 128 192s83.6 28.9 96.8 71.2l29.7 95.2c5.3 16.9-4.1 34.8-21 40.1c-12.4 3.9-25.4-.2-33.5-9.4V544c0 17.7-14.3 32-32 32s-32-14.3-32-32V416zM320 64c13.3 0 24 10.7 24 24v464c0 13.3-10.7 24-24 24s-24-10.7-24-24V88c0-13.3 10.7-24 24-24m144 48c0-26.5 21.5-48 48-48s48 21.5 48 48s-21.5 48-48 48s-48-21.5-48-48m-24 432v-96h-17.8c-10.9 0-18.6-10.7-15.2-21.1l9-26.9c-3.2 0-6.4-.5-9.5-1.5c-16.9-5.3-26.3-23.2-21-40.1l29.7-95.2c13.2-42.3 52.4-71.2 96.8-71.2s83.6 28.9 96.8 71.2l29.7 95.2c5.3 16.9-4.1 34.8-21 40.1c-3.2 1-6.4 1.5-9.5 1.5l9 26.9c3.5 10.4-4.3 21.1-15.2 21.1H584v96c0 17.7-14.3 32-32 32s-32-14.3-32-32v-96h-16v96c0 17.7-14.3 32-32 32s-32-14.3-32-32"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidRestroom(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M80 112c0-26.5 21.5-48 48-48s48 21.5 48 48s-21.5 48-48 48s-48-21.5-48-48m40 304v128c0 17.7-14.3 32-32 32s-32-14.3-32-32V389.2c-8.1 9.2-21.1 13.2-33.5 9.4c-16.9-5.3-26.3-23.2-21-40.1l29.7-95.2C44.4 220.9 83.6 192 128 192s83.6 28.9 96.8 71.2l29.7 95.2c5.3 16.9-4.1 34.8-21 40.1c-12.4 3.9-25.4-.2-33.5-9.4V544c0 17.7-14.3 32-32 32s-32-14.3-32-32V416zM320 64c13.3 0 24 10.7 24 24v464c0 13.3-10.7 24-24 24s-24-10.7-24-24V88c0-13.3 10.7-24 24-24m144 48c0-26.5 21.5-48 48-48s48 21.5 48 48s-21.5 48-48 48s-48-21.5-48-48m-24 432v-96h-17.8c-10.9 0-18.6-10.7-15.2-21.1l9-26.9c-3.2 0-6.4-.5-9.5-1.5c-16.9-5.3-26.3-23.2-21-40.1l29.7-95.2c13.2-42.3 52.4-71.2 96.8-71.2s83.6 28.9 96.8 71.2l29.7 95.2c5.3 16.9-4.1 34.8-21 40.1c-3.2 1-6.4 1.5-9.5 1.5l9 26.9c3.5 10.4-4.3 21.1-15.2 21.1H584v96c0 17.7-14.3 32-32 32s-32-14.3-32-32v-96h-16v96c0 17.7-14.3 32-32 32s-32-14.3-32-32"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M80 112c0-26.5 21.5-48 48-48s48 21.5 48 48s-21.5 48-48 48s-48-21.5-48-48m40 304v128c0 17.7-14.3 32-32 32s-32-14.3-32-32V389.2c-8.1 9.2-21.1 13.2-33.5 9.4c-16.9-5.3-26.3-23.2-21-40.1l29.7-95.2C44.4 220.9 83.6 192 128 192s83.6 28.9 96.8 71.2l29.7 95.2c5.3 16.9-4.1 34.8-21 40.1c-12.4 3.9-25.4-.2-33.5-9.4V544c0 17.7-14.3 32-32 32s-32-14.3-32-32V416zM320 64c13.3 0 24 10.7 24 24v464c0 13.3-10.7 24-24 24s-24-10.7-24-24V88c0-13.3 10.7-24 24-24m144 48c0-26.5 21.5-48 48-48s48 21.5 48 48s-21.5 48-48 48s-48-21.5-48-48m-24 432v-96h-17.8c-10.9 0-18.6-10.7-15.2-21.1l9-26.9c-3.2 0-6.4-.5-9.5-1.5c-16.9-5.3-26.3-23.2-21-40.1l29.7-95.2c13.2-42.3 52.4-71.2 96.8-71.2s83.6 28.9 96.8 71.2l29.7 95.2c5.3 16.9-4.1 34.8-21 40.1c-3.2 1-6.4 1.5-9.5 1.5l9 26.9c3.5 10.4-4.3 21.1-15.2 21.1H584v96c0 17.7-14.3 32-32 32s-32-14.3-32-32v-96h-16v96c0 17.7-14.3 32-32 32s-32-14.3-32-32"/></svg> </template>
CSS
.icon-restroom {
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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M80%20112c0-26.5%2021.5-48%2048-48s48%2021.5%2048%2048s-21.5%2048-48%2048s-48-21.5-48-48m40%20304v128c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32V389.2c-8.1%209.2-21.1%2013.2-33.5%209.4c-16.9-5.3-26.3-23.2-21-40.1l29.7-95.2C44.4%20220.9%2083.6%20192%20128%20192s83.6%2028.9%2096.8%2071.2l29.7%2095.2c5.3%2016.9-4.1%2034.8-21%2040.1c-12.4%203.9-25.4-.2-33.5-9.4V544c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32V416zM320%2064c13.3%200%2024%2010.7%2024%2024v464c0%2013.3-10.7%2024-24%2024s-24-10.7-24-24V88c0-13.3%2010.7-24%2024-24m144%2048c0-26.5%2021.5-48%2048-48s48%2021.5%2048%2048s-21.5%2048-48%2048s-48-21.5-48-48m-24%20432v-96h-17.8c-10.9%200-18.6-10.7-15.2-21.1l9-26.9c-3.2%200-6.4-.5-9.5-1.5c-16.9-5.3-26.3-23.2-21-40.1l29.7-95.2c13.2-42.3%2052.4-71.2%2096.8-71.2s83.6%2028.9%2096.8%2071.2l29.7%2095.2c5.3%2016.9-4.1%2034.8-21%2040.1c-3.2%201-6.4%201.5-9.5%201.5l9%2026.9c3.5%2010.4-4.3%2021.1-15.2%2021.1H584v96c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32v-96h-16v96c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M80%20112c0-26.5%2021.5-48%2048-48s48%2021.5%2048%2048s-21.5%2048-48%2048s-48-21.5-48-48m40%20304v128c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32V389.2c-8.1%209.2-21.1%2013.2-33.5%209.4c-16.9-5.3-26.3-23.2-21-40.1l29.7-95.2C44.4%20220.9%2083.6%20192%20128%20192s83.6%2028.9%2096.8%2071.2l29.7%2095.2c5.3%2016.9-4.1%2034.8-21%2040.1c-12.4%203.9-25.4-.2-33.5-9.4V544c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32V416zM320%2064c13.3%200%2024%2010.7%2024%2024v464c0%2013.3-10.7%2024-24%2024s-24-10.7-24-24V88c0-13.3%2010.7-24%2024-24m144%2048c0-26.5%2021.5-48%2048-48s48%2021.5%2048%2048s-21.5%2048-48%2048s-48-21.5-48-48m-24%20432v-96h-17.8c-10.9%200-18.6-10.7-15.2-21.1l9-26.9c-3.2%200-6.4-.5-9.5-1.5c-16.9-5.3-26.3-23.2-21-40.1l29.7-95.2c13.2-42.3%2052.4-71.2%2096.8-71.2s83.6%2028.9%2096.8%2071.2l29.7%2095.2c5.3%2016.9-4.1%2034.8-21%2040.1c-3.2%201-6.4%201.5-9.5%201.5l9%2026.9c3.5%2010.4-4.3%2021.1-15.2%2021.1H584v96c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32v-96h-16v96c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/restroom.svg?color=%231a73e8&size=48