bath-filled from Reicon by REICON · Filled · Home · MIT Free for personal and commercial use.

Name
bath-filled
Set
Reicon
Style
Filled
Category
Home
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

All bath icons →

More home icons from Reicon

Use the bath icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.5 4.135a1.635 1.635 0 0 1 3.153-.607l.144.358a4.1 4.1 0 0 0-1.38 1.774a4.18 4.18 0 0 0-.02 3.107a.75.75 0 0 0 .995.413l5.96-2.566a.75.75 0 0 0 .402-.963a3.97 3.97 0 0 0-2.132-2.213a3.84 3.84 0 0 0-2.466-.192l-.11-.275A3.135 3.135 0 0 0 2 4.135V11h-.25a.75.75 0 0 0 0 1.5H2v.355c0 .375 0 .595.016.84c.142 2.237 1.35 4.302 3.102 5.652l-.039.068l-1 2a.75.75 0 0 0 1.342.67l.968-1.935a7.4 7.4 0 0 0 2.58.765c.245.025.394.03.648.04h.007c.74.028 1.464.045 2.126.045s1.386-.017 2.126-.045h.007c.254-.01.404-.015.648-.04a7.4 7.4 0 0 0 2.58-.765l.968 1.936a.75.75 0 0 0 1.342-.671l-1-2l-.038-.068c1.751-1.35 2.96-3.416 3.102-5.652c.015-.245.015-.465.015-.84v-.038c0-.06 0-.123-.004-.18a2 2 0 0 0-.014-.137h.268a.75.75 0 0 0 0-1.5H3.5z"/></svg>

React

import type { SVGProps } from "react";

export function ReiconBathFilled(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="M3.5 4.135a1.635 1.635 0 0 1 3.153-.607l.144.358a4.1 4.1 0 0 0-1.38 1.774a4.18 4.18 0 0 0-.02 3.107a.75.75 0 0 0 .995.413l5.96-2.566a.75.75 0 0 0 .402-.963a3.97 3.97 0 0 0-2.132-2.213a3.84 3.84 0 0 0-2.466-.192l-.11-.275A3.135 3.135 0 0 0 2 4.135V11h-.25a.75.75 0 0 0 0 1.5H2v.355c0 .375 0 .595.016.84c.142 2.237 1.35 4.302 3.102 5.652l-.039.068l-1 2a.75.75 0 0 0 1.342.67l.968-1.935a7.4 7.4 0 0 0 2.58.765c.245.025.394.03.648.04h.007c.74.028 1.464.045 2.126.045s1.386-.017 2.126-.045h.007c.254-.01.404-.015.648-.04a7.4 7.4 0 0 0 2.58-.765l.968 1.936a.75.75 0 0 0 1.342-.671l-1-2l-.038-.068c1.751-1.35 2.96-3.416 3.102-5.652c.015-.245.015-.465.015-.84v-.038c0-.06 0-.123-.004-.18a2 2 0 0 0-.014-.137h.268a.75.75 0 0 0 0-1.5H3.5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.5 4.135a1.635 1.635 0 0 1 3.153-.607l.144.358a4.1 4.1 0 0 0-1.38 1.774a4.18 4.18 0 0 0-.02 3.107a.75.75 0 0 0 .995.413l5.96-2.566a.75.75 0 0 0 .402-.963a3.97 3.97 0 0 0-2.132-2.213a3.84 3.84 0 0 0-2.466-.192l-.11-.275A3.135 3.135 0 0 0 2 4.135V11h-.25a.75.75 0 0 0 0 1.5H2v.355c0 .375 0 .595.016.84c.142 2.237 1.35 4.302 3.102 5.652l-.039.068l-1 2a.75.75 0 0 0 1.342.67l.968-1.935a7.4 7.4 0 0 0 2.58.765c.245.025.394.03.648.04h.007c.74.028 1.464.045 2.126.045s1.386-.017 2.126-.045h.007c.254-.01.404-.015.648-.04a7.4 7.4 0 0 0 2.58-.765l.968 1.936a.75.75 0 0 0 1.342-.671l-1-2l-.038-.068c1.751-1.35 2.96-3.416 3.102-5.652c.015-.245.015-.465.015-.84v-.038c0-.06 0-.123-.004-.18a2 2 0 0 0-.014-.137h.268a.75.75 0 0 0 0-1.5H3.5z"/></svg>
</template>

CSS

.icon-bath-filled {
  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%22M3.5%204.135a1.635%201.635%200%200%201%203.153-.607l.144.358a4.1%204.1%200%200%200-1.38%201.774a4.18%204.18%200%200%200-.02%203.107a.75.75%200%200%200%20.995.413l5.96-2.566a.75.75%200%200%200%20.402-.963a3.97%203.97%200%200%200-2.132-2.213a3.84%203.84%200%200%200-2.466-.192l-.11-.275A3.135%203.135%200%200%200%202%204.135V11h-.25a.75.75%200%200%200%200%201.5H2v.355c0%20.375%200%20.595.016.84c.142%202.237%201.35%204.302%203.102%205.652l-.039.068l-1%202a.75.75%200%200%200%201.342.67l.968-1.935a7.4%207.4%200%200%200%202.58.765c.245.025.394.03.648.04h.007c.74.028%201.464.045%202.126.045s1.386-.017%202.126-.045h.007c.254-.01.404-.015.648-.04a7.4%207.4%200%200%200%202.58-.765l.968%201.936a.75.75%200%200%200%201.342-.671l-1-2l-.038-.068c1.751-1.35%202.96-3.416%203.102-5.652c.015-.245.015-.465.015-.84v-.038c0-.06%200-.123-.004-.18a2%202%200%200%200-.014-.137h.268a.75.75%200%200%200%200-1.5H3.5z%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%22M3.5%204.135a1.635%201.635%200%200%201%203.153-.607l.144.358a4.1%204.1%200%200%200-1.38%201.774a4.18%204.18%200%200%200-.02%203.107a.75.75%200%200%200%20.995.413l5.96-2.566a.75.75%200%200%200%20.402-.963a3.97%203.97%200%200%200-2.132-2.213a3.84%203.84%200%200%200-2.466-.192l-.11-.275A3.135%203.135%200%200%200%202%204.135V11h-.25a.75.75%200%200%200%200%201.5H2v.355c0%20.375%200%20.595.016.84c.142%202.237%201.35%204.302%203.102%205.652l-.039.068l-1%202a.75.75%200%200%200%201.342.67l.968-1.935a7.4%207.4%200%200%200%202.58.765c.245.025.394.03.648.04h.007c.74.028%201.464.045%202.126.045s1.386-.017%202.126-.045h.007c.254-.01.404-.015.648-.04a7.4%207.4%200%200%200%202.58-.765l.968%201.936a.75.75%200%200%200%201.342-.671l-1-2l-.038-.068c1.751-1.35%202.96-3.416%203.102-5.652c.015-.245.015-.465.015-.84v-.038c0-.06%200-.123-.004-.18a2%202%200%200%200-.014-.137h.268a.75.75%200%200%200%200-1.5H3.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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