Goblim Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Goblim 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/326570.svg" alt="Goblim icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326570.svg" alt="Goblim icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326570.svg" alt="Goblim icon" :width="24" :height="24" />
CSS background
.icon-goblim {
background-image: url('https://proicons.com/icon/326570.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M20.91,6.49a15.27,15.27,0,0,1,3.55.44C17,8.72,11.64,15.81,11.64,24S17,39.3,24.5,41.07c1.2-2.17,2.92-5.34,2.92-8.67s-1.72-6.5-2.91-8.67c3,1.14,6.57,4.67,6.57,8.67s-3.61,7.53-6.58,8.67a15,15,0,0,1-3.59.44C11.85,41.51,4.5,33.67,4.5,24S11.85,6.49,20.91,6.49ZM43.5,23h-13"/><line class="a" x1="37.02" y1="18.94" x2="37.02" y2="6.8"/><polyline class="a" points="41.87 11.88 37.02 6.49 32.17 11.88"/></svg>
Copied!