Emoji Hammer Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji 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/325319.svg" alt="Emoji Hammer icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325319.svg" alt="Emoji Hammer icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325319.svg" alt="Emoji Hammer icon" :width="24" :height="24" />
CSS background
.icon-emoji-hammer {
background-image: url('https://proicons.com/icon/325319.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="d" d="m24.2805,13.3356l-.0208,15.8044.8625,2.5966-.0179,11.2563-.8668.0014-2.6005.0043-.8676.0014.0179-11.2563.8711-2.5994.0208-15.8087h2.6012"/><path class="d" d="m27.5487,6.2404c-3.036-.3206-6.0974-.3206-9.1334,0v2.1264h-2.1316l.006-1.4964s0,0,0,0c-.7363-.7296-2.5362-.7249-3.2668.0106l-.0229,5.7475c.8063.5322,2.4648.5281,3.2668-.0106l.0065-1.6337h2.142v2.3514h9.1333v-4.0547s6.0889,0,8.1185,2.0271c-1.7753-2.8528-4.773-4.7241-8.1185-5.0676Z"/><polygon class="d" points="16.2897 6.8701 16.2897 6.8704 16.2897 6.8704 16.2897 6.8701"/></svg>
Copied!