clean hands icon
clean-hands-sharp from Material Symbols Light by Google · Sharp · Social · Apache-2.0 Free for personal and commercial use.
- Name
- clean-hands-sharp
- Set
- Material Symbols Light
- Style
- Sharp
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More social icons from Material Symbols Light
Use the 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="M2.385 21v-8.154h3V21zM14 21.808l-7.616-2.225v-6.737h2.38l7.352 2.712v1.596h-3l-2.597-.925l-.311.752l2.869.942H21V19.5zm.865-8.735l-5.73-2.112H5.903q.098-1.62 1.23-2.69t2.732-1.287V4h-1.5V3h5q.58 0 1.138.15t1.048.452l-.733.733q-.35-.162-.709-.248Q13.753 4 13.367 4h-2.5v2.985q1.705.215 2.852 1.481q1.148 1.267 1.148 2.996zm2.569-3.891Q17 8.748 17 8.116q0-.48.339-1.195Q17.677 6.206 18.5 5q.823 1.206 1.162 1.912T20 8.116q0 .632-.434 1.066q-.433.434-1.066.434t-1.066-.434"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightCleanHandsSharp(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.385 21v-8.154h3V21zM14 21.808l-7.616-2.225v-6.737h2.38l7.352 2.712v1.596h-3l-2.597-.925l-.311.752l2.869.942H21V19.5zm.865-8.735l-5.73-2.112H5.903q.098-1.62 1.23-2.69t2.732-1.287V4h-1.5V3h5q.58 0 1.138.15t1.048.452l-.733.733q-.35-.162-.709-.248Q13.753 4 13.367 4h-2.5v2.985q1.705.215 2.852 1.481q1.148 1.267 1.148 2.996zm2.569-3.891Q17 8.748 17 8.116q0-.48.339-1.195Q17.677 6.206 18.5 5q.823 1.206 1.162 1.912T20 8.116q0 .632-.434 1.066q-.433.434-1.066.434t-1.066-.434"/></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.385 21v-8.154h3V21zM14 21.808l-7.616-2.225v-6.737h2.38l7.352 2.712v1.596h-3l-2.597-.925l-.311.752l2.869.942H21V19.5zm.865-8.735l-5.73-2.112H5.903q.098-1.62 1.23-2.69t2.732-1.287V4h-1.5V3h5q.58 0 1.138.15t1.048.452l-.733.733q-.35-.162-.709-.248Q13.753 4 13.367 4h-2.5v2.985q1.705.215 2.852 1.481q1.148 1.267 1.148 2.996zm2.569-3.891Q17 8.748 17 8.116q0-.48.339-1.195Q17.677 6.206 18.5 5q.823 1.206 1.162 1.912T20 8.116q0 .632-.434 1.066q-.433.434-1.066.434t-1.066-.434"/></svg> </template>
CSS
.icon-clean-hands-sharp {
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.385%2021v-8.154h3V21zM14%2021.808l-7.616-2.225v-6.737h2.38l7.352%202.712v1.596h-3l-2.597-.925l-.311.752l2.869.942H21V19.5zm.865-8.735l-5.73-2.112H5.903q.098-1.62%201.23-2.69t2.732-1.287V4h-1.5V3h5q.58%200%201.138.15t1.048.452l-.733.733q-.35-.162-.709-.248Q13.753%204%2013.367%204h-2.5v2.985q1.705.215%202.852%201.481q1.148%201.267%201.148%202.996zm2.569-3.891Q17%208.748%2017%208.116q0-.48.339-1.195Q17.677%206.206%2018.5%205q.823%201.206%201.162%201.912T20%208.116q0%20.632-.434%201.066q-.433.434-1.066.434t-1.066-.434%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.385%2021v-8.154h3V21zM14%2021.808l-7.616-2.225v-6.737h2.38l7.352%202.712v1.596h-3l-2.597-.925l-.311.752l2.869.942H21V19.5zm.865-8.735l-5.73-2.112H5.903q.098-1.62%201.23-2.69t2.732-1.287V4h-1.5V3h5q.58%200%201.138.15t1.048.452l-.733.733q-.35-.162-.709-.248Q13.753%204%2013.367%204h-2.5v2.985q1.705.215%202.852%201.481q1.148%201.267%201.148%202.996zm2.569-3.891Q17%208.748%2017%208.116q0-.48.339-1.195Q17.677%206.206%2018.5%205q.823%201.206%201.162%201.912T20%208.116q0%20.632-.434%201.066q-.433.434-1.066.434t-1.066-.434%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/clean-hands-sharp.svg?color=%231a73e8&size=48