Contact Add Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Contact Add 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/305438.svg" alt="Contact Add icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305438.svg" alt="Contact Add icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305438.svg" alt="Contact Add icon" :width="24" :height="24" />
CSS background
.icon-contact-add {
background-image: url('https://proicons.com/icon/305438.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M134 762c-14 0-26-12-26-27V212c0-15 12-27 26-27h640c14 0 26 12 26 27v239c16 2 31 6 46 12V174c0-14-12-26-27-26H89c-15 0-26 12-26 26v599c0 14 11 26 26 26h479c-7-12-13-24-18-37H134zm165-245h-20c-41 0-75 33-75 75v21c0 13 11 24 24 24h252c13 0 23-11 23-24v-21c0-42-33-75-75-75h-20c-10 0-18-9-18-19 0-4 2-7 4-10 12-11 21-26 28-42 2 2 3 2 5 2 10 0 23-24 23-41 0-16-1-29-12-29h-4c-1-44-12-100-80-100-71 0-80 55-80 100h-3c-11 0-13 13-13 29 0 17 13 41 24 41 1 0 3 0 4-1 7 16 16 30 27 41 3 3 4 6 4 10 0 10-8 19-18 19zm381-190c0-9-8-18-18-18H451c6 14 11 31 12 51 5 3 8 7 11 13h188c10 0 18-8 18-18v-28zm-2 151c1-2 2-5 2-7v-28c0-10-8-18-18-18H478c-5 19-17 39-34 44l-1 3v16h213c7-3 14-7 22-10zM553 603c9-23 21-44 37-63h-71c9 15 15 33 15 52v11h19zm332-55c-31-31-73-51-120-52h-6c-50 0-94 20-126 52s-53 77-53 126c0 25 6 49 15 71 9 21 22 40 38 56 32 32 76 52 126 52 99 0 179-80 179-179 0-49-20-94-53-126zm-41 152h-59v59h-52v-59h-58v-52h58v-58h52v58h59v52z"/></svg>
Copied!