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

Name
bath-duotone
Set
Reicon
Style
Duotone
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"><g fill="currentColor"><path fill-rule="evenodd" d="M2 11h-.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.652c.157.126.913.588 1.27.803a7.4 7.4 0 0 0 2.581.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-.765c.339-.2 1.067-.639 1.272-.803c1.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.5z" clip-rule="evenodd"/><path d="m5.118 19.347l-.039.068l-1 2a.75.75 0 1 0 1.342.67l.968-1.935c-.358-.215-1.114-.677-1.271-.803m11.993.803l.968 1.936a.75.75 0 1 0 1.342-.671l-1-2l-.039-.068c-.204.164-.932.604-1.27.803M3.5 4.135a1.635 1.635 0 0 1 3.153-.607l.144.358l1.36-.64l-.11-.275A3.135 3.135 0 0 0 2 4.135V11h1.5z" opacity=".5"/><path d="M6.796 3.886a4.1 4.1 0 0 0-1.38 1.774a4.18 4.18 0 0 0-.019 3.107a.75.75 0 0 0 .994.414l5.961-2.567a.75.75 0 0 0 .402-.963a3.97 3.97 0 0 0-2.133-2.213a3.84 3.84 0 0 0-2.465-.192z"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconBathDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="M2 11h-.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.652c.157.126.913.588 1.27.803a7.4 7.4 0 0 0 2.581.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-.765c.339-.2 1.067-.639 1.272-.803c1.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.5z" clipRule="evenodd"/><path d="m5.118 19.347l-.039.068l-1 2a.75.75 0 1 0 1.342.67l.968-1.935c-.358-.215-1.114-.677-1.271-.803m11.993.803l.968 1.936a.75.75 0 1 0 1.342-.671l-1-2l-.039-.068c-.204.164-.932.604-1.27.803M3.5 4.135a1.635 1.635 0 0 1 3.153-.607l.144.358l1.36-.64l-.11-.275A3.135 3.135 0 0 0 2 4.135V11h1.5z" opacity=".5"/><path d="M6.796 3.886a4.1 4.1 0 0 0-1.38 1.774a4.18 4.18 0 0 0-.019 3.107a.75.75 0 0 0 .994.414l5.961-2.567a.75.75 0 0 0 .402-.963a3.97 3.97 0 0 0-2.133-2.213a3.84 3.84 0 0 0-2.465-.192z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M2 11h-.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.652c.157.126.913.588 1.27.803a7.4 7.4 0 0 0 2.581.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-.765c.339-.2 1.067-.639 1.272-.803c1.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.5z" clip-rule="evenodd"/><path d="m5.118 19.347l-.039.068l-1 2a.75.75 0 1 0 1.342.67l.968-1.935c-.358-.215-1.114-.677-1.271-.803m11.993.803l.968 1.936a.75.75 0 1 0 1.342-.671l-1-2l-.039-.068c-.204.164-.932.604-1.27.803M3.5 4.135a1.635 1.635 0 0 1 3.153-.607l.144.358l1.36-.64l-.11-.275A3.135 3.135 0 0 0 2 4.135V11h1.5z" opacity=".5"/><path d="M6.796 3.886a4.1 4.1 0 0 0-1.38 1.774a4.18 4.18 0 0 0-.019 3.107a.75.75 0 0 0 .994.414l5.961-2.567a.75.75 0 0 0 .402-.963a3.97 3.97 0 0 0-2.133-2.213a3.84 3.84 0 0 0-2.465-.192z"/></g></svg>
</template>

CSS

.icon-bath-duotone {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M2%2011h-.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.652c.157.126.913.588%201.27.803a7.4%207.4%200%200%200%202.581.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-.765c.339-.2%201.067-.639%201.272-.803c1.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.5z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22m5.118%2019.347l-.039.068l-1%202a.75.75%200%201%200%201.342.67l.968-1.935c-.358-.215-1.114-.677-1.271-.803m11.993.803l.968%201.936a.75.75%200%201%200%201.342-.671l-1-2l-.039-.068c-.204.164-.932.604-1.27.803M3.5%204.135a1.635%201.635%200%200%201%203.153-.607l.144.358l1.36-.64l-.11-.275A3.135%203.135%200%200%200%202%204.135V11h1.5z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M6.796%203.886a4.1%204.1%200%200%200-1.38%201.774a4.18%204.18%200%200%200-.019%203.107a.75.75%200%200%200%20.994.414l5.961-2.567a.75.75%200%200%200%20.402-.963a3.97%203.97%200%200%200-2.133-2.213a3.84%203.84%200%200%200-2.465-.192z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M2%2011h-.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.652c.157.126.913.588%201.27.803a7.4%207.4%200%200%200%202.581.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-.765c.339-.2%201.067-.639%201.272-.803c1.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.5z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22m5.118%2019.347l-.039.068l-1%202a.75.75%200%201%200%201.342.67l.968-1.935c-.358-.215-1.114-.677-1.271-.803m11.993.803l.968%201.936a.75.75%200%201%200%201.342-.671l-1-2l-.039-.068c-.204.164-.932.604-1.27.803M3.5%204.135a1.635%201.635%200%200%201%203.153-.607l.144.358l1.36-.64l-.11-.275A3.135%203.135%200%200%200%202%204.135V11h1.5z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M6.796%203.886a4.1%204.1%200%200%200-1.38%201.774a4.18%204.18%200%200%200-.019%203.107a.75.75%200%200%200%20.994.414l5.961-2.567a.75.75%200%200%200%20.402-.963a3.97%203.97%200%200%200-2.133-2.213a3.84%203.84%200%200%200-2.465-.192z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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