Emoji Hammer And Pick Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Hammer And Pick 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/339879.svg" alt="Emoji Hammer And Pick icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339879.svg" alt="Emoji Hammer And Pick icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339879.svg" alt="Emoji Hammer And Pick icon" :width="24" :height="24" />
CSS background
.icon-emoji-hammer-and-pick {
background-image: url('https://proicons.com/icon/339879.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>.e{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="e" d="m31.7884,7.9706l-3.8677,5.5648,7.1358,4.9632s4.8841,1.443,7.5102,2.102l-3.6032-7.7228-7.1751-4.9072"/><path id="d" class="e" d="m23.7596,26.0979l7.2186-10.48,2.0226,1.4063-8.6011,12.4889-.6761,2.532-6.1905,8.7855-.6742-.469-2.0225-1.4071-.6742-.4683,6.134-8.8253,2.0801-1.5542,1.3832-2.0089"/><polyline class="e" points="26.4057 26.591 27.6857 28.331 29.9157 29.911 36.5757 38.991 35.8757 39.501 33.7857 41.051 33.0957 41.561 26.4257 32.491 25.5857 29.881 24.8357 28.871 24.8357 28.861"/><polyline class="e" points="23.2957 26.761 16.2357 17.141 18.3257 15.601 24.8657 24.491"/><path class="e" d="m16.749,7.9452c-2.6346,1.5424-5.0994,3.358-7.3538,5.4166l1.2611,1.7121-1.7163,1.2642-.8826-1.2084s0,0,0,0c-1.0255-.1507-2.472.9205-2.624,1.9459l3.3902,4.6412c.9648-.0496,2.2977-1.0366,2.6241-1.9459l-.9636-1.3192,1.7246-1.2703,1.3945,1.8933,7.3537-5.4166-2.4047-3.2647s4.9025-3.6111,7.7389-3.1826c-3.1213-1.2441-6.6447-.9729-9.542.7346Z"/><polygon class="e" points="8.0572 15.1295 8.0574 15.1297 8.0574 15.1297 8.0572 15.1295"/></svg>
Copied!