bathroom from Material Symbols by Google · Regular · Household · Apache-2.0 Free for personal and commercial use.

Name
bathroom
Set
Material Symbols
Style
Regular
Category
Household
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More household icons from Material Symbols

Use the bathroom icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.713 17.713Q10 17.425 10 17t-.288-.712T9 16t-.712.288T8 17t.288.713T9 18t.713-.288m3 0Q13 17.426 13 17t-.288-.712T12 16t-.712.288T11 17t.288.713T12 18t.713-.288m3 0Q16 17.426 16 17t-.288-.712T15 16t-.712.288T14 17t.288.713T15 18t.713-.288m-6-3Q10 14.425 10 14t-.288-.712T9 13t-.712.288T8 14t.288.713T9 15t.713-.288m3 0Q13 14.426 13 14t-.288-.712T12 13t-.712.288T11 14t.288.713T12 15t.713-.288m3 0Q16 14.426 16 14t-.288-.712T15 13t-.712.288T14 14t.288.713T15 15t.713-.288M7 12h10v-1q0-2.075-1.463-3.537T12 6T8.463 7.463T7 11zM4 22q-.825 0-1.412-.587T2 20V4q0-.825.588-1.412T4 2h16q.825 0 1.413.588T22 4v16q0 .825-.587 1.413T20 22z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsBathroom(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.713 17.713Q10 17.425 10 17t-.288-.712T9 16t-.712.288T8 17t.288.713T9 18t.713-.288m3 0Q13 17.426 13 17t-.288-.712T12 16t-.712.288T11 17t.288.713T12 18t.713-.288m3 0Q16 17.426 16 17t-.288-.712T15 16t-.712.288T14 17t.288.713T15 18t.713-.288m-6-3Q10 14.425 10 14t-.288-.712T9 13t-.712.288T8 14t.288.713T9 15t.713-.288m3 0Q13 14.426 13 14t-.288-.712T12 13t-.712.288T11 14t.288.713T12 15t.713-.288m3 0Q16 14.426 16 14t-.288-.712T15 13t-.712.288T14 14t.288.713T15 15t.713-.288M7 12h10v-1q0-2.075-1.463-3.537T12 6T8.463 7.463T7 11zM4 22q-.825 0-1.412-.587T2 20V4q0-.825.588-1.412T4 2h16q.825 0 1.413.588T22 4v16q0 .825-.587 1.413T20 22z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.713 17.713Q10 17.425 10 17t-.288-.712T9 16t-.712.288T8 17t.288.713T9 18t.713-.288m3 0Q13 17.426 13 17t-.288-.712T12 16t-.712.288T11 17t.288.713T12 18t.713-.288m3 0Q16 17.426 16 17t-.288-.712T15 16t-.712.288T14 17t.288.713T15 18t.713-.288m-6-3Q10 14.425 10 14t-.288-.712T9 13t-.712.288T8 14t.288.713T9 15t.713-.288m3 0Q13 14.426 13 14t-.288-.712T12 13t-.712.288T11 14t.288.713T12 15t.713-.288m3 0Q16 14.426 16 14t-.288-.712T15 13t-.712.288T14 14t.288.713T15 15t.713-.288M7 12h10v-1q0-2.075-1.463-3.537T12 6T8.463 7.463T7 11zM4 22q-.825 0-1.412-.587T2 20V4q0-.825.588-1.412T4 2h16q.825 0 1.413.588T22 4v16q0 .825-.587 1.413T20 22z"/></svg>
</template>

CSS

.icon-bathroom {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.713%2017.713Q10%2017.425%2010%2017t-.288-.712T9%2016t-.712.288T8%2017t.288.713T9%2018t.713-.288m3%200Q13%2017.426%2013%2017t-.288-.712T12%2016t-.712.288T11%2017t.288.713T12%2018t.713-.288m3%200Q16%2017.426%2016%2017t-.288-.712T15%2016t-.712.288T14%2017t.288.713T15%2018t.713-.288m-6-3Q10%2014.425%2010%2014t-.288-.712T9%2013t-.712.288T8%2014t.288.713T9%2015t.713-.288m3%200Q13%2014.426%2013%2014t-.288-.712T12%2013t-.712.288T11%2014t.288.713T12%2015t.713-.288m3%200Q16%2014.426%2016%2014t-.288-.712T15%2013t-.712.288T14%2014t.288.713T15%2015t.713-.288M7%2012h10v-1q0-2.075-1.463-3.537T12%206T8.463%207.463T7%2011zM4%2022q-.825%200-1.412-.587T2%2020V4q0-.825.588-1.412T4%202h16q.825%200%201.413.588T22%204v16q0%20.825-.587%201.413T20%2022z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.713%2017.713Q10%2017.425%2010%2017t-.288-.712T9%2016t-.712.288T8%2017t.288.713T9%2018t.713-.288m3%200Q13%2017.426%2013%2017t-.288-.712T12%2016t-.712.288T11%2017t.288.713T12%2018t.713-.288m3%200Q16%2017.426%2016%2017t-.288-.712T15%2016t-.712.288T14%2017t.288.713T15%2018t.713-.288m-6-3Q10%2014.425%2010%2014t-.288-.712T9%2013t-.712.288T8%2014t.288.713T9%2015t.713-.288m3%200Q13%2014.426%2013%2014t-.288-.712T12%2013t-.712.288T11%2014t.288.713T12%2015t.713-.288m3%200Q16%2014.426%2016%2014t-.288-.712T15%2013t-.712.288T14%2014t.288.713T15%2015t.713-.288M7%2012h10v-1q0-2.075-1.463-3.537T12%206T8.463%207.463T7%2011zM4%2022q-.825%200-1.412-.587T2%2020V4q0-.825.588-1.412T4%202h16q.825%200%201.413.588T22%204v16q0%20.825-.587%201.413T20%2022z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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