Interpals Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Interpals 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/342053.svg" alt="Interpals icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342053.svg" alt="Interpals icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342053.svg" alt="Interpals icon" :width="24" :height="24" />
CSS background
.icon-interpals {
background-image: url('https://proicons.com/icon/342053.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:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M27.8053,8.2305c-8.6674.0006-15.6936,7.0268-15.6942,15.6942.0006,8.6674,7.0268,15.6936,15.6942,15.6942,2.838-.01,5.6202-.7893,8.0504-2.2549l1.9223.7081,4.6139,1.6978-1.6978-4.6139-.5734-1.5591c2.1768-2.7554,3.3667-6.1612,3.3794-9.6727-.0006-8.6674-7.0268-15.6936-15.6942-15.6942l-.0005.0005Z"/><path class="b" d="M12.1811,11.5567c-4.3247,2.5512-6.989,7.266-6.9893,12.3686.0072,2.4096.6109,4.7782,1.755,6.8851l-1.104,2.1039-1.3428,2.557,5.0853-1.1489c.7877.7575,1.6588,1.419,2.5957,1.9713"/><path class="b" d="M24.0074,8.6965s4.3086,1.8818,3.3683,4.4873c-.6389,1.7702-1.6528,1.9249-.8352,3.5594.8177,1.6345-.1282,3.8063,2.3644,4.8732,1.9423.8314,3.0356,1.4775,4.5462,3.6194.8532,1.6793,7.6422,5.7859,3.8975,0-1.5834-2.4465.5586-2.6738,1.1266-3.0005.2737-.1574,1.8338.9376,2.1534,0,.3436-1.008,2.0234-2.3476,1.8606-3.8508"/><path class="b" d="M20.3704,37.7482c2.823-1.8968,3.2532-1.7773,2.4983-3.0686-.956-1.6351.7166-3.7041.3247-4.8996-.3919-1.1955-.8361-3.2081-2.5088-2.9462s-.0095-.2603-1.8509-1.7912c-1.8414-1.531-2.7713.3963-3.4021-1.1172-.6749-1.6191-2.6563,3.8602-3.322,0"/></svg>
Copied!