Bathtub icon

Bathtub is a Google Material Symbol from the Household 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

bathtub_outlined_fill0_wght400.svg

Bathtub 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=bathtub" />

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

Bathtub icon in React

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

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

Bathtub icon in Vue

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

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

Bathtub icon in Angular

With Angular Material and the font from the HTML tab:

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

Bathtub 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.bathtub, fill: 0, weight: 400)

Bathtub icon in Android

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

<!-- res/drawable/bathtub.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.538 8.49q-.538-.536-.538-1.288t.536-1.289q.535-.538 1.287-.538t1.29 .535q.537 .536 .537 1.288t-.535 1.29q-.536 .537-1.288 .537t-1.289-.535ZM4.646 22Q4.2 22 3.85 21.713T3.5 21q-.619 0-1.059-.441Q2 20.119 2 19.5v-6.5h3v-.695Q5 11.425 5.625 10.8t1.51-.625q.465 0 .89 .175 .425 .175 .75 .525l1.3 1.475q.175 .2 .363 .363T10.825 13h7.675v-8.35q0-.474-.312-.812Q17.875 3.5 17.4 3.5q-.247 0-.473 .05T16.525 3.775l-1.3 1.3q.125 .425 .038 .863T14.95 6.775l-2.55-2.425q.411-.273 .881-.349Q13.75 3.925 14.2 4.1l1.3-1.275q.375-.375 .863-.6t1.037-.225q1.095 0 1.847 .775Q20 3.55 20 4.65v8.35h2v6.5q0 .619-.44 1.059Q21.119 21 20.5 21q0 .425-.35 .713T19.325 22H4.646ZM3.5 19.5h17v-5H3.5v5Zm0 0h17-17Z" />
</vector>

Bathtub icon in SVG

npm install @material-symbols/svg-400

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

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

Bathtub 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

NameBathtub
Ligaturebathtub
Code pointU+EA41
CategoryHousehold
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/bathtub.svg, bathtub-fill.svg
FlutterSymbols.bathtub
LicenseApache License 2.0 (© Google LLC)

Keywords

householdhumaniconpersonhometravelgraphicelementhouseleisurewaterappliancecomfort

Related icons