Washing Hands Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Washing Hands icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/320965.svg" alt="Washing Hands icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/320965.svg" alt="Washing Hands icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/320965.svg" alt="Washing Hands icon" :width="24" :height="24" />
CSS background
.icon-washing-hands {
background-image: url('https://proicons.com/icon/320965.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="iso-8859-1"?> <!-- Generator: Adobe Illustrator 29.1.0, SVG Export Plug-In . SVG Version: 9.03 Build 55587) --> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve"> <path id="washing-hands_00000104671902834821209680000011491273419176416673_" d="M10.254,31.255l-0.509-0.51l2-2 c0.057-0.057,0.13-0.093,0.21-0.103l7.32-0.915c0.36-0.045,0.699-0.21,0.954-0.466l6.102-6.103c0.411-0.41,0.411-1.079,0-1.491 c-0.41-0.411-1.081-0.41-1.49,0.001l-6.207,5.046c-0.426,0.404-1.001,0.652-1.634,0.652h-5v-0.721h5 c0.397,0,0.763-0.141,1.048-0.374l-0.004-0.006l0.116-0.095c0.302-0.297,0.488-0.709,0.488-1.163c0-0.354-0.291-0.642-0.648-0.642 l-7.75-0.007c-2.616,0-4.765,2.043-4.89,4.651c-0.004,0.089-0.042,0.174-0.104,0.236l-4,4.006l-0.51-0.508l3.904-3.91 c0.213-2.925,2.646-5.196,5.601-5.196L18,21.646c0.755,0,1.369,0.61,1.369,1.36c0,0.063-0.003,0.127-0.008,0.188l4.998-4.061 c0.663-0.666,1.79-0.667,2.48,0.024c0.692,0.692,0.691,1.818,0.001,2.51l-6.102,6.102c-0.368,0.368-0.856,0.607-1.375,0.672 l-7.197,0.899L10.254,31.255z M31.36,31h-0.72V10.36H23c-2.938,0-4.64,0.432-4.64,2.64c0,0.199-0.161,0.36-0.36,0.36h-4 c-0.199,0-0.36-0.161-0.36-0.36c0-4.54,3.586-7.36,9.36-7.36h1.64V3.36H23V2.64h4v0.72h-1.64v2.28h5.279V1h0.721V31z M14.368,12.64 h3.285c0.209-2.761,2.857-3,5.347-3h7.64V6.36H23C17.748,6.36,14.551,8.7,14.368,12.64z M16,20.36c-1.025,0-1.86-0.835-1.86-1.86 c0-1.069,1.393-3.42,1.551-3.685c0.13-0.217,0.487-0.217,0.617,0c0.159,0.265,1.552,2.616,1.552,3.685 C17.86,19.525,17.025,20.36,16,20.36z M16,15.722c-0.528,0.954-1.14,2.234-1.14,2.778c0,0.629,0.512,1.14,1.14,1.14 s1.14-0.511,1.14-1.14C17.14,17.956,16.528,16.676,16,15.722z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!