Getcontact Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Getcontact 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/326477.svg" alt="Getcontact icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326477.svg" alt="Getcontact icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326477.svg" alt="Getcontact icon" :width="24" :height="24" />
CSS background
.icon-getcontact {
background-image: url('https://proicons.com/icon/326477.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><g><path class="c" d="m26.6198,20.2851c.1638-.546.2791-1.1131.3409-1.696.0608-.573.5605-.9991,1.1367-.9991h2.6728c.6873,0,1.2168.5936,1.1563,1.2783-.6094,6.8969-6.1033,12.3907-13.0002,13.0002-.6846.0605-1.2783-.467-1.2783-1.1543v-2.3828c0-.8699.4261-1.368.9991-1.4287.583-.0618,1.15-.1771,1.696-.3409.6679-.2003,1.391-.0118,1.8841.4813l1.1437,1.1437c2.0603-1.1151,3.7587-2.8135,4.8738-4.8738l-1.1437-1.1438c-.4931-.4931-.6817-1.2162-.4813-1.8841h0Z"/><path class="c" d="m22.1514,17.3358c-2.0603,1.1151-3.7587,2.8135-4.8738,4.8738"/></g><path class="c" d="m38.3303,34.3587c6.2268-6.0377,6.2266-14.6801,0-20.7174-1.3324-1.3124-2.6592-2.6393-3.9716-3.9716-6.0364-6.2262-14.6801-6.2262-20.7174,0-1.3124,1.3323-2.6392,2.6592-3.9716,3.9716-6.2265,6.0376-6.2262,14.68,0,20.7174,1.3324,1.3124,2.6592,2.6393,3.9716,3.9716,6.037,6.2262,14.6805,6.2262,20.7174,0,1.3124-1.3323,2.6392-2.6592,3.9716-3.9716Z"/><path class="c" d="m34.6844,31.4419c1.4807-2.1092,2.3435-4.6764,2.3435-7.446,0-7.1904-5.8269-13.0279-13.0279-13.0279s-13.0279,5.8375-13.0279,13.0279c0,7.201,5.8269,13.0386,13.0279,13.0386,2.7803,0,5.3475-.8628,7.4567-2.3435l-.0008.0008,7.2277,7.2277c.8935.8935,2.3422.8935,3.2358,0h0c.8935-.8935.8935-2.3422,0-3.2358l-7.2384-7.2384.0033-.0033Z"/></svg>
Copied!