restroom from Twitter Emoji by Twitter · Default · Symbols · CC-BY-4.0 Attribution required.

Name
restroom
Set
Twitter Emoji
Style
Default
Category
Symbols
Viewbox
36×36
License
CC BY 4.0

The same emoji in other sets

More symbols icons from Twitter Emoji

Use the restroom emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#3b88c3" d="M36 32a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4h28a4 4 0 0 1 4 4z"/><path fill="#fff" d="M17.838 18.211c-.657-1.534-2.699-5.82-5.525-7.509A3.8 3.8 0 0 0 13 8.5C13 6.566 11.656 5 10 5C8.343 5 7 6.566 7 8.5c0 .84.264 1.6.687 2.203c-2.826 1.689-4.868 5.976-5.525 7.51a2 2 0 0 0 3.676 1.576q.079-.182.162-.363V31.5a1.5 1.5 0 1 0 3 0V24a1 1 0 1 1 2 0v7.5a1.5 1.5 0 0 0 3 0V19.428q.082.179.162.361a2 2 0 0 0 3.676-1.578m13.158 1.914a1.5 1.5 0 0 0 2.278-1.953l-5.73-6.686C28.412 10.874 29 9.771 29 8.5C29 6.566 27.656 5 26 5c-1.657 0-3 1.567-3 3.5c0 1.35.662 2.507 1.621 3.091l-5.739 6.408A1.5 1.5 0 0 0 21.117 20L23 18v2l-4 6h3v5.5a1.5 1.5 0 1 0 3 0V26h2v5.5a1.5 1.5 0 0 0 3 0V26h3l-4-6v-2z"/></svg>

React

import type { SVGProps } from "react";

export function TwemojiRestroom(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#3b88c3" d="M36 32a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4h28a4 4 0 0 1 4 4z"/><path fill="#fff" d="M17.838 18.211c-.657-1.534-2.699-5.82-5.525-7.509A3.8 3.8 0 0 0 13 8.5C13 6.566 11.656 5 10 5C8.343 5 7 6.566 7 8.5c0 .84.264 1.6.687 2.203c-2.826 1.689-4.868 5.976-5.525 7.51a2 2 0 0 0 3.676 1.576q.079-.182.162-.363V31.5a1.5 1.5 0 1 0 3 0V24a1 1 0 1 1 2 0v7.5a1.5 1.5 0 0 0 3 0V19.428q.082.179.162.361a2 2 0 0 0 3.676-1.578m13.158 1.914a1.5 1.5 0 0 0 2.278-1.953l-5.73-6.686C28.412 10.874 29 9.771 29 8.5C29 6.566 27.656 5 26 5c-1.657 0-3 1.567-3 3.5c0 1.35.662 2.507 1.621 3.091l-5.739 6.408A1.5 1.5 0 0 0 21.117 20L23 18v2l-4 6h3v5.5a1.5 1.5 0 1 0 3 0V26h2v5.5a1.5 1.5 0 0 0 3 0V26h3l-4-6v-2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#3b88c3" d="M36 32a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4h28a4 4 0 0 1 4 4z"/><path fill="#fff" d="M17.838 18.211c-.657-1.534-2.699-5.82-5.525-7.509A3.8 3.8 0 0 0 13 8.5C13 6.566 11.656 5 10 5C8.343 5 7 6.566 7 8.5c0 .84.264 1.6.687 2.203c-2.826 1.689-4.868 5.976-5.525 7.51a2 2 0 0 0 3.676 1.576q.079-.182.162-.363V31.5a1.5 1.5 0 1 0 3 0V24a1 1 0 1 1 2 0v7.5a1.5 1.5 0 0 0 3 0V19.428q.082.179.162.361a2 2 0 0 0 3.676-1.578m13.158 1.914a1.5 1.5 0 0 0 2.278-1.953l-5.73-6.686C28.412 10.874 29 9.771 29 8.5C29 6.566 27.656 5 26 5c-1.657 0-3 1.567-3 3.5c0 1.35.662 2.507 1.621 3.091l-5.739 6.408A1.5 1.5 0 0 0 21.117 20L23 18v2l-4 6h3v5.5a1.5 1.5 0 1 0 3 0V26h2v5.5a1.5 1.5 0 0 0 3 0V26h3l-4-6v-2z"/></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%2036%2036%22%3E%3Cpath%20fill%3D%22%233b88c3%22%20d%3D%22M36%2032a4%204%200%200%201-4%204H4a4%204%200%200%201-4-4V4a4%204%200%200%201%204-4h28a4%204%200%200%201%204%204z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M17.838%2018.211c-.657-1.534-2.699-5.82-5.525-7.509A3.8%203.8%200%200%200%2013%208.5C13%206.566%2011.656%205%2010%205C8.343%205%207%206.566%207%208.5c0%20.84.264%201.6.687%202.203c-2.826%201.689-4.868%205.976-5.525%207.51a2%202%200%200%200%203.676%201.576q.079-.182.162-.363V31.5a1.5%201.5%200%201%200%203%200V24a1%201%200%201%201%202%200v7.5a1.5%201.5%200%200%200%203%200V19.428q.082.179.162.361a2%202%200%200%200%203.676-1.578m13.158%201.914a1.5%201.5%200%200%200%202.278-1.953l-5.73-6.686C28.412%2010.874%2029%209.771%2029%208.5C29%206.566%2027.656%205%2026%205c-1.657%200-3%201.567-3%203.5c0%201.35.662%202.507%201.621%203.091l-5.739%206.408A1.5%201.5%200%200%200%2021.117%2020L23%2018v2l-4%206h3v5.5a1.5%201.5%200%201%200%203%200V26h2v5.5a1.5%201.5%200%200%200%203%200V26h3l-4-6v-2z%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%2036%2036%22%3E%3Cpath%20fill%3D%22%233b88c3%22%20d%3D%22M36%2032a4%204%200%200%201-4%204H4a4%204%200%200%201-4-4V4a4%204%200%200%201%204-4h28a4%204%200%200%201%204%204z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M17.838%2018.211c-.657-1.534-2.699-5.82-5.525-7.509A3.8%203.8%200%200%200%2013%208.5C13%206.566%2011.656%205%2010%205C8.343%205%207%206.566%207%208.5c0%20.84.264%201.6.687%202.203c-2.826%201.689-4.868%205.976-5.525%207.51a2%202%200%200%200%203.676%201.576q.079-.182.162-.363V31.5a1.5%201.5%200%201%200%203%200V24a1%201%200%201%201%202%200v7.5a1.5%201.5%200%200%200%203%200V19.428q.082.179.162.361a2%202%200%200%200%203.676-1.578m13.158%201.914a1.5%201.5%200%200%200%202.278-1.953l-5.73-6.686C28.412%2010.874%2029%209.771%2029%208.5C29%206.566%2027.656%205%2026%205c-1.657%200-3%201.567-3%203.5c0%201.35.662%202.507%201.621%203.091l-5.739%206.408A1.5%201.5%200%200%200%2021.117%2020L23%2018v2l-4%206h3v5.5a1.5%201.5%200%201%200%203%200V26h2v5.5a1.5%201.5%200%200%200%203%200V26h3l-4-6v-2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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