Hammer Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Hammer 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/305808.svg" alt="Hammer icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305808.svg" alt="Hammer icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305808.svg" alt="Hammer icon" :width="24" :height="24" />
CSS background
.icon-hammer {
background-image: url('https://proicons.com/icon/305808.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="M528 317c-25-6-48-15-72-22-22-7-34-1-40 22-10 37-18 74-28 110-16 57-32 113-50 169s-38 111-58 167c-13 35-28 70-42 105-8 23-2 35 20 42 24 8 48 14 71 24 30 11 41-4 47-27 15-61 29-121 47-181 9-31 19-62 29-93s20-62 30-92c21-59 45-117 68-175 9-21 9-41-22-49zm245-154c-18-3-37-8-56-8-25-1-47-10-66-27-46-41-103-59-163-65-43-4-83 6-121 24-49 24-97 51-145 77-2 1-4 3-6 5 2 1 2 1 3 2 22 11 44 12 69 1 29-14 59-24 90-33 49-15 67-1 66 50 0 17-1 33-2 51 11 4 23 8 35 12 30 9 60 19 90 29 7 2 10 1 15-6 9-14 19-27 31-38 21-18 45-19 69-3 8 6 15 14 24 20 10 8 21 15 33 21 8 4 15 0 18-9 10-28 19-56 27-84 3-10-1-17-11-19z"/></svg>
Hammer in other icon packs
Copied!