bath from Font Awesome Solid by Dave Gandy · Solid · Childhood · CC-BY-4.0 Attribution required.

Name
bath
Set
Font Awesome Solid
Style
Solid
Category
Childhood
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

More childhood icons from Font Awesome Solid

Use the bath icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M160 141.3c0-7.3 5.9-13.3 13.3-13.3c3.5 0 6.9 1.4 9.4 3.9l14.9 14.9c-3.6 9.1-5.5 18.9-5.5 29.2c0 19.9 7.2 38 19.2 52c-5.3 9.2-4 21.1 3.8 29c9.4 9.4 24.6 9.4 33.9 0l104-104c9.4-9.4 9.4-24.6 0-33.9c-7.8-7.9-19.8-9.1-29-3.8c-14-12-32.1-19.2-52-19.2c-10.3 0-20.2 2-29.2 5.5l-14.9-15C213.4 72.1 193.7 64 173.3 64C130.6 64 96 98.6 96 141.3V320c-17.7 0-32 14.3-32 32s14.3 32 32 32v48c0 28.4 12.4 54 32 71.6V544c0 17.7 14.3 32 32 32s32-14.3 32-32v-16h256v16c0 17.7 14.3 32 32 32s32-14.3 32-32v-40.4c19.6-17.6 32-43.1 32-71.6v-48c17.7 0 32-14.3 32-32s-14.3-32-32-32H160z"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidBath(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M160 141.3c0-7.3 5.9-13.3 13.3-13.3c3.5 0 6.9 1.4 9.4 3.9l14.9 14.9c-3.6 9.1-5.5 18.9-5.5 29.2c0 19.9 7.2 38 19.2 52c-5.3 9.2-4 21.1 3.8 29c9.4 9.4 24.6 9.4 33.9 0l104-104c9.4-9.4 9.4-24.6 0-33.9c-7.8-7.9-19.8-9.1-29-3.8c-14-12-32.1-19.2-52-19.2c-10.3 0-20.2 2-29.2 5.5l-14.9-15C213.4 72.1 193.7 64 173.3 64C130.6 64 96 98.6 96 141.3V320c-17.7 0-32 14.3-32 32s14.3 32 32 32v48c0 28.4 12.4 54 32 71.6V544c0 17.7 14.3 32 32 32s32-14.3 32-32v-16h256v16c0 17.7 14.3 32 32 32s32-14.3 32-32v-40.4c19.6-17.6 32-43.1 32-71.6v-48c17.7 0 32-14.3 32-32s-14.3-32-32-32H160z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M160 141.3c0-7.3 5.9-13.3 13.3-13.3c3.5 0 6.9 1.4 9.4 3.9l14.9 14.9c-3.6 9.1-5.5 18.9-5.5 29.2c0 19.9 7.2 38 19.2 52c-5.3 9.2-4 21.1 3.8 29c9.4 9.4 24.6 9.4 33.9 0l104-104c9.4-9.4 9.4-24.6 0-33.9c-7.8-7.9-19.8-9.1-29-3.8c-14-12-32.1-19.2-52-19.2c-10.3 0-20.2 2-29.2 5.5l-14.9-15C213.4 72.1 193.7 64 173.3 64C130.6 64 96 98.6 96 141.3V320c-17.7 0-32 14.3-32 32s14.3 32 32 32v48c0 28.4 12.4 54 32 71.6V544c0 17.7 14.3 32 32 32s32-14.3 32-32v-16h256v16c0 17.7 14.3 32 32 32s32-14.3 32-32v-40.4c19.6-17.6 32-43.1 32-71.6v-48c17.7 0 32-14.3 32-32s-14.3-32-32-32H160z"/></svg>
</template>

CSS

.icon-bath {
  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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M160%20141.3c0-7.3%205.9-13.3%2013.3-13.3c3.5%200%206.9%201.4%209.4%203.9l14.9%2014.9c-3.6%209.1-5.5%2018.9-5.5%2029.2c0%2019.9%207.2%2038%2019.2%2052c-5.3%209.2-4%2021.1%203.8%2029c9.4%209.4%2024.6%209.4%2033.9%200l104-104c9.4-9.4%209.4-24.6%200-33.9c-7.8-7.9-19.8-9.1-29-3.8c-14-12-32.1-19.2-52-19.2c-10.3%200-20.2%202-29.2%205.5l-14.9-15C213.4%2072.1%20193.7%2064%20173.3%2064C130.6%2064%2096%2098.6%2096%20141.3V320c-17.7%200-32%2014.3-32%2032s14.3%2032%2032%2032v48c0%2028.4%2012.4%2054%2032%2071.6V544c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32v-16h256v16c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32v-40.4c19.6-17.6%2032-43.1%2032-71.6v-48c17.7%200%2032-14.3%2032-32s-14.3-32-32-32H160z%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M160%20141.3c0-7.3%205.9-13.3%2013.3-13.3c3.5%200%206.9%201.4%209.4%203.9l14.9%2014.9c-3.6%209.1-5.5%2018.9-5.5%2029.2c0%2019.9%207.2%2038%2019.2%2052c-5.3%209.2-4%2021.1%203.8%2029c9.4%209.4%2024.6%209.4%2033.9%200l104-104c9.4-9.4%209.4-24.6%200-33.9c-7.8-7.9-19.8-9.1-29-3.8c-14-12-32.1-19.2-52-19.2c-10.3%200-20.2%202-29.2%205.5l-14.9-15C213.4%2072.1%20193.7%2064%20173.3%2064C130.6%2064%2096%2098.6%2096%20141.3V320c-17.7%200-32%2014.3-32%2032s14.3%2032%2032%2032v48c0%2028.4%2012.4%2054%2032%2071.6V544c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32v-16h256v16c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32v-40.4c19.6-17.6%2032-43.1%2032-71.6v-48c17.7%200%2032-14.3%2032-32s-14.3-32-32-32H160z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/bath.svg?color=%231a73e8&size=48