Hand Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Hand 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/305827.svg" alt="Hand icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305827.svg" alt="Hand icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305827.svg" alt="Hand icon" :width="24" :height="24" />
CSS background
.icon-hand {
background-image: url('https://proicons.com/icon/305827.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="M793 197c-27 0-50 23-50 50v219c0 10-7 17-17 17-9 0-17-8-17-17V147c0-28-22-51-50-51s-50 23-50 51v286c0 9-8 16-17 16-10 0-17-7-17-16V113c0-28-23-51-51-51s-50 23-50 51v320c0 9-8 16-17 16s-17-7-17-16V180c0-28-22-50-50-50s-50 22-50 50v421l-69-93c-20-32-59-42-88-24s-36 58-16 89c0 0 110 166 157 237 47 72 123 128 264 128 235 0 256-182 256-236V247c0-27-23-50-51-50z"/></svg>
Hand in other icon packs
Copied!