Google Contacts Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Google 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/341194.svg" alt="Google Contacts icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341194.svg" alt="Google Contacts icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341194.svg" alt="Google Contacts icon" :width="24" :height="24" />
CSS background
.icon-google-contacts {
background-image: url('https://proicons.com/icon/341194.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m20.7202,23.085h4.4328c4.8256,0,8.7435,3.9178,8.7435,8.7435v2.9281c0,4.8257-3.9178,8.7435-8.7435,8.7435h-15.2909c-1.2345,0-2.2367-1.0022-2.2367-2.2367v-5.0834c0-7.2273,5.8676-13.0949,13.0949-13.0949Z"/><path class="c" d="m22.8471,23.085h8.7842c4.8257,0,8.7435,3.9178,8.7435,8.7435v2.9281c0,4.8257-3.9178,8.7435-8.7435,8.7435h-15.2909c-1.2345,0-2.2367-1.0022-2.2367-2.2367v-9.4348c0-4.8256,3.9178-8.7435,8.7435-8.7435Z"/><circle class="c" cx="23.8922" cy="12.1861" r="7.6861"/></svg>
Copied!