clean hands icon
clean-hands-rounded from Material Symbols by Google · Rounded · Social · Apache-2.0 Free for personal and commercial use.
- Name
- clean-hands-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
More social icons from Material Symbols
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.375 21.825L7 20.025V11h1.6q.175 0 .35.038t.35.087l6.925 2.575q.35.125.563.45t.212.675q0 .525-.363.85T15.8 16h-2.625q-.125 0-.187-.012t-.163-.063L11.7 15.5q-.2-.075-.4.025t-.25.275q-.05.2.025.375t.275.25l1.475.525q.05.025.15.038t.175.012H20q.8 0 1.4.575T22 19l-7.375 2.775q-.25.1-.612.113t-.638-.063M1 20v-7q0-.825.588-1.412T3 11t1.413.588T5 13v7q0 .825-.587 1.413T3 22t-1.412-.587T1 20m14-8.35L9.65 9.625q-.175-.05-.35-.088T8.925 9.5H5.25q.425-1.275 1.413-2.2T9 6.1V4h-.5q-.425 0-.712-.288T7.5 3t.288-.712T8.5 2H13q.65 0 1.563.263t1.412.762q.125.125.213.313t.087.387q0 .425-.287.725t-.713.3q-.2 0-.375-.088t-.35-.212q-.325-.225-.725-.338T13 4h-2v2.1q1.725.35 2.863 1.713T15 11zm2.588-2.238Q17 8.826 17 8q0-.525.35-1.263t1.275-2.162q.05-.05.375-.2q.075 0 .375.2q.9 1.4 1.263 2.15T21 8q0 .825-.587 1.413T19 10t-1.412-.587"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsCleanHandsRounded(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.375 21.825L7 20.025V11h1.6q.175 0 .35.038t.35.087l6.925 2.575q.35.125.563.45t.212.675q0 .525-.363.85T15.8 16h-2.625q-.125 0-.187-.012t-.163-.063L11.7 15.5q-.2-.075-.4.025t-.25.275q-.05.2.025.375t.275.25l1.475.525q.05.025.15.038t.175.012H20q.8 0 1.4.575T22 19l-7.375 2.775q-.25.1-.612.113t-.638-.063M1 20v-7q0-.825.588-1.412T3 11t1.413.588T5 13v7q0 .825-.587 1.413T3 22t-1.412-.587T1 20m14-8.35L9.65 9.625q-.175-.05-.35-.088T8.925 9.5H5.25q.425-1.275 1.413-2.2T9 6.1V4h-.5q-.425 0-.712-.288T7.5 3t.288-.712T8.5 2H13q.65 0 1.563.263t1.412.762q.125.125.213.313t.087.387q0 .425-.287.725t-.713.3q-.2 0-.375-.088t-.35-.212q-.325-.225-.725-.338T13 4h-2v2.1q1.725.35 2.863 1.713T15 11zm2.588-2.238Q17 8.826 17 8q0-.525.35-1.263t1.275-2.162q.05-.05.375-.2q.075 0 .375.2q.9 1.4 1.263 2.15T21 8q0 .825-.587 1.413T19 10t-1.412-.587"/></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.375 21.825L7 20.025V11h1.6q.175 0 .35.038t.35.087l6.925 2.575q.35.125.563.45t.212.675q0 .525-.363.85T15.8 16h-2.625q-.125 0-.187-.012t-.163-.063L11.7 15.5q-.2-.075-.4.025t-.25.275q-.05.2.025.375t.275.25l1.475.525q.05.025.15.038t.175.012H20q.8 0 1.4.575T22 19l-7.375 2.775q-.25.1-.612.113t-.638-.063M1 20v-7q0-.825.588-1.412T3 11t1.413.588T5 13v7q0 .825-.587 1.413T3 22t-1.412-.587T1 20m14-8.35L9.65 9.625q-.175-.05-.35-.088T8.925 9.5H5.25q.425-1.275 1.413-2.2T9 6.1V4h-.5q-.425 0-.712-.288T7.5 3t.288-.712T8.5 2H13q.65 0 1.563.263t1.412.762q.125.125.213.313t.087.387q0 .425-.287.725t-.713.3q-.2 0-.375-.088t-.35-.212q-.325-.225-.725-.338T13 4h-2v2.1q1.725.35 2.863 1.713T15 11zm2.588-2.238Q17 8.826 17 8q0-.525.35-1.263t1.275-2.162q.05-.05.375-.2q.075 0 .375.2q.9 1.4 1.263 2.15T21 8q0 .825-.587 1.413T19 10t-1.412-.587"/></svg> </template>
CSS
.icon-clean-hands-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.375%2021.825L7%2020.025V11h1.6q.175%200%20.35.038t.35.087l6.925%202.575q.35.125.563.45t.212.675q0%20.525-.363.85T15.8%2016h-2.625q-.125%200-.187-.012t-.163-.063L11.7%2015.5q-.2-.075-.4.025t-.25.275q-.05.2.025.375t.275.25l1.475.525q.05.025.15.038t.175.012H20q.8%200%201.4.575T22%2019l-7.375%202.775q-.25.1-.612.113t-.638-.063M1%2020v-7q0-.825.588-1.412T3%2011t1.413.588T5%2013v7q0%20.825-.587%201.413T3%2022t-1.412-.587T1%2020m14-8.35L9.65%209.625q-.175-.05-.35-.088T8.925%209.5H5.25q.425-1.275%201.413-2.2T9%206.1V4h-.5q-.425%200-.712-.288T7.5%203t.288-.712T8.5%202H13q.65%200%201.563.263t1.412.762q.125.125.213.313t.087.387q0%20.425-.287.725t-.713.3q-.2%200-.375-.088t-.35-.212q-.325-.225-.725-.338T13%204h-2v2.1q1.725.35%202.863%201.713T15%2011zm2.588-2.238Q17%208.826%2017%208q0-.525.35-1.263t1.275-2.162q.05-.05.375-.2q.075%200%20.375.2q.9%201.4%201.263%202.15T21%208q0%20.825-.587%201.413T19%2010t-1.412-.587%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.375%2021.825L7%2020.025V11h1.6q.175%200%20.35.038t.35.087l6.925%202.575q.35.125.563.45t.212.675q0%20.525-.363.85T15.8%2016h-2.625q-.125%200-.187-.012t-.163-.063L11.7%2015.5q-.2-.075-.4.025t-.25.275q-.05.2.025.375t.275.25l1.475.525q.05.025.15.038t.175.012H20q.8%200%201.4.575T22%2019l-7.375%202.775q-.25.1-.612.113t-.638-.063M1%2020v-7q0-.825.588-1.412T3%2011t1.413.588T5%2013v7q0%20.825-.587%201.413T3%2022t-1.412-.587T1%2020m14-8.35L9.65%209.625q-.175-.05-.35-.088T8.925%209.5H5.25q.425-1.275%201.413-2.2T9%206.1V4h-.5q-.425%200-.712-.288T7.5%203t.288-.712T8.5%202H13q.65%200%201.563.263t1.412.762q.125.125.213.313t.087.387q0%20.425-.287.725t-.713.3q-.2%200-.375-.088t-.35-.212q-.325-.225-.725-.338T13%204h-2v2.1q1.725.35%202.863%201.713T15%2011zm2.588-2.238Q17%208.826%2017%208q0-.525.35-1.263t1.275-2.162q.05-.05.375-.2q.075%200%20.375.2q.9%201.4%201.263%202.15T21%208q0%20.825-.587%201.413T19%2010t-1.412-.587%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/clean-hands-rounded.svg?color=%231a73e8&size=48