Huaweihilink Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Huaweihilink 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/341758.svg" alt="Huaweihilink icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341758.svg" alt="Huaweihilink icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341758.svg" alt="Huaweihilink icon" :width="24" :height="24" />
CSS background
.icon-huaweihilink {
background-image: url('https://proicons.com/icon/341758.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;}.b{fill:#fff;}</style></defs><path class="a" d="M36.5,5.69c-5.71,12-14.06,30-17.72,36.62"/><path class="a" d="M21.51,5.69c-4.26,9-10,21-14.81,29.73"/><line class="a" x1="4.5" y1="22.24" x2="28.66" y2="22.28"/><path class="a" d="M40.24,22.26c-4.79,8.18-6.07,11.74-4.48,13,1.92,1.52,4.45.23,7.74-2.53"/><circle class="b" cx="41.84" cy="18.63" r="0.75"/></svg>
Copied!