Huawei Mycenter Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Huawei Mycenter 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/341746.svg" alt="Huawei Mycenter icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341746.svg" alt="Huawei Mycenter icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341746.svg" alt="Huawei Mycenter icon" :width="24" :height="24" />
CSS background
.icon-huawei-mycenter {
background-image: url('https://proicons.com/icon/341746.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="M17.8216,20.8807l-.0536,4.7708"/><rect class="a" x="12.4214" y="17.5676" width="23.3179" height="10.8279" rx="2.0283"/><path class="a" d="M42.5,24a18.5,18.5,0,1,1-37,0c0-2.5543,1.2763-8.2123,3.1692-9.9349,0,0-.59-6.8272.4268-7.5959.8624-.6522,6.899,1.2349,6.899,1.2349A14.3785,14.3785,0,0,1,24,5.5a14.4173,14.4173,0,0,1,8.4036,2.13s5.7958-2.1,6.9346-1.0944.37,8.0284.37,8.0284A15.494,15.494,0,0,1,42.5,24Z"/><path class="a" d="M30.0166,20.8807l-.0536,4.7708"/></svg>
Copied!