Emoji Hammer And Wrench Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Hammer And Wrench 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/325321.svg" alt="Emoji Hammer And Wrench icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325321.svg" alt="Emoji Hammer And Wrench icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325321.svg" alt="Emoji Hammer And Wrench icon" :width="24" :height="24" />
CSS background
.icon-emoji-hammer-and-wrench {
background-image: url('https://proicons.com/icon/325321.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>.f{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="f" d="m23.6456,27.0989l-9.928,12.0828,2.7314,2.0486,9.2263-11.3517"/><path id="d" class="f" d="m27.2723,27.6589l5.1224-6.8282c2.2153,1.7587,5.912.7897,8.2568-2.164,2.3448-2.9538,2.4498-6.774.2345-8.5327l-3.5147,4.4276-1.9343-.0346-.4624-1.8889,3.5046-4.4148c-2.2153-1.7587-5.912-.7897-8.2568,2.164-2.3448,2.9538-2.3771,6.8318-.1618,8.5905l-4.815,5.922"/><path id="e" class="f" d="m18.411,15.5952l9.3562,12.7373,2.2344,1.5791,6.6612,9.0737-.6971.5152-2.0913,1.5457-.6977.5156-6.6612-9.0737-.8402-2.6096-9.3587-12.7408,2.0944-1.5427h0"/><path class="f" d="m16.8345,7.9442c-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="f" points="8.1426 15.1285 8.1429 15.1288 8.1429 15.1288 8.1426 15.1285"/></svg>
Copied!