Goblin Tools Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Goblin Tools 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/326571.svg" alt="Goblin Tools icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326571.svg" alt="Goblin Tools icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326571.svg" alt="Goblin Tools icon" :width="24" :height="24" />
CSS background
.icon-goblin-tools {
background-image: url('https://proicons.com/icon/326571.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="c" d="M28.2963,29.5149c.4463-.8511.8046-1.7224.9618-2.6364.9366.7166,1.051,1.6796.8373,2.5798,0,0-2.7822,1.0812-6.1012,1.0812s-6.066-1.0309-6.066-1.0309c-.1773-.8511-.0629-1.8142.8738-2.5295.1572.914.5155,1.784.9605,2.6339M20.723,22.827c0,.8645-.7032,1.5654-1.571,1.566-.8682,0-1.572-.7011-1.572-1.566h0c0-.8649.7038-1.566,1.572-1.566h0c.8678.0006,1.571.7015,1.571,1.566ZM30.42,22.827c0,.8649-.7038,1.566-1.572,1.566h0c-.8678-.0006-1.571-.7015-1.571-1.566s.7032-1.5654,1.571-1.566c.8682,0,1.572.7011,1.572,1.566h0ZM33.835,32.227c1.781-.929,3.066-3.69,1.685-6.215,2.844,2.367,6.395.486,7.98-1.505-1.89-2.408-5.06-3.013-7.374-1.422-.516-6.572-5.655-9.696-12.126-9.696s-11.61,3.124-12.126,9.696c-2.314-1.59-5.484-.986-7.374,1.422,1.585,1.99,5.136,3.872,7.98,1.505-1.381,2.526-.096,5.286,1.685,6.215,3.364,1.754,6.476,2.384,9.835,2.384s6.471-.63,9.835-2.384Z"/><path class="c" d="M11.874,23.085c0,.7795.2496,1.9624.606,2.927"/><path class="c" d="M36.126,23.085c0,.7795-.2496,1.9624-.606,2.927"/></svg>
Copied!