clean hands icon
clean-hands-outline-rounded from Material Symbols Light by Google · Outline Rounded · Social · Apache-2.0 Free for personal and commercial use.
- Name
- clean-hands-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline Rounded
- 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="M13.796 20.804q.096.038.173.038t.173-.038l5.816-1.792q-.03-.456-.276-.657t-.547-.201h-4.743q-.636 0-1.151-.05q-.516-.05-1.056-.238l-1.714-.552q-.207-.068-.296-.27t-.021-.41q.067-.188.257-.28q.189-.09.397-.023l1.55.561q.483.164 1.068.21t1.453.052h.256q0-.468-.172-.756t-.494-.402l-5.753-2.112q-.058-.019-.106-.028t-.106-.01h-2.1v4.808zm-.255.988l-7.137-2.088q-.143.592-.605.944T4.789 21h-.77q-.671 0-1.143-.472t-.472-1.144v-4.922q0-.672.472-1.144t1.143-.472h4.466q.136 0 .282.028q.147.028.277.078l5.779 2.117q.537.204.924.733q.388.529.388 1.352h3q.903 0 1.384.565q.481.566.481 1.435q0 .3-.162.506t-.475.311l-5.884 1.815q-.218.062-.46.072t-.479-.066M3.404 19.384q0 .27.173.443t.442.173h.77q.269 0 .442-.144t.173-.472v-5.538H4.019q-.269 0-.442.173t-.173.443zm11.462-6.715l-1-.346v-.885q-.012-1.45-1.029-2.463t-2.472-1.014q-1.286 0-2.176.75q-.889.748-1.193 1.866H5.961q.291-1.371 1.278-2.373t2.627-1.22V4h-1q-.214 0-.357-.143T8.366 3.5t.143-.357T8.866 3h4.5q.515 0 1.043.147t.97.378q.125.067.222.178t.097.253q0 .213-.143.369t-.357.156q-.104 0-.202-.04q-.098-.039-.177-.107q-.325-.186-.686-.26T13.366 4h-2.5v2.985q1.84.234 2.92 1.539t1.08 2.938zm2.568-3.487Q17 8.748 17 8.116q0-.449.283-1.08t.938-1.634q.031-.03.279-.142q.037 0 .279.142q.65.996.935 1.63q.286.635.286 1.084q0 .632-.434 1.066q-.433.434-1.066.434t-1.066-.434"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightCleanHandsOutlineRounded(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="M13.796 20.804q.096.038.173.038t.173-.038l5.816-1.792q-.03-.456-.276-.657t-.547-.201h-4.743q-.636 0-1.151-.05q-.516-.05-1.056-.238l-1.714-.552q-.207-.068-.296-.27t-.021-.41q.067-.188.257-.28q.189-.09.397-.023l1.55.561q.483.164 1.068.21t1.453.052h.256q0-.468-.172-.756t-.494-.402l-5.753-2.112q-.058-.019-.106-.028t-.106-.01h-2.1v4.808zm-.255.988l-7.137-2.088q-.143.592-.605.944T4.789 21h-.77q-.671 0-1.143-.472t-.472-1.144v-4.922q0-.672.472-1.144t1.143-.472h4.466q.136 0 .282.028q.147.028.277.078l5.779 2.117q.537.204.924.733q.388.529.388 1.352h3q.903 0 1.384.565q.481.566.481 1.435q0 .3-.162.506t-.475.311l-5.884 1.815q-.218.062-.46.072t-.479-.066M3.404 19.384q0 .27.173.443t.442.173h.77q.269 0 .442-.144t.173-.472v-5.538H4.019q-.269 0-.442.173t-.173.443zm11.462-6.715l-1-.346v-.885q-.012-1.45-1.029-2.463t-2.472-1.014q-1.286 0-2.176.75q-.889.748-1.193 1.866H5.961q.291-1.371 1.278-2.373t2.627-1.22V4h-1q-.214 0-.357-.143T8.366 3.5t.143-.357T8.866 3h4.5q.515 0 1.043.147t.97.378q.125.067.222.178t.097.253q0 .213-.143.369t-.357.156q-.104 0-.202-.04q-.098-.039-.177-.107q-.325-.186-.686-.26T13.366 4h-2.5v2.985q1.84.234 2.92 1.539t1.08 2.938zm2.568-3.487Q17 8.748 17 8.116q0-.449.283-1.08t.938-1.634q.031-.03.279-.142q.037 0 .279.142q.65.996.935 1.63q.286.635.286 1.084q0 .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="M13.796 20.804q.096.038.173.038t.173-.038l5.816-1.792q-.03-.456-.276-.657t-.547-.201h-4.743q-.636 0-1.151-.05q-.516-.05-1.056-.238l-1.714-.552q-.207-.068-.296-.27t-.021-.41q.067-.188.257-.28q.189-.09.397-.023l1.55.561q.483.164 1.068.21t1.453.052h.256q0-.468-.172-.756t-.494-.402l-5.753-2.112q-.058-.019-.106-.028t-.106-.01h-2.1v4.808zm-.255.988l-7.137-2.088q-.143.592-.605.944T4.789 21h-.77q-.671 0-1.143-.472t-.472-1.144v-4.922q0-.672.472-1.144t1.143-.472h4.466q.136 0 .282.028q.147.028.277.078l5.779 2.117q.537.204.924.733q.388.529.388 1.352h3q.903 0 1.384.565q.481.566.481 1.435q0 .3-.162.506t-.475.311l-5.884 1.815q-.218.062-.46.072t-.479-.066M3.404 19.384q0 .27.173.443t.442.173h.77q.269 0 .442-.144t.173-.472v-5.538H4.019q-.269 0-.442.173t-.173.443zm11.462-6.715l-1-.346v-.885q-.012-1.45-1.029-2.463t-2.472-1.014q-1.286 0-2.176.75q-.889.748-1.193 1.866H5.961q.291-1.371 1.278-2.373t2.627-1.22V4h-1q-.214 0-.357-.143T8.366 3.5t.143-.357T8.866 3h4.5q.515 0 1.043.147t.97.378q.125.067.222.178t.097.253q0 .213-.143.369t-.357.156q-.104 0-.202-.04q-.098-.039-.177-.107q-.325-.186-.686-.26T13.366 4h-2.5v2.985q1.84.234 2.92 1.539t1.08 2.938zm2.568-3.487Q17 8.748 17 8.116q0-.449.283-1.08t.938-1.634q.031-.03.279-.142q.037 0 .279.142q.65.996.935 1.63q.286.635.286 1.084q0 .632-.434 1.066q-.433.434-1.066.434t-1.066-.434"/></svg> </template>
CSS
.icon-clean-hands-outline-rounded {
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%22M13.796%2020.804q.096.038.173.038t.173-.038l5.816-1.792q-.03-.456-.276-.657t-.547-.201h-4.743q-.636%200-1.151-.05q-.516-.05-1.056-.238l-1.714-.552q-.207-.068-.296-.27t-.021-.41q.067-.188.257-.28q.189-.09.397-.023l1.55.561q.483.164%201.068.21t1.453.052h.256q0-.468-.172-.756t-.494-.402l-5.753-2.112q-.058-.019-.106-.028t-.106-.01h-2.1v4.808zm-.255.988l-7.137-2.088q-.143.592-.605.944T4.789%2021h-.77q-.671%200-1.143-.472t-.472-1.144v-4.922q0-.672.472-1.144t1.143-.472h4.466q.136%200%20.282.028q.147.028.277.078l5.779%202.117q.537.204.924.733q.388.529.388%201.352h3q.903%200%201.384.565q.481.566.481%201.435q0%20.3-.162.506t-.475.311l-5.884%201.815q-.218.062-.46.072t-.479-.066M3.404%2019.384q0%20.27.173.443t.442.173h.77q.269%200%20.442-.144t.173-.472v-5.538H4.019q-.269%200-.442.173t-.173.443zm11.462-6.715l-1-.346v-.885q-.012-1.45-1.029-2.463t-2.472-1.014q-1.286%200-2.176.75q-.889.748-1.193%201.866H5.961q.291-1.371%201.278-2.373t2.627-1.22V4h-1q-.214%200-.357-.143T8.366%203.5t.143-.357T8.866%203h4.5q.515%200%201.043.147t.97.378q.125.067.222.178t.097.253q0%20.213-.143.369t-.357.156q-.104%200-.202-.04q-.098-.039-.177-.107q-.325-.186-.686-.26T13.366%204h-2.5v2.985q1.84.234%202.92%201.539t1.08%202.938zm2.568-3.487Q17%208.748%2017%208.116q0-.449.283-1.08t.938-1.634q.031-.03.279-.142q.037%200%20.279.142q.65.996.935%201.63q.286.635.286%201.084q0%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%22M13.796%2020.804q.096.038.173.038t.173-.038l5.816-1.792q-.03-.456-.276-.657t-.547-.201h-4.743q-.636%200-1.151-.05q-.516-.05-1.056-.238l-1.714-.552q-.207-.068-.296-.27t-.021-.41q.067-.188.257-.28q.189-.09.397-.023l1.55.561q.483.164%201.068.21t1.453.052h.256q0-.468-.172-.756t-.494-.402l-5.753-2.112q-.058-.019-.106-.028t-.106-.01h-2.1v4.808zm-.255.988l-7.137-2.088q-.143.592-.605.944T4.789%2021h-.77q-.671%200-1.143-.472t-.472-1.144v-4.922q0-.672.472-1.144t1.143-.472h4.466q.136%200%20.282.028q.147.028.277.078l5.779%202.117q.537.204.924.733q.388.529.388%201.352h3q.903%200%201.384.565q.481.566.481%201.435q0%20.3-.162.506t-.475.311l-5.884%201.815q-.218.062-.46.072t-.479-.066M3.404%2019.384q0%20.27.173.443t.442.173h.77q.269%200%20.442-.144t.173-.472v-5.538H4.019q-.269%200-.442.173t-.173.443zm11.462-6.715l-1-.346v-.885q-.012-1.45-1.029-2.463t-2.472-1.014q-1.286%200-2.176.75q-.889.748-1.193%201.866H5.961q.291-1.371%201.278-2.373t2.627-1.22V4h-1q-.214%200-.357-.143T8.366%203.5t.143-.357T8.866%203h4.5q.515%200%201.043.147t.97.378q.125.067.222.178t.097.253q0%20.213-.143.369t-.357.156q-.104%200-.202-.04q-.098-.039-.177-.107q-.325-.186-.686-.26T13.366%204h-2.5v2.985q1.84.234%202.92%201.539t1.08%202.938zm2.568-3.487Q17%208.748%2017%208.116q0-.449.283-1.08t.938-1.634q.031-.03.279-.142q.037%200%20.279.142q.65.996.935%201.63q.286.635.286%201.084q0%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-outline-rounded.svg?color=%231a73e8&size=48