China Mobile Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The China Mobile 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/323651.svg" alt="China Mobile icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323651.svg" alt="China Mobile icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323651.svg" alt="China Mobile icon" :width="24" :height="24" />
CSS background
.icon-china-mobile {
background-image: url('https://proicons.com/icon/323651.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.h{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="h" d="m6,15.5S18,3,24,3s16,11,21,17"/><path id="d" class="h" d="m12,21s10-11,15-11,18,15,18,15"/><path id="e" class="h" d="m4,18s10,12,13,12,11-12,14-12,13,12,13,12"/><path id="f" class="h" d="m36,27s-10,11-15,11S3,23,3,23"/><path id="g" class="h" d="m42,32.5s-12,12.5-18,12.5S8,34,3,28"/></svg>
Copied!