Hand Grippers Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Hand Grippers 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/305821.svg" alt="Hand Grippers icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305821.svg" alt="Hand Grippers icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305821.svg" alt="Hand Grippers icon" :width="24" :height="24" />
CSS background
.icon-hand-grippers {
background-image: url('https://proicons.com/icon/305821.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M344 402c-10-6-20-11-34-18 37-52 8-94-19-143-13 38-24 72-37 105-5 10-17 22-27 24-42 7-66 28-72 69 55 52 48 95-20 123-24 10-30 27-11 50 34 42 24 81-25 102-30 13-33 33-18 58 26 44 19 71-24 97-10 7-21 23-22 35-4 39 18 64 54 76 20 7 41 13 62 20h55c24-17 46-32 44-70-6-157 31-303 113-438 20-34 15-67-19-90zm610 431l-4-16c-1-1-1-2-1-2-32-120-63-239-95-358-18-70-29-80-100-88-24-80-47-161-73-241C654 43 579-4 485 0c-77 4-149 66-167 146-19 81 20 165 92 206 74 41 166 29 226-32 8-8 12-19 18-29l10 8c9 29 17 58 26 87-69 34-75 59-39 122 71 123 105 257 103 399 0 32 4 57 22 78 0 1 18 19 69 13 0 0 34-4 69-17 3-1 6-3 9-4l2-1c12-6 22-14 30-24 19-24 7-87-1-119zM504 312c-67 1-125-56-126-123S434 64 501 63s125 56 126 123-56 125-123 126z"/></svg>
Copied!