Huawei Appmarket Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Huawei Appmarket 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/327165.svg" alt="Huawei Appmarket icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327165.svg" alt="Huawei Appmarket icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327165.svg" alt="Huawei Appmarket icon" :width="24" :height="24" />
CSS background
.icon-huawei-appmarket {
background-image: url('https://proicons.com/icon/327165.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M7.4384,18.727s9.03-8.3377,12.95-11.9717c2.1259-1.9706,4.5171-1.9,6.2969-.2667L38.7305,17.5413c3.1172,2.6949,4.7708,5.0953,4.7708,9.2158v8.5341a7.4214,7.4214,0,0,1-7.4377,7.4377H11.9424a7.4214,7.4214,0,0,1-7.4377-7.4377V26.7571c0-4.12-.222-5.3808,2.9336-8.03Z"/><path class="a" d="M16.1209,36.3884H30.9374"/></svg>
Copied!