sharp clean hands icon

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

Name
sharp-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 sharp 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="m14.99 7l1.37-.63l.63-1.37l.63 1.37l1.37.63l-1.37.63L16.99 9l-.63-1.37zM20 14c1.1 0 2-.9 2-2s-2-4-2-4s-2 2.9-2 4s.9 2 2 2M1 22h4V11H1zM9.24 9.5L15 11.65V11a5 5 0 0 0-4-4.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.39zM22 17h-9l-2.09-.73l.33-.94L13 16h4v-2l-8.03-3H7v9.02L14 22l8-3z"/></svg>

React

import type { SVGProps } from "react";

export function IcSharpCleanHands(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="m14.99 7l1.37-.63l.63-1.37l.63 1.37l1.37.63l-1.37.63L16.99 9l-.63-1.37zM20 14c1.1 0 2-.9 2-2s-2-4-2-4s-2 2.9-2 4s.9 2 2 2M1 22h4V11H1zM9.24 9.5L15 11.65V11a5 5 0 0 0-4-4.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.39zM22 17h-9l-2.09-.73l.33-.94L13 16h4v-2l-8.03-3H7v9.02L14 22l8-3z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m14.99 7l1.37-.63l.63-1.37l.63 1.37l1.37.63l-1.37.63L16.99 9l-.63-1.37zM20 14c1.1 0 2-.9 2-2s-2-4-2-4s-2 2.9-2 4s.9 2 2 2M1 22h4V11H1zM9.24 9.5L15 11.65V11a5 5 0 0 0-4-4.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.39zM22 17h-9l-2.09-.73l.33-.94L13 16h4v-2l-8.03-3H7v9.02L14 22l8-3z"/></svg>
</template>

CSS

.icon-sharp-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%22m14.99%207l1.37-.63l.63-1.37l.63%201.37l1.37.63l-1.37.63L16.99%209l-.63-1.37zM20%2014c1.1%200%202-.9%202-2s-2-4-2-4s-2%202.9-2%204s.9%202%202%202M1%2022h4V11H1zM9.24%209.5L15%2011.65V11a5%205%200%200%200-4-4.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.39zM22%2017h-9l-2.09-.73l.33-.94L13%2016h4v-2l-8.03-3H7v9.02L14%2022l8-3z%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%22m14.99%207l1.37-.63l.63-1.37l.63%201.37l1.37.63l-1.37.63L16.99%209l-.63-1.37zM20%2014c1.1%200%202-.9%202-2s-2-4-2-4s-2%202.9-2%204s.9%202%202%202M1%2022h4V11H1zM9.24%209.5L15%2011.65V11a5%205%200%200%200-4-4.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.39zM22%2017h-9l-2.09-.73l.33-.94L13%2016h4v-2l-8.03-3H7v9.02L14%2022l8-3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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