restroom from Line Awesome by Icons8 · Line · Users & People · Apache-2.0 Free for personal and commercial use.

Name
restroom
Set
Line Awesome
Style
Line
Category
Users & People
Viewbox
32×32
License
Apache 2.0
Aliases
restroom-solid

The same icon in other sets

More users & people icons from Line Awesome

Use the restroom icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M9 4C6.8 4 5 5.8 5 8c0 1.113.477 2.117 1.219 2.844A5.04 5.04 0 0 0 4 15v5.625l2 1V28h6v-6.375l2-1V15a5.04 5.04 0 0 0-2.219-4.156C12.523 10.117 13 9.114 13 8c0-2.2-1.8-4-4-4m13 0c-2.2 0-4 1.8-4 4c0 1.152.523 2.176 1.313 2.906a4.62 4.62 0 0 0-1.782 2.906v.032l-1.5 7.969l-.25 1.187H19v5h6v-5h3.219l-.25-1.188l-1.5-7.968v-.031a4.62 4.62 0 0 0-1.782-2.907C25.477 10.176 26 9.152 26 8c0-2.2-1.8-4-4-4M9 6c1.117 0 2 .883 2 2s-.883 2-2 2s-2-.883-2-2s.883-2 2-2m13 0c1.117 0 2 .883 2 2s-.883 2-2 2s-2-.883-2-2s.883-2 2-2M9 12a3 3 0 0 1 3 3v4.375l-2 1V26H8v-5.625l-2-1V15a3 3 0 0 1 3-3m13 0c1.23 0 2.277.816 2.5 2.156v.031h.031L25.813 21H23v5h-2v-5h-2.813l1.282-6.813h.031v-.03C19.723 12.816 20.77 12 22 12"/></svg>

React

import type { SVGProps } from "react";

export function LaRestroom(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M9 4C6.8 4 5 5.8 5 8c0 1.113.477 2.117 1.219 2.844A5.04 5.04 0 0 0 4 15v5.625l2 1V28h6v-6.375l2-1V15a5.04 5.04 0 0 0-2.219-4.156C12.523 10.117 13 9.114 13 8c0-2.2-1.8-4-4-4m13 0c-2.2 0-4 1.8-4 4c0 1.152.523 2.176 1.313 2.906a4.62 4.62 0 0 0-1.782 2.906v.032l-1.5 7.969l-.25 1.187H19v5h6v-5h3.219l-.25-1.188l-1.5-7.968v-.031a4.62 4.62 0 0 0-1.782-2.907C25.477 10.176 26 9.152 26 8c0-2.2-1.8-4-4-4M9 6c1.117 0 2 .883 2 2s-.883 2-2 2s-2-.883-2-2s.883-2 2-2m13 0c1.117 0 2 .883 2 2s-.883 2-2 2s-2-.883-2-2s.883-2 2-2M9 12a3 3 0 0 1 3 3v4.375l-2 1V26H8v-5.625l-2-1V15a3 3 0 0 1 3-3m13 0c1.23 0 2.277.816 2.5 2.156v.031h.031L25.813 21H23v5h-2v-5h-2.813l1.282-6.813h.031v-.03C19.723 12.816 20.77 12 22 12"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M9 4C6.8 4 5 5.8 5 8c0 1.113.477 2.117 1.219 2.844A5.04 5.04 0 0 0 4 15v5.625l2 1V28h6v-6.375l2-1V15a5.04 5.04 0 0 0-2.219-4.156C12.523 10.117 13 9.114 13 8c0-2.2-1.8-4-4-4m13 0c-2.2 0-4 1.8-4 4c0 1.152.523 2.176 1.313 2.906a4.62 4.62 0 0 0-1.782 2.906v.032l-1.5 7.969l-.25 1.187H19v5h6v-5h3.219l-.25-1.188l-1.5-7.968v-.031a4.62 4.62 0 0 0-1.782-2.907C25.477 10.176 26 9.152 26 8c0-2.2-1.8-4-4-4M9 6c1.117 0 2 .883 2 2s-.883 2-2 2s-2-.883-2-2s.883-2 2-2m13 0c1.117 0 2 .883 2 2s-.883 2-2 2s-2-.883-2-2s.883-2 2-2M9 12a3 3 0 0 1 3 3v4.375l-2 1V26H8v-5.625l-2-1V15a3 3 0 0 1 3-3m13 0c1.23 0 2.277.816 2.5 2.156v.031h.031L25.813 21H23v5h-2v-5h-2.813l1.282-6.813h.031v-.03C19.723 12.816 20.77 12 22 12"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9%204C6.8%204%205%205.8%205%208c0%201.113.477%202.117%201.219%202.844A5.04%205.04%200%200%200%204%2015v5.625l2%201V28h6v-6.375l2-1V15a5.04%205.04%200%200%200-2.219-4.156C12.523%2010.117%2013%209.114%2013%208c0-2.2-1.8-4-4-4m13%200c-2.2%200-4%201.8-4%204c0%201.152.523%202.176%201.313%202.906a4.62%204.62%200%200%200-1.782%202.906v.032l-1.5%207.969l-.25%201.187H19v5h6v-5h3.219l-.25-1.188l-1.5-7.968v-.031a4.62%204.62%200%200%200-1.782-2.907C25.477%2010.176%2026%209.152%2026%208c0-2.2-1.8-4-4-4M9%206c1.117%200%202%20.883%202%202s-.883%202-2%202s-2-.883-2-2s.883-2%202-2m13%200c1.117%200%202%20.883%202%202s-.883%202-2%202s-2-.883-2-2s.883-2%202-2M9%2012a3%203%200%200%201%203%203v4.375l-2%201V26H8v-5.625l-2-1V15a3%203%200%200%201%203-3m13%200c1.23%200%202.277.816%202.5%202.156v.031h.031L25.813%2021H23v5h-2v-5h-2.813l1.282-6.813h.031v-.03C19.723%2012.816%2020.77%2012%2022%2012%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9%204C6.8%204%205%205.8%205%208c0%201.113.477%202.117%201.219%202.844A5.04%205.04%200%200%200%204%2015v5.625l2%201V28h6v-6.375l2-1V15a5.04%205.04%200%200%200-2.219-4.156C12.523%2010.117%2013%209.114%2013%208c0-2.2-1.8-4-4-4m13%200c-2.2%200-4%201.8-4%204c0%201.152.523%202.176%201.313%202.906a4.62%204.62%200%200%200-1.782%202.906v.032l-1.5%207.969l-.25%201.187H19v5h6v-5h3.219l-.25-1.188l-1.5-7.968v-.031a4.62%204.62%200%200%200-1.782-2.907C25.477%2010.176%2026%209.152%2026%208c0-2.2-1.8-4-4-4M9%206c1.117%200%202%20.883%202%202s-.883%202-2%202s-2-.883-2-2s.883-2%202-2m13%200c1.117%200%202%20.883%202%202s-.883%202-2%202s-2-.883-2-2s.883-2%202-2M9%2012a3%203%200%200%201%203%203v4.375l-2%201V26H8v-5.625l-2-1V15a3%203%200%200%201%203-3m13%200c1.23%200%202.277.816%202.5%202.156v.031h.031L25.813%2021H23v5h-2v-5h-2.813l1.282-6.813h.031v-.03C19.723%2012.816%2020.77%2012%2022%2012%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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