bath-filled from Tabler Icons by Paweł Kuna · Filled · MIT Free for personal and commercial use.

Name
bath-filled
Set
Tabler Icons
Style
Filled
Viewbox
24×24
License
MIT

1 other variant in Tabler Icons

The same icon in other sets

Related icons in Tabler Icons

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="M11 2a1 1 0 0 1 .993.883L12 3v2.25a1 1 0 0 1-1.993.117L10 5.25V4H8a1 1 0 0 0-.993.883L7 5v6h13a2 2 0 0 1 1.995 1.85L22 13v3c0 1.475-.638 2.8-1.654 3.715l.486.73a1 1 0 0 1-1.594 1.203l-.07-.093l-.55-.823a5 5 0 0 1-1.337.26L17 21H7a5 5 0 0 1-1.619-.268l-.549.823a1 1 0 0 1-1.723-1.009l.059-.1l.486-.73a5 5 0 0 1-1.647-3.457L2 16v-3a2 2 0 0 1 1.85-1.995L4 11h1V5a3 3 0 0 1 2.824-2.995L8 2z"/></svg>

React

import type { SVGProps } from "react";

export function TablerBathFilled(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="M11 2a1 1 0 0 1 .993.883L12 3v2.25a1 1 0 0 1-1.993.117L10 5.25V4H8a1 1 0 0 0-.993.883L7 5v6h13a2 2 0 0 1 1.995 1.85L22 13v3c0 1.475-.638 2.8-1.654 3.715l.486.73a1 1 0 0 1-1.594 1.203l-.07-.093l-.55-.823a5 5 0 0 1-1.337.26L17 21H7a5 5 0 0 1-1.619-.268l-.549.823a1 1 0 0 1-1.723-1.009l.059-.1l.486-.73a5 5 0 0 1-1.647-3.457L2 16v-3a2 2 0 0 1 1.85-1.995L4 11h1V5a3 3 0 0 1 2.824-2.995L8 2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 2a1 1 0 0 1 .993.883L12 3v2.25a1 1 0 0 1-1.993.117L10 5.25V4H8a1 1 0 0 0-.993.883L7 5v6h13a2 2 0 0 1 1.995 1.85L22 13v3c0 1.475-.638 2.8-1.654 3.715l.486.73a1 1 0 0 1-1.594 1.203l-.07-.093l-.55-.823a5 5 0 0 1-1.337.26L17 21H7a5 5 0 0 1-1.619-.268l-.549.823a1 1 0 0 1-1.723-1.009l.059-.1l.486-.73a5 5 0 0 1-1.647-3.457L2 16v-3a2 2 0 0 1 1.85-1.995L4 11h1V5a3 3 0 0 1 2.824-2.995L8 2z"/></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%22M11%202a1%201%200%200%201%20.993.883L12%203v2.25a1%201%200%200%201-1.993.117L10%205.25V4H8a1%201%200%200%200-.993.883L7%205v6h13a2%202%200%200%201%201.995%201.85L22%2013v3c0%201.475-.638%202.8-1.654%203.715l.486.73a1%201%200%200%201-1.594%201.203l-.07-.093l-.55-.823a5%205%200%200%201-1.337.26L17%2021H7a5%205%200%200%201-1.619-.268l-.549.823a1%201%200%200%201-1.723-1.009l.059-.1l.486-.73a5%205%200%200%201-1.647-3.457L2%2016v-3a2%202%200%200%201%201.85-1.995L4%2011h1V5a3%203%200%200%201%202.824-2.995L8%202z%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%22M11%202a1%201%200%200%201%20.993.883L12%203v2.25a1%201%200%200%201-1.993.117L10%205.25V4H8a1%201%200%200%200-.993.883L7%205v6h13a2%202%200%200%201%201.995%201.85L22%2013v3c0%201.475-.638%202.8-1.654%203.715l.486.73a1%201%200%200%201-1.594%201.203l-.07-.093l-.55-.823a5%205%200%200%201-1.337.26L17%2021H7a5%205%200%200%201-1.619-.268l-.549.823a1%201%200%200%201-1.723-1.009l.059-.1l.486-.73a5%205%200%200%201-1.647-3.457L2%2016v-3a2%202%200%200%201%201.85-1.995L4%2011h1V5a3%203%200%200%201%202.824-2.995L8%202z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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