Bath Outdoor icon

Bath Outdoor 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_outdoor_outlined_fill0_wght400.svg

Bath Outdoor 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_outdoor" />

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

Bath Outdoor icon in React

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

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

Bath Outdoor icon in Vue

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

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

Bath Outdoor icon in Angular

With Angular Material and the font from the HTML tab:

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

Bath Outdoor 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_outdoor, fill: 0, weight: 400)

Bath Outdoor icon in Android

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

<!-- res/drawable/bath_outdoor.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="M5.5 11.7v1.85q-.5 .35-.75 .713T4.5 15.025q0 .125 .038 .275t.087 .275l1.375 .425h2.25l.15 .425 1.1-.425h4l.725 .95 2.675-.4 1.1-1.55h1.5q-.025-.425-.275-.787T18.5 13.55v-1.85q1.225 .7 1.863 1.525t.637 1.775l1 1.5-1 3H17.9l.1 .5-2.5 1H8.5l-.25-.65-2.75 .65L2 18.5v-2.5l1.05-.525q-.025-.125-.037-.225t-.013-.225q0-.95 .638-1.787T5.5 11.7Zm-1.45 6.375 .925-.925-.975-.475-.5 .25v.775l.55 .375Zm1.825 1.3 1.875-.45-.55-1.425h-.45l-1.425 1.425 .55 .45Zm3.675 .125h3.025l.675-1.35-.5-.65H9.8l-.85 .35 .6 1.65Zm4.75 0h.9l1.05-.425-.175-.875-1.125 .175-.65 1.125Zm3.45-1.5h2.175l.425-1.275-.15-.225h-1.425l-1.025 1.5ZM7.075 13q.1-.425 .138-.7t.037-.55q0-.825-.375-1.437T6.025 9.05q-.65-.9-.937-1.737T4.8 5.575q0-.35 .038-.7t.137-.875h1.5q-.1 .525-.137 .838T6.3 5.475q0 .725 .275 1.4t.95 1.625q.65 .925 .938 1.7t.287 1.6q0 .35-.037 .638T8.575 13h-1.5Zm4 0q.1-.425 .138-.7t.037-.55q0-.825-.375-1.437T10.025 9.05q-.65-.9-.937-1.737T8.8 5.575q0-.35 .038-.7t.137-.875h1.5q-.075 .4-.137 .738T10.275 5.475q0 .725 .275 1.4t.95 1.625q.65 .925 .938 1.7t.287 1.6q0 .375-.037 .65t-.113 .55h-1.5Zm4 0q.1-.425 .138-.7t.037-.55q0-.825-.375-1.437T14.025 9.05q-.65-.9-.937-1.737T12.8 5.575q0-.35 .038-.7t.137-.875h1.5q-.075 .4-.137 .738T14.275 5.475q0 .725 .275 1.4t.95 1.625q.65 .925 .938 1.7t.287 1.6q0 .375-.037 .65t-.113 .55h-1.5Z" />
</vector>

Bath Outdoor icon in SVG

npm install @material-symbols/svg-400

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

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

Bath Outdoor 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 Outdoor
Ligaturebath_outdoor
Code pointU+F6FB
CategoryActivities
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/bath_outdoor.svg, bath_outdoor-fill.svg
FlutterSymbols.bath_outdoor
LicenseApache License 2.0 (© Google LLC)

Keywords

activitieslinesleisurewaterheatbubblewellnessvacationhothotelrelaxationgardenwarm

Related icons