Huawei Gamebox Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Huawei Gamebox 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/341737.svg" alt="Huawei Gamebox icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341737.svg" alt="Huawei Gamebox icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341737.svg" alt="Huawei Gamebox icon" :width="24" :height="24" />
CSS background
.icon-huawei-gamebox {
background-image: url('https://proicons.com/icon/341737.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><path class="a" d="M23.8889,12.97,19.7208,19.907H28.057Z"/><path class="a" d="M9.0912,18.7876C13.1137,3.3335,34.5073,4.1812,38.2965,17.7805l4.9793,17.875c1.1981,4.3009-2.6476,5.9145-5.7906,4.1681-4.133-2.2964-5.593-3.1322-9.0076-2.5736-1.71.28-4.9344,1.0892-8.0566.2238-3.1007-.8594-6.7579.2848-10.1545,2.4617C7.4,41.7724,3.65,39.6914,4.6717,35.7675Z"/><path class="a" d="M19.7215,25.11h8.3363L23.89,32.6073Z"/></svg>
Copied!