hand-wash-outline from Material Design Icons by Pictogrammers · Outline · Medical / Hospital · Apache-2.0 Free for personal and commercial use.

Name
hand-wash-outline
Set
Material Design Icons
Style
Outline
Category
Medical / Hospital
Viewbox
24×24
License
Apache 2.0

1 other variant in Material Design Icons

More medical / hospital icons from Material Design Icons

Use the hand wash icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m17 5l.62 1.37L19 7l-1.38.63L17 9l-.64-1.37L15 7l1.36-.63zm3 9c1.1 0 2-.9 2-2s-2-4-2-4s-2 2.9-2 4s.9 2 2 2m-9-7.9V4h2c.57 0 1.1.17 1.55.45L16 3c-.85-.61-1.87-1-3-1H7.5v2H9v2.11A5.06 5.06 0 0 0 5.25 9.5h2.16C7.94 8.61 8.89 8 10 8c1.62 0 2.94 1.29 3 2.9l2 .75V11a5 5 0 0 0-4-4.9M22 19v1l-8 2.5l-7-1.94V22H1V11h7.97l6.16 2.3A2.89 2.89 0 0 1 17 16h2c1.66 0 3 1.34 3 3M5 20v-7H3v7zm14.9-1.43c-.16-.33-.51-.57-.9-.57h-5.35c-.54 0-1.07-.08-1.58-.25l-2.38-.79l.63-1.9l2.38.79c.3.1 2.3.15 2.3.15c0-.37-.23-.7-.57-.83L8.61 13H7v5.5l6.97 1.91z"/></svg>

React

import type { SVGProps } from "react";

export function MdiHandWashOutline(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 5l.62 1.37L19 7l-1.38.63L17 9l-.64-1.37L15 7l1.36-.63zm3 9c1.1 0 2-.9 2-2s-2-4-2-4s-2 2.9-2 4s.9 2 2 2m-9-7.9V4h2c.57 0 1.1.17 1.55.45L16 3c-.85-.61-1.87-1-3-1H7.5v2H9v2.11A5.06 5.06 0 0 0 5.25 9.5h2.16C7.94 8.61 8.89 8 10 8c1.62 0 2.94 1.29 3 2.9l2 .75V11a5 5 0 0 0-4-4.9M22 19v1l-8 2.5l-7-1.94V22H1V11h7.97l6.16 2.3A2.89 2.89 0 0 1 17 16h2c1.66 0 3 1.34 3 3M5 20v-7H3v7zm14.9-1.43c-.16-.33-.51-.57-.9-.57h-5.35c-.54 0-1.07-.08-1.58-.25l-2.38-.79l.63-1.9l2.38.79c.3.1 2.3.15 2.3.15c0-.37-.23-.7-.57-.83L8.61 13H7v5.5l6.97 1.91z"/></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 5l.62 1.37L19 7l-1.38.63L17 9l-.64-1.37L15 7l1.36-.63zm3 9c1.1 0 2-.9 2-2s-2-4-2-4s-2 2.9-2 4s.9 2 2 2m-9-7.9V4h2c.57 0 1.1.17 1.55.45L16 3c-.85-.61-1.87-1-3-1H7.5v2H9v2.11A5.06 5.06 0 0 0 5.25 9.5h2.16C7.94 8.61 8.89 8 10 8c1.62 0 2.94 1.29 3 2.9l2 .75V11a5 5 0 0 0-4-4.9M22 19v1l-8 2.5l-7-1.94V22H1V11h7.97l6.16 2.3A2.89 2.89 0 0 1 17 16h2c1.66 0 3 1.34 3 3M5 20v-7H3v7zm14.9-1.43c-.16-.33-.51-.57-.9-.57h-5.35c-.54 0-1.07-.08-1.58-.25l-2.38-.79l.63-1.9l2.38.79c.3.1 2.3.15 2.3.15c0-.37-.23-.7-.57-.83L8.61 13H7v5.5l6.97 1.91z"/></svg>
</template>

CSS

.icon-hand-wash-outline {
  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%205l.62%201.37L19%207l-1.38.63L17%209l-.64-1.37L15%207l1.36-.63zm3%209c1.1%200%202-.9%202-2s-2-4-2-4s-2%202.9-2%204s.9%202%202%202m-9-7.9V4h2c.57%200%201.1.17%201.55.45L16%203c-.85-.61-1.87-1-3-1H7.5v2H9v2.11A5.06%205.06%200%200%200%205.25%209.5h2.16C7.94%208.61%208.89%208%2010%208c1.62%200%202.94%201.29%203%202.9l2%20.75V11a5%205%200%200%200-4-4.9M22%2019v1l-8%202.5l-7-1.94V22H1V11h7.97l6.16%202.3A2.89%202.89%200%200%201%2017%2016h2c1.66%200%203%201.34%203%203M5%2020v-7H3v7zm14.9-1.43c-.16-.33-.51-.57-.9-.57h-5.35c-.54%200-1.07-.08-1.58-.25l-2.38-.79l.63-1.9l2.38.79c.3.1%202.3.15%202.3.15c0-.37-.23-.7-.57-.83L8.61%2013H7v5.5l6.97%201.91z%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%205l.62%201.37L19%207l-1.38.63L17%209l-.64-1.37L15%207l1.36-.63zm3%209c1.1%200%202-.9%202-2s-2-4-2-4s-2%202.9-2%204s.9%202%202%202m-9-7.9V4h2c.57%200%201.1.17%201.55.45L16%203c-.85-.61-1.87-1-3-1H7.5v2H9v2.11A5.06%205.06%200%200%200%205.25%209.5h2.16C7.94%208.61%208.89%208%2010%208c1.62%200%202.94%201.29%203%202.9l2%20.75V11a5%205%200%200%200-4-4.9M22%2019v1l-8%202.5l-7-1.94V22H1V11h7.97l6.16%202.3A2.89%202.89%200%200%201%2017%2016h2c1.66%200%203%201.34%203%203M5%2020v-7H3v7zm14.9-1.43c-.16-.33-.51-.57-.9-.57h-5.35c-.54%200-1.07-.08-1.58-.25l-2.38-.79l.63-1.9l2.38.79c.3.1%202.3.15%202.3.15c0-.37-.23-.7-.57-.83L8.61%2013H7v5.5l6.97%201.91z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/hand-wash-outline.svg?color=%231a73e8&size=48