Goskey Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Goskey 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/326709.svg" alt="Goskey icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326709.svg" alt="Goskey icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326709.svg" alt="Goskey icon" :width="24" :height="24" />
CSS background
.icon-goskey {
background-image: url('https://proicons.com/icon/326709.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>.i{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="e" class="i" d="M28.08973125,26.21837843c-.45405414.44864964-1.17837854.45081061-1.63026964,0l-5.52972948-5.52972948c-.44787433-.45071988-.44787433-1.17846927,0-1.62918916l5.11783703-5.24756767c1.11459474-1.14270288,2.94702685-1.12864829,4.07567617,0l3.18054199,3.18162248c1.12546766,1.11548759,1.13355894,2.93213922.01807136,4.05760688-.00599629.0060499-.01202145.012073-.01807136.01806929l-5.21405607,5.14918766Z"/><path id="f" class="i" d="M27.1091891,17.82486498c.60245205-.60240256,1.5791692-.60240256,2.18162124,0,.60240256.60245205.60240256,1.5791692,0,2.18162124-.60245205.60240256-1.5791692.60240256-2.18162124,0-.60240256-.60245205-.60240256-1.5791692,0-2.18162124Z"/><path id="g" class="i" d="M21.92108122,21.6800001l-2.70810926,2.70810926.45297365.70270229-6.07351355,6.07351355.17945986,3.09297098,2.49513575.00216097.90594524-.9059473v-2.07567576l2.07675625-.00216304.86054003-.85945954v-2.07567576h2.07567576l3.19783804-3.19783804"/><path id="h" class="i" d="M41.32108089,14c1.56756839,2.71351376,1.47999944,6.86594576,1.47999944,10s.08648847,7.28648624-1.47999944,10c-1.56756839,2.7135117-5.20648441,4.71351417-7.92108072,6.28108257-2.71351376,1.56756427-6.26486495,3.71891743-9.39999967,3.71891743s-6.68648591-2.15135317-9.39999967-3.71891743c-2.71351376-1.56756839-6.35459488-3.56756674-7.92108123-6.28108257-1.56756788-2.71351376-1.47999995-6.86594576-1.47999995-10s-.0864864-7.28648624,1.47999995-10c1.56756788-2.71351376,5.20648699-4.71351417,7.92108123-6.2810805,2.71351376-1.56756839,6.26486495-3.7189195,9.39999967-3.7189195s6.68648591,2.1513511,9.39999967,3.7189195c2.7135117,1.56756736,6.35459281,3.56756777,7.92108072,6.2810805Z"/></svg>
Copied!