Gkd Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Gkd 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/326520.svg" alt="Gkd icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326520.svg" alt="Gkd icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326520.svg" alt="Gkd icon" :width="24" :height="24" />
CSS background
.icon-gkd {
background-image: url('https://proicons.com/icon/326520.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><polyline class="c" points="17.1007 14.8126 14.59 12.3881 21.2352 5.6646 23.8862 8.0551 26.5181 5.5 33.4577 12.4776 30.8207 14.9828"/><polygon class="c" points="23.8902 8.0567 30.8215 14.9879 23.8902 21.6897 17.0967 14.8043 23.8902 8.0567"/><path class="c" d="M31.5739,26.8473c-.2436,5.2426-.3526,10.5322-.2295,15.6527"/><path class="c" d="M14.5441,27.7195c1.4094,5.2809.8577,10.2364.8721,14.7805"/><path class="c" d="M5.7309,42.5c0-9.532,8.1794-17.2592,18.2691-17.2592,10.0897,0,18.2691,7.7272,18.2691,17.2592H5.7309Z"/></svg>
Copied!