Huawei Deskclock Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Huawei Deskclock 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/327173.svg" alt="Huawei Deskclock icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327173.svg" alt="Huawei Deskclock icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327173.svg" alt="Huawei Deskclock icon" :width="24" :height="24" />
CSS background
.icon-huawei-deskclock {
background-image: url('https://proicons.com/icon/327173.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="26.6303" r="16.8697"/><path class="a" d="M23.9433,4.5V26.8"/><path class="a" d="M23.9433,26.8l7.754,5.9429"/><path class="a" d="M34.35,39.9527,37.2443,43.44"/><path class="a" d="M14.104,40.293,11.5479,43.44"/><path class="a" d="M19.0188,4.5h9.6218"/></svg>
Copied!