Emoji Bathtub Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Bathtub icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/339677.svg" alt="Emoji Bathtub icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339677.svg" alt="Emoji Bathtub icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339677.svg" alt="Emoji Bathtub icon" :width="24" :height="24" />
CSS background
.icon-emoji-bathtub {
background-image: url('https://proicons.com/icon/339677.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.i{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="i" d="m5.5,23.9673v6.9784c0,5.1175,3.996,9.3045,8.88,9.3045h19.24c4.884,0,8.88-4.187,8.88-9.3045v-6.9784s-17.02,1.5507-37,0"/><path id="d" class="i" d="m40.7689,23.9673v-14.6962s0-5.1405-4.8104-1.1098"/><path id="e" class="i" d="m31.5174,9.2293c1.1912-1.5559,3.1795-2.034,4.441-1.0679,1.2616.9661,1.3186,3.0107.1274,4.5666l-4.5685-3.4988"/><path id="f" class="i" d="m5.5,23.9673v6.9784c0,5.1175,3.996,9.3045,8.88,9.3045h19.24c4.884,0,8.88-4.187,8.88-9.3045v-6.9784s-17.02,1.5507-37,0"/><path id="g" class="i" d="m38.9514,38.769l.8457,2.6125h-2.6076l-.4934-1.5199"/><path id="h" class="i" d="m9.5898,38.769l-.8457,2.6125h2.6077l.4933-1.5199"/></svg>
Copied!