twotone clean hands icon

twotone-clean-hands from Google Material Icons by Material Design Authors · Baseline · Social · Apache-2.0 Free for personal and commercial use.

Name
twotone-clean-hands
Set
Google Material Icons
Style
Baseline
Category
Social
Viewbox
24×24
License
Apache 2.0

More social icons from Google Material Icons

Use the twotone clean hands icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.24 9.5H7.42C7.94 8.61 8.89 8 10 8c1.62 0 2.94 1.29 2.99 2.9zM5 20v-7H3v7zm14.9-1.43c-.16-.33-.51-.56-.9-.56h-5.35c-.54 0-1.07-.09-1.58-.26l-2.38-.79l.63-1.9l2.38.79c.31.1 2.3.15 2.3.15c0-.37-.23-.7-.57-.83L8.61 13H7v5.48l6.97 1.93z" opacity=".3"/><path fill="currentColor" d="m16.99 5l.63 1.37l1.37.63l-1.37.63L16.99 9l-.63-1.37L14.99 7l1.37-.63zM20 14c1.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.45l1.43-1.43A4.9 4.9 0 0 0 13 2H7.5v2H9v2.11c-1.78.37-3.2 1.68-3.75 3.39h2.16C7.94 8.61 8.89 8 10 8c1.62 0 2.94 1.29 2.99 2.9l2.01.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-.56-.9-.56h-5.35c-.54 0-1.07-.09-1.58-.26l-2.38-.79l.63-1.9l2.38.79c.31.1 2.3.15 2.3.15c0-.37-.23-.7-.57-.83L8.61 13H7v5.48l6.97 1.93z"/></svg>

React

import type { SVGProps } from "react";

export function IcTwotoneCleanHands(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.24 9.5H7.42C7.94 8.61 8.89 8 10 8c1.62 0 2.94 1.29 2.99 2.9zM5 20v-7H3v7zm14.9-1.43c-.16-.33-.51-.56-.9-.56h-5.35c-.54 0-1.07-.09-1.58-.26l-2.38-.79l.63-1.9l2.38.79c.31.1 2.3.15 2.3.15c0-.37-.23-.7-.57-.83L8.61 13H7v5.48l6.97 1.93z" opacity=".3"/><path fill="currentColor" d="m16.99 5l.63 1.37l1.37.63l-1.37.63L16.99 9l-.63-1.37L14.99 7l1.37-.63zM20 14c1.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.45l1.43-1.43A4.9 4.9 0 0 0 13 2H7.5v2H9v2.11c-1.78.37-3.2 1.68-3.75 3.39h2.16C7.94 8.61 8.89 8 10 8c1.62 0 2.94 1.29 2.99 2.9l2.01.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-.56-.9-.56h-5.35c-.54 0-1.07-.09-1.58-.26l-2.38-.79l.63-1.9l2.38.79c.31.1 2.3.15 2.3.15c0-.37-.23-.7-.57-.83L8.61 13H7v5.48l6.97 1.93z"/></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.24 9.5H7.42C7.94 8.61 8.89 8 10 8c1.62 0 2.94 1.29 2.99 2.9zM5 20v-7H3v7zm14.9-1.43c-.16-.33-.51-.56-.9-.56h-5.35c-.54 0-1.07-.09-1.58-.26l-2.38-.79l.63-1.9l2.38.79c.31.1 2.3.15 2.3.15c0-.37-.23-.7-.57-.83L8.61 13H7v5.48l6.97 1.93z" opacity=".3"/><path fill="currentColor" d="m16.99 5l.63 1.37l1.37.63l-1.37.63L16.99 9l-.63-1.37L14.99 7l1.37-.63zM20 14c1.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.45l1.43-1.43A4.9 4.9 0 0 0 13 2H7.5v2H9v2.11c-1.78.37-3.2 1.68-3.75 3.39h2.16C7.94 8.61 8.89 8 10 8c1.62 0 2.94 1.29 2.99 2.9l2.01.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-.56-.9-.56h-5.35c-.54 0-1.07-.09-1.58-.26l-2.38-.79l.63-1.9l2.38.79c.31.1 2.3.15 2.3.15c0-.37-.23-.7-.57-.83L8.61 13H7v5.48l6.97 1.93z"/></svg>
</template>

CSS

.icon-twotone-clean-hands {
  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.24%209.5H7.42C7.94%208.61%208.89%208%2010%208c1.62%200%202.94%201.29%202.99%202.9zM5%2020v-7H3v7zm14.9-1.43c-.16-.33-.51-.56-.9-.56h-5.35c-.54%200-1.07-.09-1.58-.26l-2.38-.79l.63-1.9l2.38.79c.31.1%202.3.15%202.3.15c0-.37-.23-.7-.57-.83L8.61%2013H7v5.48l6.97%201.93z%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m16.99%205l.63%201.37l1.37.63l-1.37.63L16.99%209l-.63-1.37L14.99%207l1.37-.63zM20%2014c1.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.45l1.43-1.43A4.9%204.9%200%200%200%2013%202H7.5v2H9v2.11c-1.78.37-3.2%201.68-3.75%203.39h2.16C7.94%208.61%208.89%208%2010%208c1.62%200%202.94%201.29%202.99%202.9l2.01.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-.56-.9-.56h-5.35c-.54%200-1.07-.09-1.58-.26l-2.38-.79l.63-1.9l2.38.79c.31.1%202.3.15%202.3.15c0-.37-.23-.7-.57-.83L8.61%2013H7v5.48l6.97%201.93z%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.24%209.5H7.42C7.94%208.61%208.89%208%2010%208c1.62%200%202.94%201.29%202.99%202.9zM5%2020v-7H3v7zm14.9-1.43c-.16-.33-.51-.56-.9-.56h-5.35c-.54%200-1.07-.09-1.58-.26l-2.38-.79l.63-1.9l2.38.79c.31.1%202.3.15%202.3.15c0-.37-.23-.7-.57-.83L8.61%2013H7v5.48l6.97%201.93z%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m16.99%205l.63%201.37l1.37.63l-1.37.63L16.99%209l-.63-1.37L14.99%207l1.37-.63zM20%2014c1.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.45l1.43-1.43A4.9%204.9%200%200%200%2013%202H7.5v2H9v2.11c-1.78.37-3.2%201.68-3.75%203.39h2.16C7.94%208.61%208.89%208%2010%208c1.62%200%202.94%201.29%202.99%202.9l2.01.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-.56-.9-.56h-5.35c-.54%200-1.07-.09-1.58-.26l-2.38-.79l.63-1.9l2.38.79c.31.1%202.3.15%202.3.15c0-.37-.23-.7-.57-.83L8.61%2013H7v5.48l6.97%201.93z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/twotone-clean-hands.svg?color=%231a73e8&size=48