bathtub emoji
bathtub from Fluent Emoji Flat by Microsoft Corporation · Default · Objects · MIT Free for personal and commercial use.
- Name
- bathtub
- Set
- Fluent Emoji Flat
- Style
- Default
- Category
- Objects
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
bathtubEmoji One (Colored)bathtubFont Awesome SolidbathtubFluent EmojibathtubFluent Emoji High ContrastbathtubFirefox OS EmojibathtubJam IconsbathtubMaterial SymbolsbathtubMaterial Symbols LightbathtubMaterial Design IconsbathtubNoto EmojibathtubOpenMojibathtubPhosphorbathtubStreamline EmojisbathtubTwitter Emoji
More objects icons from Fluent Emoji Flat
Use the bathtub emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#998ea4" d="M17.25 6c0-2.414 1.836-4.25 4.25-4.25S25.75 3.586 25.75 6v9.5h-1.5V6c0-1.586-1.164-2.75-2.75-2.75S18.75 4.414 18.75 6v1.25h-1.5zm-5.72 21.53l-2.5 2.5a.75.75 0 0 1-1.06-1.06l2.5-2.5zm11.44 2.5l-2.5-2.5l1.06-1.06l2.5 2.5a.75.75 0 1 1-1.06 1.06"/><path fill="#998ea4" d="M15.5 8.5S15.5 6 18 6s2.5 2.5 2.5 2.5c.04.17 0 .5-.5.5h-4c-.5 0-.545-.331-.5-.5"/><path fill="#26eafc" d="M10 11c-2.5 0-4.5 2.5-3.5 4.5l8.5 1l8.5-1c0-.5-1-2.5-3.5-2.5c-1 0-1.5.5-2.5.5s-1-1-2-1s-1 .5-2 .5s-1-2-3.5-2"/><path fill="#b4acbc" d="M19 28h-6C4 28 3 17 3 16.5h26C29 17 28 28 19 28"/><path fill="#cdc4d6" d="M2 16.5a1 1 0 0 1 1-1h26a1 1 0 1 1 0 2H3a1 1 0 0 1-1-1"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiFlatBathtub(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#998ea4" d="M17.25 6c0-2.414 1.836-4.25 4.25-4.25S25.75 3.586 25.75 6v9.5h-1.5V6c0-1.586-1.164-2.75-2.75-2.75S18.75 4.414 18.75 6v1.25h-1.5zm-5.72 21.53l-2.5 2.5a.75.75 0 0 1-1.06-1.06l2.5-2.5zm11.44 2.5l-2.5-2.5l1.06-1.06l2.5 2.5a.75.75 0 1 1-1.06 1.06"/><path fill="#998ea4" d="M15.5 8.5S15.5 6 18 6s2.5 2.5 2.5 2.5c.04.17 0 .5-.5.5h-4c-.5 0-.545-.331-.5-.5"/><path fill="#26eafc" d="M10 11c-2.5 0-4.5 2.5-3.5 4.5l8.5 1l8.5-1c0-.5-1-2.5-3.5-2.5c-1 0-1.5.5-2.5.5s-1-1-2-1s-1 .5-2 .5s-1-2-3.5-2"/><path fill="#b4acbc" d="M19 28h-6C4 28 3 17 3 16.5h26C29 17 28 28 19 28"/><path fill="#cdc4d6" d="M2 16.5a1 1 0 0 1 1-1h26a1 1 0 1 1 0 2H3a1 1 0 0 1-1-1"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#998ea4" d="M17.25 6c0-2.414 1.836-4.25 4.25-4.25S25.75 3.586 25.75 6v9.5h-1.5V6c0-1.586-1.164-2.75-2.75-2.75S18.75 4.414 18.75 6v1.25h-1.5zm-5.72 21.53l-2.5 2.5a.75.75 0 0 1-1.06-1.06l2.5-2.5zm11.44 2.5l-2.5-2.5l1.06-1.06l2.5 2.5a.75.75 0 1 1-1.06 1.06"/><path fill="#998ea4" d="M15.5 8.5S15.5 6 18 6s2.5 2.5 2.5 2.5c.04.17 0 .5-.5.5h-4c-.5 0-.545-.331-.5-.5"/><path fill="#26eafc" d="M10 11c-2.5 0-4.5 2.5-3.5 4.5l8.5 1l8.5-1c0-.5-1-2.5-3.5-2.5c-1 0-1.5.5-2.5.5s-1-1-2-1s-1 .5-2 .5s-1-2-3.5-2"/><path fill="#b4acbc" d="M19 28h-6C4 28 3 17 3 16.5h26C29 17 28 28 19 28"/><path fill="#cdc4d6" d="M2 16.5a1 1 0 0 1 1-1h26a1 1 0 1 1 0 2H3a1 1 0 0 1-1-1"/></g></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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23998ea4%22%20d%3D%22M17.25%206c0-2.414%201.836-4.25%204.25-4.25S25.75%203.586%2025.75%206v9.5h-1.5V6c0-1.586-1.164-2.75-2.75-2.75S18.75%204.414%2018.75%206v1.25h-1.5zm-5.72%2021.53l-2.5%202.5a.75.75%200%200%201-1.06-1.06l2.5-2.5zm11.44%202.5l-2.5-2.5l1.06-1.06l2.5%202.5a.75.75%200%201%201-1.06%201.06%22%2F%3E%3Cpath%20fill%3D%22%23998ea4%22%20d%3D%22M15.5%208.5S15.5%206%2018%206s2.5%202.5%202.5%202.5c.04.17%200%20.5-.5.5h-4c-.5%200-.545-.331-.5-.5%22%2F%3E%3Cpath%20fill%3D%22%2326eafc%22%20d%3D%22M10%2011c-2.5%200-4.5%202.5-3.5%204.5l8.5%201l8.5-1c0-.5-1-2.5-3.5-2.5c-1%200-1.5.5-2.5.5s-1-1-2-1s-1%20.5-2%20.5s-1-2-3.5-2%22%2F%3E%3Cpath%20fill%3D%22%23b4acbc%22%20d%3D%22M19%2028h-6C4%2028%203%2017%203%2016.5h26C29%2017%2028%2028%2019%2028%22%2F%3E%3Cpath%20fill%3D%22%23cdc4d6%22%20d%3D%22M2%2016.5a1%201%200%200%201%201-1h26a1%201%200%201%201%200%202H3a1%201%200%200%201-1-1%22%2F%3E%3C%2Fg%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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23998ea4%22%20d%3D%22M17.25%206c0-2.414%201.836-4.25%204.25-4.25S25.75%203.586%2025.75%206v9.5h-1.5V6c0-1.586-1.164-2.75-2.75-2.75S18.75%204.414%2018.75%206v1.25h-1.5zm-5.72%2021.53l-2.5%202.5a.75.75%200%200%201-1.06-1.06l2.5-2.5zm11.44%202.5l-2.5-2.5l1.06-1.06l2.5%202.5a.75.75%200%201%201-1.06%201.06%22%2F%3E%3Cpath%20fill%3D%22%23998ea4%22%20d%3D%22M15.5%208.5S15.5%206%2018%206s2.5%202.5%202.5%202.5c.04.17%200%20.5-.5.5h-4c-.5%200-.545-.331-.5-.5%22%2F%3E%3Cpath%20fill%3D%22%2326eafc%22%20d%3D%22M10%2011c-2.5%200-4.5%202.5-3.5%204.5l8.5%201l8.5-1c0-.5-1-2.5-3.5-2.5c-1%200-1.5.5-2.5.5s-1-1-2-1s-1%20.5-2%20.5s-1-2-3.5-2%22%2F%3E%3Cpath%20fill%3D%22%23b4acbc%22%20d%3D%22M19%2028h-6C4%2028%203%2017%203%2016.5h26C29%2017%2028%2028%2019%2028%22%2F%3E%3Cpath%20fill%3D%22%23cdc4d6%22%20d%3D%22M2%2016.5a1%201%200%200%201%201-1h26a1%201%200%201%201%200%202H3a1%201%200%200%201-1-1%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-flat/bathtub.svg?color=%231a73e8&size=48