Linkki Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Linkki 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/328557.svg" alt="Linkki icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328557.svg" alt="Linkki icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328557.svg" alt="Linkki icon" :width="24" :height="24" />
CSS background
.icon-linkki {
background-image: url('https://proicons.com/icon/328557.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><path class="c" d="M8.7632,8.9622v32.6452s1.8102.8925,3.3311.8925,3.5768-.9584,3.5768-.9584v-2.6331"/><path class="c" d="M39.2368,8.9622v32.6452s-1.8101.8925-3.331.8925-3.5768-.9584-3.5768-.9584v-2.6331"/><path class="c" d="M8.8274,35.4381s7.9686,5.0768,14.62,5.0768,14.4916-3.663,15.7439-5.2695"/><path class="c" d="M8.8434,26.4081s8.3863,3.3095,15.0375,3.3095,14.0741-2.1528,15.3265-3.7594"/><path class="c" d="M8.7632,8.9622c5.4373-4.9692,25.9674-4.2494,30.471,0"/><path class="c" d="M17.3101,36.3546s6.0436,2.681,13.0755-.1477"/><path class="c" d="M14.7573,34.6446c-1.1049.78-2.6508.5418-3.4536-.5322-.8028-1.0739-.559-2.5772.5446-3.3587,1.1037-.7816,2.6499-.5457,3.4544.527.8046,1.0727.5632,2.5765-.5393,3.3597"/><path class="c" d="M36.1515,34.6433c-1.1049.78-2.6508.5418-3.4536-.5322-.8028-1.0739-.559-2.5772.5446-3.3587,1.1037-.7816,2.6499-.5457,3.4544.527.8046,1.0727.5632,2.5765-.5393,3.3597"/><path class="c" d="M8.7953,10.7281s12.6188-7.0494,30.4309-.2007"/><path class="c" d="M14.1391,8.8214v3.1108h19.5424v-2.8599"/></svg>
Copied!