Share Karo Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Share Karo icon is commonly used in social sharing buttons, export menus and collaboration tools. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/332640.svg" alt="Share Karo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332640.svg" alt="Share Karo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332640.svg" alt="Share Karo icon" :width="24" :height="24" />
CSS background
.icon-share-karo {
background-image: url('https://proicons.com/icon/332640.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="m10.9068,27.5971c.449-.1772.7389-.3226.8694-.39,1.5541-.8024,2.8531-1.9174,3.843-3.3466.9348-1.3497,1.5494-2.8474,1.7484-4.5026.1941-1.6149-.0105-3.1826-.3548-4.7618-.4639-2.1274.0989-4.0529,1.4263-5.7506,1.23-1.5732,2.8783-2.4762,4.8473-2.665,2.7267-.2616,4.9458.7524,6.5884,2.953,1.0744,1.4393,1.4423,3.0924,1.3083,4.8604-.0461.6079-.1717,1.213-.4083,1.7821-.1449.3485-.6541,1.3974-.7784,1.5798-1.0252,1.5049-2.4296,2.4713-4.1726,2.9644-.4943.1399-1.8302.624-2.0205.7168-1.4709.7178-2.6553,1.7775-3.6256,3.0785-1.3663,1.8319-2.0212,3.9035-2.0231,6.1867-.0001.1496-.0046.3706.0044.536"/><path class="c" d="m30.3982,38.7095c-2.266-1.7784-4.5829-2.1828-6.969-2.0199-2.5849.1766-4.8374,1.1746-6.6941,3.0271-1.4826,1.4792-3.3039,2.2513-5.3871,2.1311-3.2054-.185-5.8598-2.2365-6.6331-5.413-.9888-4.0617,1.5388-7.9153,5.467-8.7266.4338-.0896.8791-.1236,1.319-.1834,2.1472.0428,3.9953.7756,5.4743,2.3663.3128.3364.6938.5914,1.0666.8549.1765.1337.342.2858.531.3985,2.681,1.5976,5.5258,2.0244,8.5358,1.1468.7872-.2295,1.926-.7054,2.6387-1.1258"/><path class="c" d="m24.4006,20.8919c2.9547,1.6953,4.7222,4.218,5.289,7.5803.1652.98.1991,1.9591.0161,2.9404-.0462.5303-.1805,1.0423-.312,1.5558-.5049,1.9723-.1004,3.8026.879,5.5406.1054.2117.2586.3589.4018.5423.9488,1.2153,2.2099,2.0465,3.7098,2.45h0c.4022.1682,2.4719.3149,3.0837.2126,1.6968-.2836,3.1514-1.0312,4.2621-2.3304,1.4988-1.7533,2.0617-3.7891,1.6277-6.0882-.2857-1.5138-1.0074-2.7676-2.1058-3.8238-.3254-.3338-.6929-.6132-1.0955-.8471-.7001-.5331-1.5453-.7006-2.3576-.968-3.0431-1.0014-5.2048-2.997-6.5362-5.9037-.2876-.628-.5378-1.2833-.6369-1.955-.1437-.9737-.5098-2.098-.1345-3.4034"/></svg>
Copied!