Callapp Contacts Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Callapp Contacts 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/337939.svg" alt="Callapp Contacts icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337939.svg" alt="Callapp Contacts icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337939.svg" alt="Callapp Contacts icon" :width="24" :height="24" />
CSS background
.icon-callapp-contacts {
background-image: url('https://proicons.com/icon/337939.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="M35.4028,15.2804c.0021.5427-.4412.9844-.9902.9865-.0013,0-.0026,0-.0038,0-.549,0-.994-.44-.994-.9827h0c-.0021-.5427.4412-.9844.9902-.9865.0013,0,.0026,0,.0038,0,.549,0,.994.44.994.9827t0,0ZM26.7968,15.2804c.0021.5427-.4412.9844-.9902.9865-.0025,0-.0051,0-.0076,0-.549,0-.994-.44-.994-.9827-.0021-.5427.4412-.9844.9902-.9864.0013,0,.0026,0,.0038,0,.549-.0021.9957.4362.9978.9789,0,.0012,0,.0025,0,.0037ZM25.3152,18.9503c.5254,2.4,2.5058,4.097,4.7887,4.097s4.2633-1.7008,4.7887-4.097h-9.5773ZM38.2148,17.4385c0,.9071-.0151,1.3757-.257,2.589-.3855,1.9276-1.8028,5.4009-7.5326,10.0724,1.1036-2.5776.4724-4.1764-2.0069-4.8-3.6359-.9109-6.4252-3.995-6.4252-7.8614,0-4.4409,3.6321-8.0391,8.1109-8.0391s8.1109,3.5981,8.1109,8.0391ZM15.9382,22.8092c-.2544-.8512-.429-1.7243-.5216-2.6079-.1077-.8803-.8594-1.5392-1.7461-1.5307h-4.1008c-.9894.0039-1.7883.8091-1.7845,1.7985.0002.0545.0029.1089.0081.1631.9499,10.6037,9.3524,19.0077,19.9559,19.9597.9826.096,1.8571-.6227,1.9531-1.6054.0054-.0556.0083-.1114.0085-.1672v-3.6586c0-1.3342-.6539-2.1014-1.5345-2.1921-.8824-.094-1.7542-.2698-2.6041-.5254-1.0267-.3037-2.1372-.0192-2.8913.7408l-1.7537,1.7537c-3.1675-1.7159-5.7675-4.316-7.4835-7.4835l1.7575-1.7537c.7586-.7549,1.0417-1.8654.737-2.8913Z"/><circle class="b" cx="24" cy="24" r="21.5"/></svg>
Copied!