clean hands icon
clean-hands-outline from Material Symbols Light by Google · Outline · Social · Apache-2.0 Free for personal and commercial use.
- Name
- clean-hands-outline
- Set
- Material Symbols Light
- Style
- Outline
- 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="m6.404 18.654l7.565 2.207l5.989-1.85q-.03-.455-.276-.656q-.248-.201-.548-.201h-4.742q-.636 0-1.151-.05q-.516-.05-1.056-.238l-2.19-.718l.338-.988l2.025.732q.483.183 1.096.22q.613.036 1.68.042q0-.468-.171-.756t-.494-.402l-5.753-2.112q-.058-.019-.106-.028t-.106-.01h-2.1zm-4 2.346v-8.154h6.08q.137 0 .283.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.435v.615l-6.98 2.154l-7.616-2.22V21zm1-1h2v-6.154h-2zm11.462-7.33l-1-.347v-.885q-.012-1.45-1.028-2.463t-2.472-1.014q-1.287 0-2.176.75q-.89.748-1.194 1.866H5.962q.29-1.371 1.278-2.373q.987-1.002 2.626-1.22V4h-1.5V3h5q.6 0 1.157.16q.558.16 1.029.442l-.733.733q-.33-.162-.69-.248Q13.772 4 13.367 4h-2.5v2.985q1.84.234 2.92 1.539t1.08 2.938zm2.568-3.488Q17 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 MaterialSymbolsLightCleanHandsOutline(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="m6.404 18.654l7.565 2.207l5.989-1.85q-.03-.455-.276-.656q-.248-.201-.548-.201h-4.742q-.636 0-1.151-.05q-.516-.05-1.056-.238l-2.19-.718l.338-.988l2.025.732q.483.183 1.096.22q.613.036 1.68.042q0-.468-.171-.756t-.494-.402l-5.753-2.112q-.058-.019-.106-.028t-.106-.01h-2.1zm-4 2.346v-8.154h6.08q.137 0 .283.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.435v.615l-6.98 2.154l-7.616-2.22V21zm1-1h2v-6.154h-2zm11.462-7.33l-1-.347v-.885q-.012-1.45-1.028-2.463t-2.472-1.014q-1.287 0-2.176.75q-.89.748-1.194 1.866H5.962q.29-1.371 1.278-2.373q.987-1.002 2.626-1.22V4h-1.5V3h5q.6 0 1.157.16q.558.16 1.029.442l-.733.733q-.33-.162-.69-.248Q13.772 4 13.367 4h-2.5v2.985q1.84.234 2.92 1.539t1.08 2.938zm2.568-3.488Q17 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="m6.404 18.654l7.565 2.207l5.989-1.85q-.03-.455-.276-.656q-.248-.201-.548-.201h-4.742q-.636 0-1.151-.05q-.516-.05-1.056-.238l-2.19-.718l.338-.988l2.025.732q.483.183 1.096.22q.613.036 1.68.042q0-.468-.171-.756t-.494-.402l-5.753-2.112q-.058-.019-.106-.028t-.106-.01h-2.1zm-4 2.346v-8.154h6.08q.137 0 .283.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.435v.615l-6.98 2.154l-7.616-2.22V21zm1-1h2v-6.154h-2zm11.462-7.33l-1-.347v-.885q-.012-1.45-1.028-2.463t-2.472-1.014q-1.287 0-2.176.75q-.89.748-1.194 1.866H5.962q.29-1.371 1.278-2.373q.987-1.002 2.626-1.22V4h-1.5V3h5q.6 0 1.157.16q.558.16 1.029.442l-.733.733q-.33-.162-.69-.248Q13.772 4 13.367 4h-2.5v2.985q1.84.234 2.92 1.539t1.08 2.938zm2.568-3.488Q17 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-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%22m6.404%2018.654l7.565%202.207l5.989-1.85q-.03-.455-.276-.656q-.248-.201-.548-.201h-4.742q-.636%200-1.151-.05q-.516-.05-1.056-.238l-2.19-.718l.338-.988l2.025.732q.483.183%201.096.22q.613.036%201.68.042q0-.468-.171-.756t-.494-.402l-5.753-2.112q-.058-.019-.106-.028t-.106-.01h-2.1zm-4%202.346v-8.154h6.08q.137%200%20.283.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.435v.615l-6.98%202.154l-7.616-2.22V21zm1-1h2v-6.154h-2zm11.462-7.33l-1-.347v-.885q-.012-1.45-1.028-2.463t-2.472-1.014q-1.287%200-2.176.75q-.89.748-1.194%201.866H5.962q.29-1.371%201.278-2.373q.987-1.002%202.626-1.22V4h-1.5V3h5q.6%200%201.157.16q.558.16%201.029.442l-.733.733q-.33-.162-.69-.248Q13.772%204%2013.367%204h-2.5v2.985q1.84.234%202.92%201.539t1.08%202.938zm2.568-3.488Q17%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%22m6.404%2018.654l7.565%202.207l5.989-1.85q-.03-.455-.276-.656q-.248-.201-.548-.201h-4.742q-.636%200-1.151-.05q-.516-.05-1.056-.238l-2.19-.718l.338-.988l2.025.732q.483.183%201.096.22q.613.036%201.68.042q0-.468-.171-.756t-.494-.402l-5.753-2.112q-.058-.019-.106-.028t-.106-.01h-2.1zm-4%202.346v-8.154h6.08q.137%200%20.283.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.435v.615l-6.98%202.154l-7.616-2.22V21zm1-1h2v-6.154h-2zm11.462-7.33l-1-.347v-.885q-.012-1.45-1.028-2.463t-2.472-1.014q-1.287%200-2.176.75q-.89.748-1.194%201.866H5.962q.29-1.371%201.278-2.373q.987-1.002%202.626-1.22V4h-1.5V3h5q.6%200%201.157.16q.558.16%201.029.442l-.733.733q-.33-.162-.69-.248Q13.772%204%2013.367%204h-2.5v2.985q1.84.234%202.92%201.539t1.08%202.938zm2.568-3.488Q17%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-outline.svg?color=%231a73e8&size=48