bathroom-outline-rounded from Material Symbols by Google · Outline Rounded · Household · Apache-2.0 Free for personal and commercial use.

Name
bathroom-outline-rounded
Set
Material Symbols
Style
Outline Rounded
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-.288m-7.25-7.25Q7 8.926 7 11q0 .425.288.713T8 12h8q.425 0 .713-.288T17 11q0-2.075-1.463-3.537T12 6T8.463 7.463m5.825.9q.962.862 1.162 2.137h-6.9q.2-1.275 1.163-2.137T12 7.5t2.288.863M4 22q-.825 0-1.412-.587T2 20V4q0-.825.588-1.412T4 2h16q.825 0 1.413.588T22 4v16q0 .825-.587 1.413T20 22zm0-2h16V4H4zm0 0V4z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsBathroomOutlineRounded(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-.288m-7.25-7.25Q7 8.926 7 11q0 .425.288.713T8 12h8q.425 0 .713-.288T17 11q0-2.075-1.463-3.537T12 6T8.463 7.463m5.825.9q.962.862 1.162 2.137h-6.9q.2-1.275 1.163-2.137T12 7.5t2.288.863M4 22q-.825 0-1.412-.587T2 20V4q0-.825.588-1.412T4 2h16q.825 0 1.413.588T22 4v16q0 .825-.587 1.413T20 22zm0-2h16V4H4zm0 0V4z"/></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-.288m-7.25-7.25Q7 8.926 7 11q0 .425.288.713T8 12h8q.425 0 .713-.288T17 11q0-2.075-1.463-3.537T12 6T8.463 7.463m5.825.9q.962.862 1.162 2.137h-6.9q.2-1.275 1.163-2.137T12 7.5t2.288.863M4 22q-.825 0-1.412-.587T2 20V4q0-.825.588-1.412T4 2h16q.825 0 1.413.588T22 4v16q0 .825-.587 1.413T20 22zm0-2h16V4H4zm0 0V4z"/></svg>
</template>

CSS

.icon-bathroom-outline-rounded {
  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-.288m-7.25-7.25Q7%208.926%207%2011q0%20.425.288.713T8%2012h8q.425%200%20.713-.288T17%2011q0-2.075-1.463-3.537T12%206T8.463%207.463m5.825.9q.962.862%201.162%202.137h-6.9q.2-1.275%201.163-2.137T12%207.5t2.288.863M4%2022q-.825%200-1.412-.587T2%2020V4q0-.825.588-1.412T4%202h16q.825%200%201.413.588T22%204v16q0%20.825-.587%201.413T20%2022zm0-2h16V4H4zm0%200V4z%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-.288m-7.25-7.25Q7%208.926%207%2011q0%20.425.288.713T8%2012h8q.425%200%20.713-.288T17%2011q0-2.075-1.463-3.537T12%206T8.463%207.463m5.825.9q.962.862%201.162%202.137h-6.9q.2-1.275%201.163-2.137T12%207.5t2.288.863M4%2022q-.825%200-1.412-.587T2%2020V4q0-.825.588-1.412T4%202h16q.825%200%201.413.588T22%204v16q0%20.825-.587%201.413T20%2022zm0-2h16V4H4zm0%200V4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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