Goodwy Contacts Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Goodwy 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/341168.svg" alt="Goodwy Contacts icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341168.svg" alt="Goodwy Contacts icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341168.svg" alt="Goodwy Contacts icon" :width="24" :height="24" />
CSS background
.icon-goodwy-contacts {
background-image: url('https://proicons.com/icon/341168.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>.e{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle id="c" class="e" cx="24.0271" cy="24.0131" r="21.5"/><g><path id="d" class="e" d="m27.373,24.9373c5.6036,1.0562,7.9256,3.8898,7.9256,3.8898.9621,1.6671,0,3.9599,0,3.9599-3.2505,4.0461-8.1809,4.4712-11.2963,4.4712-3.1155,0-8.0458-.4251-11.2963-4.4712,0,0-.9621-2.2927,0-3.9599,0,0,2.322-2.8336,7.9256-3.8898"/><ellipse class="e" cx="24.0022" cy="18.3687" rx="6.6396" ry="7.6248"/></g></svg>
Copied!