bathtub icon
bathtub-outline-sharp from Material Symbols by Google · Outline Sharp · Household · Apache-2.0 Free for personal and commercial use.
- Name
- bathtub-outline-sharp
- Set
- Material Symbols
- Style
- Outline Sharp
- Category
- Household
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
bathtubEmoji One (Colored)bathtubFont Awesome SolidbathtubFluent EmojibathtubFluent Emoji FlatbathtubFluent Emoji High ContrastbathtubFirefox OS EmojibathtubJam IconsbathtubMaterial Symbols LightbathtubMaterial Design IconsbathtubNoto EmojibathtubOpenMojibathtubPhosphorbathtubStreamline EmojisbathtubTwitter Emoji
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-.587M4 22v-1H2v-8h3v-.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.85V13h2v8h-2v1zm0-3h16v-4H4zm0 0h16z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsBathtubOutlineSharp(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-.587M4 22v-1H2v-8h3v-.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.85V13h2v8h-2v1zm0-3h16v-4H4zm0 0h16z"/></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-.587M4 22v-1H2v-8h3v-.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.85V13h2v8h-2v1zm0-3h16v-4H4zm0 0h16z"/></svg> </template>
CSS
.icon-bathtub-outline-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%22M5.588%208.413Q5%207.825%205%207t.588-1.412T7%205t1.413.588T9%207t-.587%201.413T7%209t-1.412-.587M4%2022v-1H2v-8h3v-.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.85V13h2v8h-2v1zm0-3h16v-4H4zm0%200h16z%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-.587M4%2022v-1H2v-8h3v-.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.85V13h2v8h-2v1zm0-3h16v-4H4zm0%200h16z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/bathtub-outline-sharp.svg?color=%231a73e8&size=48