Linkora Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Linkora 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/343117.svg" alt="Linkora icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343117.svg" alt="Linkora icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343117.svg" alt="Linkora icon" :width="24" :height="24" />
CSS background
.icon-linkora {
background-image: url('https://proicons.com/icon/343117.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>.i{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="c"><path id="d" class="i" d="M17.8783,31.9525H7.9425c-1.349,0-2.4425-1.0896-2.4425-2.4337V9.2375h0c0-1.3442,1.0935-2.4337,2.4425-2.4337h7.0979c.6788,0,1.3405.2113,1.8929.6045l4.0006,2.8474c.5523.3931,1.2141.6045,1.8929.6045h11.9828c1.349,0,2.4425,1.0896,2.4425,2.4337v3.7568"/><g id="e"><path id="f" class="i" d="M31.1497,24.6997l.9433-.9439c2.3842-2.3859,6.2231-2.3859,8.6073,0h0l.0116.0116c2.3842,2.3859,2.3842,6.2274,0,8.6133l-.9433.9439"/><path id="g" class="i" d="M34.6339,38.4629l-.9433.9439c-2.3842,2.3859-6.2231,2.3859-8.6073,0l-.0116-.0116c-2.3842-2.3859-2.3842-6.2274,0-8.6133l.9433-.9439"/><path id="h" class="i" d="M35.4591,29.0122l-5.1347,5.1383"/></g></g></svg>
Copied!