bathtub icon
bathtub from Material Symbols Light by Google · Regular · Household · Apache-2.0 Free for personal and commercial use.
- Name
- bathtub
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Household
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
bathtubEmoji One (Colored)bathtubFont Awesome SolidbathtubFluent EmojibathtubFluent Emoji FlatbathtubFluent Emoji High ContrastbathtubFirefox OS EmojibathtubJam IconsbathtubMaterial SymbolsbathtubMaterial Design IconsbathtubNoto EmojibathtubOpenMojibathtubPhosphorbathtubStreamline EmojisbathtubTwitter Emoji
More household icons from Material Symbols Light
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="M6.049 9.623q-.433-.435-.433-1.046q0-.627.433-1.073q.434-.446 1.067-.446q.632 0 1.066.443t.434 1.067t-.434 1.056t-1.066.434t-1.067-.435M5.616 21q-.425 0-.713-.307t-.287-.732q-.691 0-1.153-.485T3 18.308v-4.462h2.616v-.769q0-.777.544-1.34t1.32-.564q.462 0 .868.21t.718.56l1.015 1.184q.2.206.387.385t.413.334H18V5.39q0-.562-.375-.975T16.708 4q-.259 0-.496.11q-.237.111-.42.294l-1.25 1.279q.125.435.05.857t-.3.79l-2.058-2.107q.35-.231.75-.295t.8.09l1.25-1.284q.335-.345.764-.54t.91-.194q.965 0 1.629.7T19 5.389v8.457h2v4.462q0 .682-.462 1.168t-1.153.486q0 .425-.288.731t-.713.307z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightBathtub(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="M6.049 9.623q-.433-.435-.433-1.046q0-.627.433-1.073q.434-.446 1.067-.446q.632 0 1.066.443t.434 1.067t-.434 1.056t-1.066.434t-1.067-.435M5.616 21q-.425 0-.713-.307t-.287-.732q-.691 0-1.153-.485T3 18.308v-4.462h2.616v-.769q0-.777.544-1.34t1.32-.564q.462 0 .868.21t.718.56l1.015 1.184q.2.206.387.385t.413.334H18V5.39q0-.562-.375-.975T16.708 4q-.259 0-.496.11q-.237.111-.42.294l-1.25 1.279q.125.435.05.857t-.3.79l-2.058-2.107q.35-.231.75-.295t.8.09l1.25-1.284q.335-.345.764-.54t.91-.194q.965 0 1.629.7T19 5.389v8.457h2v4.462q0 .682-.462 1.168t-1.153.486q0 .425-.288.731t-.713.307z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.049 9.623q-.433-.435-.433-1.046q0-.627.433-1.073q.434-.446 1.067-.446q.632 0 1.066.443t.434 1.067t-.434 1.056t-1.066.434t-1.067-.435M5.616 21q-.425 0-.713-.307t-.287-.732q-.691 0-1.153-.485T3 18.308v-4.462h2.616v-.769q0-.777.544-1.34t1.32-.564q.462 0 .868.21t.718.56l1.015 1.184q.2.206.387.385t.413.334H18V5.39q0-.562-.375-.975T16.708 4q-.259 0-.496.11q-.237.111-.42.294l-1.25 1.279q.125.435.05.857t-.3.79l-2.058-2.107q.35-.231.75-.295t.8.09l1.25-1.284q.335-.345.764-.54t.91-.194q.965 0 1.629.7T19 5.389v8.457h2v4.462q0 .682-.462 1.168t-1.153.486q0 .425-.288.731t-.713.307z"/></svg> </template>
CSS
.icon-bathtub {
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%22M6.049%209.623q-.433-.435-.433-1.046q0-.627.433-1.073q.434-.446%201.067-.446q.632%200%201.066.443t.434%201.067t-.434%201.056t-1.066.434t-1.067-.435M5.616%2021q-.425%200-.713-.307t-.287-.732q-.691%200-1.153-.485T3%2018.308v-4.462h2.616v-.769q0-.777.544-1.34t1.32-.564q.462%200%20.868.21t.718.56l1.015%201.184q.2.206.387.385t.413.334H18V5.39q0-.562-.375-.975T16.708%204q-.259%200-.496.11q-.237.111-.42.294l-1.25%201.279q.125.435.05.857t-.3.79l-2.058-2.107q.35-.231.75-.295t.8.09l1.25-1.284q.335-.345.764-.54t.91-.194q.965%200%201.629.7T19%205.389v8.457h2v4.462q0%20.682-.462%201.168t-1.153.486q0%20.425-.288.731t-.713.307z%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%22M6.049%209.623q-.433-.435-.433-1.046q0-.627.433-1.073q.434-.446%201.067-.446q.632%200%201.066.443t.434%201.067t-.434%201.056t-1.066.434t-1.067-.435M5.616%2021q-.425%200-.713-.307t-.287-.732q-.691%200-1.153-.485T3%2018.308v-4.462h2.616v-.769q0-.777.544-1.34t1.32-.564q.462%200%20.868.21t.718.56l1.015%201.184q.2.206.387.385t.413.334H18V5.39q0-.562-.375-.975T16.708%204q-.259%200-.496.11q-.237.111-.42.294l-1.25%201.279q.125.435.05.857t-.3.79l-2.058-2.107q.35-.231.75-.295t.8.09l1.25-1.284q.335-.345.764-.54t.91-.194q.965%200%201.629.7T19%205.389v8.457h2v4.462q0%20.682-.462%201.168t-1.153.486q0%20.425-.288.731t-.713.307z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/bathtub.svg?color=%231a73e8&size=48