Chaoxing Mobile Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Chaoxing 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/323588.svg" alt="Chaoxing Mobile icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323588.svg" alt="Chaoxing Mobile icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323588.svg" alt="Chaoxing Mobile icon" :width="24" :height="24" />
CSS background
.icon-chaoxing-mobile {
background-image: url('https://proicons.com/icon/323588.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.f{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="e" class="f" d="M31.68735743,21.89343667c-8.49846649,8.02349281-2.51362038,17.39613914,4.99668503,20.60581779M25.387465,42.50004029c-6.31528664-7.37346649-4.52122688-17.73120308,5.91020966-24.61401749M29.02608538,16.29720902c-9.90815544,5.30999756-16.96255112,13.7205658-14.01709557,26.19867325M5.56836843,42.49569535c.64290285-13.3106823,9.90742683-22.97442055,20.38356686-27.25548935M41.97467661,8.5442965l-3.4012146,5.77635384,3.85816956,5.48169708-6.54462814-1.44978142-4.02112198,5.36330414-.64358902-6.672369-6.3433609-2.16699314,6.14687157-2.67396927.10070992-6.70257902,4.4425621,5.01976442,6.4056015-1.97542763Z"/></svg>
Copied!