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

Name
restroom
Set
Font Awesome 6 Solid
Style
Regular
Category
Maps
Viewbox
640×512
License
CC BY 4.0

The same icon in other sets

More maps icons from Font Awesome 6 Solid

Use the restroom icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M80 48a48 48 0 1 1 96 0a48 48 0 1 1-96 0m40 304v128c0 17.7-14.3 32-32 32s-32-14.3-32-32V325.2c-8.1 9.2-21.1 13.2-33.5 9.4c-16.9-5.3-26.3-23.2-21-40.1l30.9-99.1C44.9 155.3 82 128 124 128h8c42 0 79.1 27.3 91.6 67.4l30.9 99.1c5.3 16.9-4.1 34.8-21 40.1c-12.4 3.9-25.4-.2-33.5-9.4V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V352zM320 0c13.3 0 24 10.7 24 24v464c0 13.3-10.7 24-24 24s-24-10.7-24-24V24c0-13.3 10.7-24 24-24m144 48a48 48 0 1 1 96 0a48 48 0 1 1-96 0m-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 Fa6SolidRestroom(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M80 48a48 48 0 1 1 96 0a48 48 0 1 1-96 0m40 304v128c0 17.7-14.3 32-32 32s-32-14.3-32-32V325.2c-8.1 9.2-21.1 13.2-33.5 9.4c-16.9-5.3-26.3-23.2-21-40.1l30.9-99.1C44.9 155.3 82 128 124 128h8c42 0 79.1 27.3 91.6 67.4l30.9 99.1c5.3 16.9-4.1 34.8-21 40.1c-12.4 3.9-25.4-.2-33.5-9.4V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V352zM320 0c13.3 0 24 10.7 24 24v464c0 13.3-10.7 24-24 24s-24-10.7-24-24V24c0-13.3 10.7-24 24-24m144 48a48 48 0 1 1 96 0a48 48 0 1 1-96 0m-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 512"><path fill="currentColor" d="M80 48a48 48 0 1 1 96 0a48 48 0 1 1-96 0m40 304v128c0 17.7-14.3 32-32 32s-32-14.3-32-32V325.2c-8.1 9.2-21.1 13.2-33.5 9.4c-16.9-5.3-26.3-23.2-21-40.1l30.9-99.1C44.9 155.3 82 128 124 128h8c42 0 79.1 27.3 91.6 67.4l30.9 99.1c5.3 16.9-4.1 34.8-21 40.1c-12.4 3.9-25.4-.2-33.5-9.4V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V352zM320 0c13.3 0 24 10.7 24 24v464c0 13.3-10.7 24-24 24s-24-10.7-24-24V24c0-13.3 10.7-24 24-24m144 48a48 48 0 1 1 96 0a48 48 0 1 1-96 0m-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%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M80%2048a48%2048%200%201%201%2096%200a48%2048%200%201%201-96%200m40%20304v128c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32V325.2c-8.1%209.2-21.1%2013.2-33.5%209.4c-16.9-5.3-26.3-23.2-21-40.1l30.9-99.1C44.9%20155.3%2082%20128%20124%20128h8c42%200%2079.1%2027.3%2091.6%2067.4l30.9%2099.1c5.3%2016.9-4.1%2034.8-21%2040.1c-12.4%203.9-25.4-.2-33.5-9.4V480c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32V352zM320%200c13.3%200%2024%2010.7%2024%2024v464c0%2013.3-10.7%2024-24%2024s-24-10.7-24-24V24c0-13.3%2010.7-24%2024-24m144%2048a48%2048%200%201%201%2096%200a48%2048%200%201%201-96%200m-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%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M80%2048a48%2048%200%201%201%2096%200a48%2048%200%201%201-96%200m40%20304v128c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32V325.2c-8.1%209.2-21.1%2013.2-33.5%209.4c-16.9-5.3-26.3-23.2-21-40.1l30.9-99.1C44.9%20155.3%2082%20128%20124%20128h8c42%200%2079.1%2027.3%2091.6%2067.4l30.9%2099.1c5.3%2016.9-4.1%2034.8-21%2040.1c-12.4%203.9-25.4-.2-33.5-9.4V480c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32V352zM320%200c13.3%200%2024%2010.7%2024%2024v464c0%2013.3-10.7%2024-24%2024s-24-10.7-24-24V24c0-13.3%2010.7-24%2024-24m144%2048a48%2048%200%201%201%2096%200a48%2048%200%201%201-96%200m-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/fa6-solid/restroom.svg?color=%231a73e8&size=48