Huawei Contacts Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Huawei 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/341731.svg" alt="Huawei Contacts icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341731.svg" alt="Huawei Contacts icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341731.svg" alt="Huawei Contacts icon" :width="24" :height="24" />
CSS background
.icon-huawei-contacts {
background-image: url('https://proicons.com/icon/341731.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="a" x="9.7882" y="8.5212" width="33.7118" height="30.9577" rx="2.0507"/><path class="a" d="M4.5,16.2881h9.6948"/><path class="a" d="M4.5,31.1055h9.6948"/><circle class="a" cx="27.5526" cy="20.0614" r="6.481"/><path class="a" d="M37.6052,36.1729,27.6926,26.54,17.6648,36.1729"/></svg>
Copied!