China Construction Bank Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The China Construction Bank 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/323647.svg" alt="China Construction Bank icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323647.svg" alt="China Construction Bank icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323647.svg" alt="China Construction Bank icon" :width="24" :height="24" />
CSS background
.icon-china-construction-bank {
background-image: url('https://proicons.com/icon/323647.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><path class="a" d="M23.997,8.2513,36.4953,20.5449,33.06,23.9263l0,0-8.1092-7.9818L14.8223,25.9136l10.1289,9.9688L33.06,27.9005l0,0,8.6769.0534,0,0A18.1253,18.1253,0,1,1,23.997,8.2512Z"/><path class="a" d="M27.7423,6.0611l11.789,11.4941,2.9138-2.8684L34.811,6.9236C31.2844,3.3373,26.3036,2.1421,22.84,5.4193c.3734-.1067,3.7864-.4461,4.9024.6419Z"/></svg>
Copied!