bath-solid from Myna UI Icons by Praveen Juge · Solid · MIT Free for personal and commercial use.

Name
bath-solid
Set
Myna UI Icons
Style
Solid
Viewbox
24×24
License
MIT

1 other variant in Myna UI Icons

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="M2.25 6.036c0-1.247.4-2.234 1.089-2.898c.683-.659 1.584-.933 2.455-.882c1.551.09 3.073 1.212 3.394 3.107h.37l.078.004a.75.75 0 0 1 0 1.492l-.077.004H7.44a.75.75 0 0 1 0-1.5h.211a2.145 2.145 0 0 0-1.945-1.61c-.504-.03-.98.13-1.327.465c-.342.33-.63.898-.63 1.818v5.236H21l.077.003a.75.75 0 0 1 0 1.493L21 12.77h-.31c-.005 1.062-.045 2.27-.356 3.347c-.347 1.2-1.043 2.288-2.365 2.905l.568 1.745a.75.75 0 0 1-1.427.464l-.57-1.752c-3.024.707-7.167.673-10.138-.005l-.57 1.757a.75.75 0 0 1-1.427-.464l.567-1.745c-1.322-.618-2.018-1.705-2.365-2.905c-.361-1.253-.36-2.683-.357-3.853z"/></svg>

React

import type { SVGProps } from "react";

export function MynauiBathSolid(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="M2.25 6.036c0-1.247.4-2.234 1.089-2.898c.683-.659 1.584-.933 2.455-.882c1.551.09 3.073 1.212 3.394 3.107h.37l.078.004a.75.75 0 0 1 0 1.492l-.077.004H7.44a.75.75 0 0 1 0-1.5h.211a2.145 2.145 0 0 0-1.945-1.61c-.504-.03-.98.13-1.327.465c-.342.33-.63.898-.63 1.818v5.236H21l.077.003a.75.75 0 0 1 0 1.493L21 12.77h-.31c-.005 1.062-.045 2.27-.356 3.347c-.347 1.2-1.043 2.288-2.365 2.905l.568 1.745a.75.75 0 0 1-1.427.464l-.57-1.752c-3.024.707-7.167.673-10.138-.005l-.57 1.757a.75.75 0 0 1-1.427-.464l.567-1.745c-1.322-.618-2.018-1.705-2.365-2.905c-.361-1.253-.36-2.683-.357-3.853z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.25 6.036c0-1.247.4-2.234 1.089-2.898c.683-.659 1.584-.933 2.455-.882c1.551.09 3.073 1.212 3.394 3.107h.37l.078.004a.75.75 0 0 1 0 1.492l-.077.004H7.44a.75.75 0 0 1 0-1.5h.211a2.145 2.145 0 0 0-1.945-1.61c-.504-.03-.98.13-1.327.465c-.342.33-.63.898-.63 1.818v5.236H21l.077.003a.75.75 0 0 1 0 1.493L21 12.77h-.31c-.005 1.062-.045 2.27-.356 3.347c-.347 1.2-1.043 2.288-2.365 2.905l.568 1.745a.75.75 0 0 1-1.427.464l-.57-1.752c-3.024.707-7.167.673-10.138-.005l-.57 1.757a.75.75 0 0 1-1.427-.464l.567-1.745c-1.322-.618-2.018-1.705-2.365-2.905c-.361-1.253-.36-2.683-.357-3.853z"/></svg>
</template>

CSS

.icon-bath-solid {
  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%22M2.25%206.036c0-1.247.4-2.234%201.089-2.898c.683-.659%201.584-.933%202.455-.882c1.551.09%203.073%201.212%203.394%203.107h.37l.078.004a.75.75%200%200%201%200%201.492l-.077.004H7.44a.75.75%200%200%201%200-1.5h.211a2.145%202.145%200%200%200-1.945-1.61c-.504-.03-.98.13-1.327.465c-.342.33-.63.898-.63%201.818v5.236H21l.077.003a.75.75%200%200%201%200%201.493L21%2012.77h-.31c-.005%201.062-.045%202.27-.356%203.347c-.347%201.2-1.043%202.288-2.365%202.905l.568%201.745a.75.75%200%200%201-1.427.464l-.57-1.752c-3.024.707-7.167.673-10.138-.005l-.57%201.757a.75.75%200%200%201-1.427-.464l.567-1.745c-1.322-.618-2.018-1.705-2.365-2.905c-.361-1.253-.36-2.683-.357-3.853z%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%22M2.25%206.036c0-1.247.4-2.234%201.089-2.898c.683-.659%201.584-.933%202.455-.882c1.551.09%203.073%201.212%203.394%203.107h.37l.078.004a.75.75%200%200%201%200%201.492l-.077.004H7.44a.75.75%200%200%201%200-1.5h.211a2.145%202.145%200%200%200-1.945-1.61c-.504-.03-.98.13-1.327.465c-.342.33-.63.898-.63%201.818v5.236H21l.077.003a.75.75%200%200%201%200%201.493L21%2012.77h-.31c-.005%201.062-.045%202.27-.356%203.347c-.347%201.2-1.043%202.288-2.365%202.905l.568%201.745a.75.75%200%200%201-1.427.464l-.57-1.752c-3.024.707-7.167.673-10.138-.005l-.57%201.757a.75.75%200%200%201-1.427-.464l.567-1.745c-1.322-.618-2.018-1.705-2.365-2.905c-.361-1.253-.36-2.683-.357-3.853z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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