Bath Public Large icon

Bath Public Large is a Google Material Symbol from the Activities category. It comes in outlined, rounded and sharp styles, filled or unfilled, at seven weights from 100 to 700. Download it as SVG or PNG, or copy code for HTML, React, Vue, Angular, Flutter and Android — it's free to use under the Apache License 2.0.

Outlined

SVG

Outlined, filled

SVG

Every style, fill and weight

Material Symbols are variable: each icon comes in three styles, with or without fill, at seven weights. Pick a combination to preview it, download it, or copy the code for your platform.

Outlined, unfilled, weight 400

bath_public_large_outlined_fill0_wght400.svg

Bath Public Large icon in HTML

Load the Material Symbols font from Google Fonts (this link loads just this icon), then use the icon's name as text.

<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200&icon_names=bath_public_large" />

<span class="material-symbols-outlined">bath_public_large</span>

Bath Public Large icon in React

// With the font from the HTML tab:
export function BathPublicLargeIcon() {
  return (
    <span className="material-symbols-outlined">
      bath_public_large
    </span>
  );
}

// Or as an SVG component (Vite + vite-plugin-svgr) instead:
//   npm install @material-symbols/svg-400
//   import BathPublicLargeIcon from "@material-symbols/svg-400/outlined/bath_public_large.svg?react";

Bath Public Large icon in Vue

<!-- With the font from the HTML tab -->
<template>
  <span class="material-symbols-outlined">bath_public_large</span>
</template>

<!-- Or as an SVG component (Vite + vite-svg-loader):
     npm install @material-symbols/svg-400
     import BathPublicLargeIcon from "@material-symbols/svg-400/outlined/bath_public_large.svg?component"; -->

Bath Public Large icon in Angular

With Angular Material and the font from the HTML tab:

<mat-icon fontSet="material-symbols-outlined">bath_public_large</mat-icon>

Bath Public Large icon in Flutter

Uses the community material_symbols_icons package.

flutter pub add material_symbols_icons

import 'package:material_symbols_icons/symbols.dart';

Icon(Symbols.bath_public_large, fill: 0, weight: 400)

Bath Public Large icon in Android

A vector drawable of the selected style, fill and weight:

<!-- res/drawable/bath_public_large.xml -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24"
    android:tint="?attr/colorControlNormal">
        <path android:fillColor="@android:color/white" android:pathData="M3.5 22q-.6 0-1.05-.45t-.45-1.05v-13q0-.6 .45-1.05t1.05-.45h3.5v1.5H3.5v13h17v-13H17v-1.5h3.5q.6 0 1.05 .45t.45 1.05v13q0 .6-.45 1.05t-1.05 .45H3.5Zm2.025-6.526q-.4-.402-.4-.975T5.527 13.525q.401-.4 .975-.4T7.475 13.526q.4 .402 .4 .976T7.474 15.475q-.402 .4-.975 .4T5.525 15.474ZM5.125 18.875v-.5q0-.725 .5-1.237t1.233-.513q.342 0 .691 .149T8.1 17.175l1.125 1.3q.1 .1 .188 .2t.212 .2H5.125Zm4-3v-.55q0-.745 .8-1.222 .8-.478 2.075-.478t2.075 .478q.8 .477 .8 1.222v.55H9.125Zm9.75 3H14.375q.125-.1 .213-.187t.187-.213l1.125-1.3q.2-.2 .577-.375 .376-.175 .673-.175 .725 0 1.225 .513 .5 .514 .5 1.237v.5ZM11.025 12.474q-.4-.402-.4-.975T11.027 10.525q.401-.4 .975-.4T12.975 10.526q.4 .402 .4 .976T12.974 12.475q-.402 .4-.975 .4T11.025 12.474Zm5.5 3q-.4-.402-.4-.975T16.527 13.525q.401-.4 .975-.4T18.475 13.526q.4 .402 .4 .976T18.474 15.475q-.402 .4-.975 .4T16.525 15.474ZM8.45 7.5q.1-.35 .125-.562t.025-.438q0-.367-.187-.746Q8.225 5.375 7.8 4.875q-.525-.6-.825-1.301t-.3-1.414q0-.285 .038-.572t.099-.588H8.05q-.075 .425-.1 .663t-.025 .496q0 .466 .2 .941t.625 .975q.575 .7 .838 1.286Q9.85 5.948 9.85 6.499q0 .276-.037 .514-.038 .237-.099 .487H8.45Zm2.925 0q.1-.35 .138-.562T11.55 6.5q0-.367-.2-.746Q11.15 5.375 10.725 4.875q-.525-.6-.812-1.301T9.625 2.16q0-.285 .025-.572t.087-.588H10.975q-.075 .425-.087 .663t-.013 .496q0 .466 .188 .941t.612 .975q.575 .7 .838 1.286Q12.775 5.948 12.775 6.499q0 .276-.037 .514-.038 .237-.099 .487H11.375Zm3.025 0q.1-.35 .125-.562t.025-.438q0-.367-.187-.746Q14.175 5.375 13.75 4.875q-.525-.6-.825-1.301t-.3-1.414q0-.285 .038-.572t.099-.588H14q-.075 .425-.087 .663t-.013 .496q0 .466 .188 .941t.612 .975q.575 .7 .838 1.286Q15.8 5.948 15.8 6.499q0 .276-.037 .514-.038 .237-.099 .487H14.4Z" />
</vector>

Bath Public Large icon in SVG

npm install @material-symbols/svg-400

import icon from "@material-symbols/svg-400/outlined/bath_public_large.svg";

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/[email protected]/outlined/bath_public_large.svg" width="24" height="24" alt="Bath Public Large">

Bath Public Large icon in Power Apps

Paste into an Image control's Image property. The Copy button copies the full formula with this icon's SVG.

"data:image/svg+xml;utf8, " & EncodeUrl("<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'>…</svg>")

Details

NameBath Public Large
Ligaturebath_public_large
Code pointU+F6F9
CategoryActivities
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/bath_public_large.svg, bath_public_large-fill.svg
FlutterSymbols.bath_public_large
LicenseApache License 2.0 (© Google LLC)

Keywords

activitieshumanpersonpeopleaccessbodylocationbuildingmapplacegroupwateraccessibility

Related icons