Hand Thunder Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Hand Thunder 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/305825.svg" alt="Hand Thunder icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305825.svg" alt="Hand Thunder icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305825.svg" alt="Hand Thunder icon" :width="24" :height="24" />
CSS background
.icon-hand-thunder {
background-image: url('https://proicons.com/icon/305825.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="M429 126c14-16 26-35 40-51 11-14 27-15 42-9s20 18 21 31c-1 20-14 32-23 44-30 40-30 39-73 19-22-10-22-18-7-34zm71 65c19 8 32 20 38 46 25-32 47-60 67-89 13-18 9-38-7-50-15-12-38-9-51 8-18 22-34 45-51 67-7 9-8 14 4 18zm103-24c-27 34-52 68-78 103-8 11-7 25 1 37 7 12 18 17 29 17 13 0 22-4 28-13 26-33 52-66 77-100 11-16 6-37-8-48s-37-10-49 4zm94 71c-14-11-32-12-45 1-20 21-38 43-51 69-12 23 7 50 35 50 7 0 16-3 21-10 18-21 35-43 50-67 10-15 5-32-10-43zM573 524l56-70c11-14 21-30 29-46 9-19 16-38 15-60-39 28-55 25-83-16-6-9-10-4-15-2-15 6-31 19-43 16-13-3-18-24-30-36-25-25-55-40-86-54-5-2-12-3-9-11s9-1 13 1c18 8 35 17 53 25 20 10 41 3 50-15 11-19 5-40-16-52-32-17-66-34-100-50-22-10-41-3-52 20-11 22-20 45-30 68-10 26-7 50 7 74 21 36 45 69 70 102 9 11 10 19 4 31l-4 7-114 247h63l88-1-40 72-83 164c116-115 231-227 350-344l-156 6 63-76z"/></svg>
Copied!