Kinkd Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Kinkd 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/327957.svg" alt="Kinkd icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327957.svg" alt="Kinkd icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327957.svg" alt="Kinkd icon" :width="24" :height="24" />
CSS background
.icon-kinkd {
background-image: url('https://proicons.com/icon/327957.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>.b{fill:#000;}.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="c" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><line class="c" x1="25.5671" y1="19.9697" x2="25.5671" y2="28.5107"/><line class="c" x1="25.5679" y1="26.6964" x2="29.434" y2="22.8492"/><line class="c" x1="26.7984" y1="25.472" x2="29.8376" y2="28.4979"/><circle class="b" cx="17.1434" cy="20.2366" r=".7473"/><line class="c" x1="17.1434" y1="22.8523" x2="17.1434" y2="28.5107"/><path class="c" d="M23.5405,28.5107v-3.5232c0-1.1793-.956-2.1353-2.1353-2.1353h0c-1.1793,0-2.1353.956-2.1353,2.1353"/><line class="c" x1="19.27" y1="28.5107" x2="19.27" y2="22.8523"/><path class="c" d="M31.8415,28.5107v-8.5411h1.9217c2.0637,0,3.7367,1.673,3.7367,3.7367v1.0676c0,2.0637-1.673,3.7367-3.7367,3.7367h-1.9217Z"/><line class="c" x1="10.5" y1="19.9697" x2="10.5" y2="28.5107"/><line class="c" x1="10.5" y1="25.5358" x2="15.0908" y2="19.9984"/><line class="c" x1="15.0908" y1="28.5107" x2="11.5741" y2="24.2402"/></svg>
Copied!