Huawei Hiskytone Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Huawei Hiskytone 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/327180.svg" alt="Huawei Hiskytone icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327180.svg" alt="Huawei Hiskytone icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327180.svg" alt="Huawei Hiskytone icon" :width="24" :height="24" />
CSS background
.icon-huawei-hiskytone {
background-image: url('https://proicons.com/icon/327180.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><circle class="a" cx="24" cy="24" r="21.5"/><path class="a" d="M24.351,2.741C24.2362,8.9827,32.12,14.709,23.65,18.167c0,0-6.4482,2.7089-9.37,3.9522-2.5921,1.1028-5.1746,4.7855-1.7849,4.8446,2.1042.0367,6.8123,2.0487,2.8367,3.3466-3.2907,1.0743-9.3386,5.45-9.3386,5.45"/><path class="a" d="M26.072,45.386s-.3664-8.4148,1.6892-11.825c1.6689-2.7684,4.3446-4.4144,8.7968-3.5378,3.2676.6433,4.7218,4.9313,4.2709,7.2032"/><path class="a" d="M36.59,13.96c1.8233-.2022,3.7873,2.4139,3.6972,4.3028-.121,2.5363-1.4834,4.9376-5.7689,4.6853,1.4082-1.2994,1.7526-1.2907,1.753-2.4542-4.59-2.5287-2.0621-6.27.3187-6.5339Z"/></svg>
Copied!