Huawei Hidisk Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Huawei Hidisk 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/341738.svg" alt="Huawei Hidisk icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341738.svg" alt="Huawei Hidisk icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341738.svg" alt="Huawei Hidisk icon" :width="24" :height="24" />
CSS background
.icon-huawei-hidisk {
background-image: url('https://proicons.com/icon/341738.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="M14.68,36.9336a89.1507,89.1507,0,0,1,18.6449.3752A9.2319,9.2319,0,0,0,43.491,28.23a9.9237,9.9237,0,0,0-10.0541-9.904,8.5962,8.5962,0,0,0-8.1783,6.2276c-1.5269,6.326-6.1411,9.2561-10.58,12.38Z"/><path class="a" d="M33.57,18.3261c-.9747-4.0622-4.7255-7.6908-11.4237-7.6908-4.26,0-7.7155,2.27-9.3788,8.9286-.643,2.5741-.1792,5.0194,1.7257,8.8536,1.62,3.2605,1.5461,6.1183.1875,8.5159"/><path class="a" d="M12.4768,22.4888C9.1741,21.6778,4.55,24.72,4.5,29.77c-.0561,5.6978,5.6474,7.53,10.18,7.1641"/></svg>
Copied!