hand water icon
hand-water from Material Design Icons by Pictogrammers · Filled · Medical / Hospital · Apache-2.0 Free for personal and commercial use.
- Name
- hand-water
- Set
- Material Design Icons
- Style
- Filled
- Category
- Medical / Hospital
- Viewbox
- 24×24
- License
- Apache 2.0
More medical / hospital icons from Material Design Icons
Use the hand water icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.42 22.5H5.33C3.5 22.5 2 21 2 19.17v-6.09c0-.9.36-1.75 1-2.37l5.63-5.54s1.03 1.05 1.04 1.08a.985.985 0 0 1 .11 1.16C9.77 7.44 8 10 8 10h10.67a1.25 1.25 0 0 1 0 2.5h-5.84v.83h7.92a1.25 1.25 0 0 1 0 2.5h-7.92v.84h7.09a1.25 1.25 0 0 1 0 2.5h-7.09V20h4.59a1.25 1.25 0 0 1 0 2.5M13.5 4.8S12 6.46 12 7.5c0 2 3 2 3 0c0-1.04-1.5-2.7-1.5-2.7m5-3.8S16 3.76 16 5.5c0 3.33 5 3.33 5 0C21 3.76 18.5 1 18.5 1"/></svg>
React
import type { SVGProps } from "react";
export function MdiHandWater(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="M17.42 22.5H5.33C3.5 22.5 2 21 2 19.17v-6.09c0-.9.36-1.75 1-2.37l5.63-5.54s1.03 1.05 1.04 1.08a.985.985 0 0 1 .11 1.16C9.77 7.44 8 10 8 10h10.67a1.25 1.25 0 0 1 0 2.5h-5.84v.83h7.92a1.25 1.25 0 0 1 0 2.5h-7.92v.84h7.09a1.25 1.25 0 0 1 0 2.5h-7.09V20h4.59a1.25 1.25 0 0 1 0 2.5M13.5 4.8S12 6.46 12 7.5c0 2 3 2 3 0c0-1.04-1.5-2.7-1.5-2.7m5-3.8S16 3.76 16 5.5c0 3.33 5 3.33 5 0C21 3.76 18.5 1 18.5 1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.42 22.5H5.33C3.5 22.5 2 21 2 19.17v-6.09c0-.9.36-1.75 1-2.37l5.63-5.54s1.03 1.05 1.04 1.08a.985.985 0 0 1 .11 1.16C9.77 7.44 8 10 8 10h10.67a1.25 1.25 0 0 1 0 2.5h-5.84v.83h7.92a1.25 1.25 0 0 1 0 2.5h-7.92v.84h7.09a1.25 1.25 0 0 1 0 2.5h-7.09V20h4.59a1.25 1.25 0 0 1 0 2.5M13.5 4.8S12 6.46 12 7.5c0 2 3 2 3 0c0-1.04-1.5-2.7-1.5-2.7m5-3.8S16 3.76 16 5.5c0 3.33 5 3.33 5 0C21 3.76 18.5 1 18.5 1"/></svg> </template>
CSS
.icon-hand-water {
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%22M17.42%2022.5H5.33C3.5%2022.5%202%2021%202%2019.17v-6.09c0-.9.36-1.75%201-2.37l5.63-5.54s1.03%201.05%201.04%201.08a.985.985%200%200%201%20.11%201.16C9.77%207.44%208%2010%208%2010h10.67a1.25%201.25%200%200%201%200%202.5h-5.84v.83h7.92a1.25%201.25%200%200%201%200%202.5h-7.92v.84h7.09a1.25%201.25%200%200%201%200%202.5h-7.09V20h4.59a1.25%201.25%200%200%201%200%202.5M13.5%204.8S12%206.46%2012%207.5c0%202%203%202%203%200c0-1.04-1.5-2.7-1.5-2.7m5-3.8S16%203.76%2016%205.5c0%203.33%205%203.33%205%200C21%203.76%2018.5%201%2018.5%201%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%22M17.42%2022.5H5.33C3.5%2022.5%202%2021%202%2019.17v-6.09c0-.9.36-1.75%201-2.37l5.63-5.54s1.03%201.05%201.04%201.08a.985.985%200%200%201%20.11%201.16C9.77%207.44%208%2010%208%2010h10.67a1.25%201.25%200%200%201%200%202.5h-5.84v.83h7.92a1.25%201.25%200%200%201%200%202.5h-7.92v.84h7.09a1.25%201.25%200%200%201%200%202.5h-7.09V20h4.59a1.25%201.25%200%200%201%200%202.5M13.5%204.8S12%206.46%2012%207.5c0%202%203%202%203%200c0-1.04-1.5-2.7-1.5-2.7m5-3.8S16%203.76%2016%205.5c0%203.33%205%203.33%205%200C21%203.76%2018.5%201%2018.5%201%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/hand-water.svg?color=%231a73e8&size=48