bathtub-rounded from Material Symbols by Google · Rounded · Household · Apache-2.0 Free for personal and commercial use.

Name
bathtub-rounded
Set
Material Symbols
Style
Rounded
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 bathtub icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.588 8.413Q5 7.825 5 7t.588-1.412T7 5t1.413.588T9 7t-.587 1.413T7 9t-1.412-.587M5 22q-.425 0-.712-.288T4 21q-.825 0-1.412-.587T2 19v-5q0-.425.288-.712T3 13h2v-.75q0-.95.65-1.6t1.6-.65q.5 0 .925.2t.775.55l1.4 1.55q.2.2.388.375t.412.325H18V4.85q0-.35-.25-.6t-.6-.25q-.15 0-.288.063t-.262.187L15.35 5.5q.125.425.05.838t-.3.762l-2.75-2.8q.35-.225.75-.288t.8.088l1.25-1.25q.4-.4.913-.625T17.15 2q1.2 0 2.025.825T20 4.85V13h1q.425 0 .713.288T22 14v5q0 .825-.587 1.413T20 21q0 .425-.288.713T19 22z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsBathtubRounded(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="M5.588 8.413Q5 7.825 5 7t.588-1.412T7 5t1.413.588T9 7t-.587 1.413T7 9t-1.412-.587M5 22q-.425 0-.712-.288T4 21q-.825 0-1.412-.587T2 19v-5q0-.425.288-.712T3 13h2v-.75q0-.95.65-1.6t1.6-.65q.5 0 .925.2t.775.55l1.4 1.55q.2.2.388.375t.412.325H18V4.85q0-.35-.25-.6t-.6-.25q-.15 0-.288.063t-.262.187L15.35 5.5q.125.425.05.838t-.3.762l-2.75-2.8q.35-.225.75-.288t.8.088l1.25-1.25q.4-.4.913-.625T17.15 2q1.2 0 2.025.825T20 4.85V13h1q.425 0 .713.288T22 14v5q0 .825-.587 1.413T20 21q0 .425-.288.713T19 22z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.588 8.413Q5 7.825 5 7t.588-1.412T7 5t1.413.588T9 7t-.587 1.413T7 9t-1.412-.587M5 22q-.425 0-.712-.288T4 21q-.825 0-1.412-.587T2 19v-5q0-.425.288-.712T3 13h2v-.75q0-.95.65-1.6t1.6-.65q.5 0 .925.2t.775.55l1.4 1.55q.2.2.388.375t.412.325H18V4.85q0-.35-.25-.6t-.6-.25q-.15 0-.288.063t-.262.187L15.35 5.5q.125.425.05.838t-.3.762l-2.75-2.8q.35-.225.75-.288t.8.088l1.25-1.25q.4-.4.913-.625T17.15 2q1.2 0 2.025.825T20 4.85V13h1q.425 0 .713.288T22 14v5q0 .825-.587 1.413T20 21q0 .425-.288.713T19 22z"/></svg>
</template>

CSS

.icon-bathtub-rounded {
  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%22M5.588%208.413Q5%207.825%205%207t.588-1.412T7%205t1.413.588T9%207t-.587%201.413T7%209t-1.412-.587M5%2022q-.425%200-.712-.288T4%2021q-.825%200-1.412-.587T2%2019v-5q0-.425.288-.712T3%2013h2v-.75q0-.95.65-1.6t1.6-.65q.5%200%20.925.2t.775.55l1.4%201.55q.2.2.388.375t.412.325H18V4.85q0-.35-.25-.6t-.6-.25q-.15%200-.288.063t-.262.187L15.35%205.5q.125.425.05.838t-.3.762l-2.75-2.8q.35-.225.75-.288t.8.088l1.25-1.25q.4-.4.913-.625T17.15%202q1.2%200%202.025.825T20%204.85V13h1q.425%200%20.713.288T22%2014v5q0%20.825-.587%201.413T20%2021q0%20.425-.288.713T19%2022z%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%22M5.588%208.413Q5%207.825%205%207t.588-1.412T7%205t1.413.588T9%207t-.587%201.413T7%209t-1.412-.587M5%2022q-.425%200-.712-.288T4%2021q-.825%200-1.412-.587T2%2019v-5q0-.425.288-.712T3%2013h2v-.75q0-.95.65-1.6t1.6-.65q.5%200%20.925.2t.775.55l1.4%201.55q.2.2.388.375t.412.325H18V4.85q0-.35-.25-.6t-.6-.25q-.15%200-.288.063t-.262.187L15.35%205.5q.125.425.05.838t-.3.762l-2.75-2.8q.35-.225.75-.288t.8.088l1.25-1.25q.4-.4.913-.625T17.15%202q1.2%200%202.025.825T20%204.85V13h1q.425%200%20.713.288T22%2014v5q0%20.825-.587%201.413T20%2021q0%20.425-.288.713T19%2022z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/bathtub-rounded.svg?color=%231a73e8&size=48