Easycontacts Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Easycontacts 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/324902.svg" alt="Easycontacts icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324902.svg" alt="Easycontacts icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324902.svg" alt="Easycontacts icon" :width="24" :height="24" />
CSS background
.icon-easycontacts {
background-image: url('https://proicons.com/icon/324902.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="b" cx="24" cy="24" r="21.5"/><path class="b" d="m23.695,13.774c5.9573-.0111,8.9502,7.188,4.7422,11.404-4.208,4.2159-11.413,1.2364-11.413-4.7209,0-3.6861,2.9845-6.6761,6.6705-6.683h.0003Zm-13.354,26.7689v-6.4341c0-2.4766,5.8865-4.4927,13.354-4.4927s13.354,2.0783,13.354,4.5549v6.3719"/></svg>
Copied!