bath-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.

Name
bath-fill
Set
MingCute Icon
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

The same icon in other sets

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="M9 3a2 2 0 0 1 2 2v1a1 1 0 1 1-2 0V5H8a1 1 0 0 0-1 1v5h13a2 2 0 0 1 2 2v1a5.99 5.99 0 0 1-2.625 4.96l.332.333a1 1 0 1 1-1.414 1.414l-.877-.877c-.454.11-.928.17-1.416.17H8c-.488 0-.963-.06-1.417-.17l-.876.877a1 1 0 1 1-1.414-1.414l.331-.332A6 6 0 0 1 2 14v-1a2 2 0 0 1 2-2h1V6a3 3 0 0 1 3-3z"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteBathFill(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="M9 3a2 2 0 0 1 2 2v1a1 1 0 1 1-2 0V5H8a1 1 0 0 0-1 1v5h13a2 2 0 0 1 2 2v1a5.99 5.99 0 0 1-2.625 4.96l.332.333a1 1 0 1 1-1.414 1.414l-.877-.877c-.454.11-.928.17-1.416.17H8c-.488 0-.963-.06-1.417-.17l-.876.877a1 1 0 1 1-1.414-1.414l.331-.332A6 6 0 0 1 2 14v-1a2 2 0 0 1 2-2h1V6a3 3 0 0 1 3-3z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 3a2 2 0 0 1 2 2v1a1 1 0 1 1-2 0V5H8a1 1 0 0 0-1 1v5h13a2 2 0 0 1 2 2v1a5.99 5.99 0 0 1-2.625 4.96l.332.333a1 1 0 1 1-1.414 1.414l-.877-.877c-.454.11-.928.17-1.416.17H8c-.488 0-.963-.06-1.417-.17l-.876.877a1 1 0 1 1-1.414-1.414l.331-.332A6 6 0 0 1 2 14v-1a2 2 0 0 1 2-2h1V6a3 3 0 0 1 3-3z"/></svg>
</template>

CSS

.icon-bath-fill {
  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%22M9%203a2%202%200%200%201%202%202v1a1%201%200%201%201-2%200V5H8a1%201%200%200%200-1%201v5h13a2%202%200%200%201%202%202v1a5.99%205.99%200%200%201-2.625%204.96l.332.333a1%201%200%201%201-1.414%201.414l-.877-.877c-.454.11-.928.17-1.416.17H8c-.488%200-.963-.06-1.417-.17l-.876.877a1%201%200%201%201-1.414-1.414l.331-.332A6%206%200%200%201%202%2014v-1a2%202%200%200%201%202-2h1V6a3%203%200%200%201%203-3z%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%22M9%203a2%202%200%200%201%202%202v1a1%201%200%201%201-2%200V5H8a1%201%200%200%200-1%201v5h13a2%202%200%200%201%202%202v1a5.99%205.99%200%200%201-2.625%204.96l.332.333a1%201%200%201%201-1.414%201.414l-.877-.877c-.454.11-.928.17-1.416.17H8c-.488%200-.963-.06-1.417-.17l-.876.877a1%201%200%201%201-1.414-1.414l.331-.332A6%206%200%200%201%202%2014v-1a2%202%200%200%201%202-2h1V6a3%203%200%200%201%203-3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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