Huawei Smartphone Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Huawei Smartphone 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/327194.svg" alt="Huawei Smartphone icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327194.svg" alt="Huawei Smartphone icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327194.svg" alt="Huawei Smartphone icon" :width="24" :height="24" />
CSS background
.icon-huawei-smartphone {
background-image: url('https://proicons.com/icon/327194.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="M8.5336,36.3012c3.5629.0012,28.6125-.2724,31.1708-.3,4.1338-.0449,4.0162-3.6233,3.6024-6.3542C40.1923,9.0942,9.3926,8.2115,4.6817,30.3973c-.5461,2.5713-.0252,5.9021,3.8525,5.9039Z"/><path class="a" d="M19.8405,36.3141c4.5055,7.1518,7.0292,4.1612,9.299-.1287"/><path class="a" d="M24.19,7.3825v6.6161"/><path class="a" d="M18.64,18.9906c.1408,7.5733,3.8773,8.075,7.9553,7.9052"/><path class="a" d="M22.0424,23.3431c4.5059-.3669,7.7167,1.4119,7.7051,7.555"/><path class="a" d="M28.1968,19.29v3.1021"/><path class="a" d="M19.6415,27.6956v3.1021"/></svg>
Copied!