bathroom icon
bathroom-outline-sharp from Material Symbols by Google · Outline Sharp · Household · Apache-2.0 Free for personal and commercial use.
- Name
- bathroom-outline-sharp
- Set
- Material Symbols
- Style
- Outline Sharp
- 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 11zm1.55-1.5q.2-1.275 1.163-2.137T12 7.5t2.288.863T15.45 10.5zM2 22V2h20v20zm2-2h16V4H4zm0 0V4z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsBathroomOutlineSharp(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 11zm1.55-1.5q.2-1.275 1.163-2.137T12 7.5t2.288.863T15.45 10.5zM2 22V2h20v20zm2-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-.288M7 12h10v-1q0-2.075-1.463-3.537T12 6T8.463 7.463T7 11zm1.55-1.5q.2-1.275 1.163-2.137T12 7.5t2.288.863T15.45 10.5zM2 22V2h20v20zm2-2h16V4H4zm0 0V4z"/></svg> </template>
CSS
.icon-bathroom-outline-sharp {
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%2011zm1.55-1.5q.2-1.275%201.163-2.137T12%207.5t2.288.863T15.45%2010.5zM2%2022V2h20v20zm2-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-.288M7%2012h10v-1q0-2.075-1.463-3.537T12%206T8.463%207.463T7%2011zm1.55-1.5q.2-1.275%201.163-2.137T12%207.5t2.288.863T15.45%2010.5zM2%2022V2h20v20zm2-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-sharp.svg?color=%231a73e8&size=48