bath public large icon
bath-public-large-sharp from Material Symbols by Google · Sharp · Activities · Apache-2.0 Free for personal and commercial use.
- Name
- bath-public-large-sharp
- Set
- Material Symbols
- Style
- Sharp
- Category
- Activities
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- bath-public-large-outline-sharp
2 other variants in Material Symbols
The same icon in other sets
More activities icons from Material Symbols
Use the bath public large icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 22V6h5v2H4v12h16V8h-3V6h5v16zm3.438-6.437Q5 15.125 5 14.5t.438-1.062T6.5 13t1.063.438T8 14.5t-.437 1.063T6.5 16t-1.062-.437M5 19v-.625q0-.8.55-1.338t1.3-.537q.35 0 .738.163t.612.437l1.125 1.3q.15.175.313.325T10 19zm4-3v-.675q0-.8.825-1.312T12 13.5t2.175.513t.825 1.312V16zm10 3h-5q.2-.125.363-.275t.312-.325l1.125-1.3q.2-.25.613-.425t.737-.175q.75 0 1.3.55t.55 1.325zm-8.062-6.437q-.438-.438-.438-1.063t.438-1.062T12 10t1.063.438t.437 1.062t-.437 1.063T12 13t-1.062-.437m5.5 3Q16 15.125 16 14.5t.438-1.062T17.5 13t1.063.438T19 14.5t-.437 1.063T17.5 16t-1.062-.437M8.275 8q.125-.45.163-.675t.037-.5q0-.375-.175-.763t-.6-.887q-.575-.675-.862-1.412T6.55 2.275q0-.3.038-.612T6.7 1h1.5q-.075.475-.112.75t-.038.525q0 .45.2.938t.6.987q.575.75.85 1.388t.275 1.237q0 .3-.038.6T9.826 8zM11.3 8q.125-.45.175-.675t.05-.5q0-.375-.187-.763t-.613-.887q-.575-.675-.85-1.412T9.6 2.275q0-.3.025-.612t.1-.663h1.5q-.075.475-.1.75t-.025.525q0 .45.188.938t.587.987q.575.75.85 1.388T13 6.825q0 .3-.038.6T12.85 8zm3 0q.125-.45.163-.675t.037-.5q0-.375-.175-.763t-.6-.887q-.575-.675-.862-1.412t-.288-1.488q0-.3.038-.612T12.725 1h1.5q-.075.475-.1.75t-.025.525q0 .45.188.938t.587.987q.575.75.85 1.388T16 6.825q0 .3-.038.6T15.85 8z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsBathPublicLargeSharp(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="M2 22V6h5v2H4v12h16V8h-3V6h5v16zm3.438-6.437Q5 15.125 5 14.5t.438-1.062T6.5 13t1.063.438T8 14.5t-.437 1.063T6.5 16t-1.062-.437M5 19v-.625q0-.8.55-1.338t1.3-.537q.35 0 .738.163t.612.437l1.125 1.3q.15.175.313.325T10 19zm4-3v-.675q0-.8.825-1.312T12 13.5t2.175.513t.825 1.312V16zm10 3h-5q.2-.125.363-.275t.312-.325l1.125-1.3q.2-.25.613-.425t.737-.175q.75 0 1.3.55t.55 1.325zm-8.062-6.437q-.438-.438-.438-1.063t.438-1.062T12 10t1.063.438t.437 1.062t-.437 1.063T12 13t-1.062-.437m5.5 3Q16 15.125 16 14.5t.438-1.062T17.5 13t1.063.438T19 14.5t-.437 1.063T17.5 16t-1.062-.437M8.275 8q.125-.45.163-.675t.037-.5q0-.375-.175-.763t-.6-.887q-.575-.675-.862-1.412T6.55 2.275q0-.3.038-.612T6.7 1h1.5q-.075.475-.112.75t-.038.525q0 .45.2.938t.6.987q.575.75.85 1.388t.275 1.237q0 .3-.038.6T9.826 8zM11.3 8q.125-.45.175-.675t.05-.5q0-.375-.187-.763t-.613-.887q-.575-.675-.85-1.412T9.6 2.275q0-.3.025-.612t.1-.663h1.5q-.075.475-.1.75t-.025.525q0 .45.188.938t.587.987q.575.75.85 1.388T13 6.825q0 .3-.038.6T12.85 8zm3 0q.125-.45.163-.675t.037-.5q0-.375-.175-.763t-.6-.887q-.575-.675-.862-1.412t-.288-1.488q0-.3.038-.612T12.725 1h1.5q-.075.475-.1.75t-.025.525q0 .45.188.938t.587.987q.575.75.85 1.388T16 6.825q0 .3-.038.6T15.85 8z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 22V6h5v2H4v12h16V8h-3V6h5v16zm3.438-6.437Q5 15.125 5 14.5t.438-1.062T6.5 13t1.063.438T8 14.5t-.437 1.063T6.5 16t-1.062-.437M5 19v-.625q0-.8.55-1.338t1.3-.537q.35 0 .738.163t.612.437l1.125 1.3q.15.175.313.325T10 19zm4-3v-.675q0-.8.825-1.312T12 13.5t2.175.513t.825 1.312V16zm10 3h-5q.2-.125.363-.275t.312-.325l1.125-1.3q.2-.25.613-.425t.737-.175q.75 0 1.3.55t.55 1.325zm-8.062-6.437q-.438-.438-.438-1.063t.438-1.062T12 10t1.063.438t.437 1.062t-.437 1.063T12 13t-1.062-.437m5.5 3Q16 15.125 16 14.5t.438-1.062T17.5 13t1.063.438T19 14.5t-.437 1.063T17.5 16t-1.062-.437M8.275 8q.125-.45.163-.675t.037-.5q0-.375-.175-.763t-.6-.887q-.575-.675-.862-1.412T6.55 2.275q0-.3.038-.612T6.7 1h1.5q-.075.475-.112.75t-.038.525q0 .45.2.938t.6.987q.575.75.85 1.388t.275 1.237q0 .3-.038.6T9.826 8zM11.3 8q.125-.45.175-.675t.05-.5q0-.375-.187-.763t-.613-.887q-.575-.675-.85-1.412T9.6 2.275q0-.3.025-.612t.1-.663h1.5q-.075.475-.1.75t-.025.525q0 .45.188.938t.587.987q.575.75.85 1.388T13 6.825q0 .3-.038.6T12.85 8zm3 0q.125-.45.163-.675t.037-.5q0-.375-.175-.763t-.6-.887q-.575-.675-.862-1.412t-.288-1.488q0-.3.038-.612T12.725 1h1.5q-.075.475-.1.75t-.025.525q0 .45.188.938t.587.987q.575.75.85 1.388T16 6.825q0 .3-.038.6T15.85 8z"/></svg> </template>
CSS
.icon-bath-public-large-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%22M2%2022V6h5v2H4v12h16V8h-3V6h5v16zm3.438-6.437Q5%2015.125%205%2014.5t.438-1.062T6.5%2013t1.063.438T8%2014.5t-.437%201.063T6.5%2016t-1.062-.437M5%2019v-.625q0-.8.55-1.338t1.3-.537q.35%200%20.738.163t.612.437l1.125%201.3q.15.175.313.325T10%2019zm4-3v-.675q0-.8.825-1.312T12%2013.5t2.175.513t.825%201.312V16zm10%203h-5q.2-.125.363-.275t.312-.325l1.125-1.3q.2-.25.613-.425t.737-.175q.75%200%201.3.55t.55%201.325zm-8.062-6.437q-.438-.438-.438-1.063t.438-1.062T12%2010t1.063.438t.437%201.062t-.437%201.063T12%2013t-1.062-.437m5.5%203Q16%2015.125%2016%2014.5t.438-1.062T17.5%2013t1.063.438T19%2014.5t-.437%201.063T17.5%2016t-1.062-.437M8.275%208q.125-.45.163-.675t.037-.5q0-.375-.175-.763t-.6-.887q-.575-.675-.862-1.412T6.55%202.275q0-.3.038-.612T6.7%201h1.5q-.075.475-.112.75t-.038.525q0%20.45.2.938t.6.987q.575.75.85%201.388t.275%201.237q0%20.3-.038.6T9.826%208zM11.3%208q.125-.45.175-.675t.05-.5q0-.375-.187-.763t-.613-.887q-.575-.675-.85-1.412T9.6%202.275q0-.3.025-.612t.1-.663h1.5q-.075.475-.1.75t-.025.525q0%20.45.188.938t.587.987q.575.75.85%201.388T13%206.825q0%20.3-.038.6T12.85%208zm3%200q.125-.45.163-.675t.037-.5q0-.375-.175-.763t-.6-.887q-.575-.675-.862-1.412t-.288-1.488q0-.3.038-.612T12.725%201h1.5q-.075.475-.1.75t-.025.525q0%20.45.188.938t.587.987q.575.75.85%201.388T16%206.825q0%20.3-.038.6T15.85%208z%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%22M2%2022V6h5v2H4v12h16V8h-3V6h5v16zm3.438-6.437Q5%2015.125%205%2014.5t.438-1.062T6.5%2013t1.063.438T8%2014.5t-.437%201.063T6.5%2016t-1.062-.437M5%2019v-.625q0-.8.55-1.338t1.3-.537q.35%200%20.738.163t.612.437l1.125%201.3q.15.175.313.325T10%2019zm4-3v-.675q0-.8.825-1.312T12%2013.5t2.175.513t.825%201.312V16zm10%203h-5q.2-.125.363-.275t.312-.325l1.125-1.3q.2-.25.613-.425t.737-.175q.75%200%201.3.55t.55%201.325zm-8.062-6.437q-.438-.438-.438-1.063t.438-1.062T12%2010t1.063.438t.437%201.062t-.437%201.063T12%2013t-1.062-.437m5.5%203Q16%2015.125%2016%2014.5t.438-1.062T17.5%2013t1.063.438T19%2014.5t-.437%201.063T17.5%2016t-1.062-.437M8.275%208q.125-.45.163-.675t.037-.5q0-.375-.175-.763t-.6-.887q-.575-.675-.862-1.412T6.55%202.275q0-.3.038-.612T6.7%201h1.5q-.075.475-.112.75t-.038.525q0%20.45.2.938t.6.987q.575.75.85%201.388t.275%201.237q0%20.3-.038.6T9.826%208zM11.3%208q.125-.45.175-.675t.05-.5q0-.375-.187-.763t-.613-.887q-.575-.675-.85-1.412T9.6%202.275q0-.3.025-.612t.1-.663h1.5q-.075.475-.1.75t-.025.525q0%20.45.188.938t.587.987q.575.75.85%201.388T13%206.825q0%20.3-.038.6T12.85%208zm3%200q.125-.45.163-.675t.037-.5q0-.375-.175-.763t-.6-.887q-.575-.675-.862-1.412t-.288-1.488q0-.3.038-.612T12.725%201h1.5q-.075.475-.1.75t-.025.525q0%20.45.188.938t.587.987q.575.75.85%201.388T16%206.825q0%20.3-.038.6T15.85%208z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/bath-public-large-sharp.svg?color=%231a73e8&size=48