Bitget Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Bitget 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/322666.svg" alt="Bitget icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322666.svg" alt="Bitget icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322666.svg" alt="Bitget icon" :width="24" :height="24" />
CSS background
.icon-bitget {
background-image: url('https://proicons.com/icon/322666.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>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="d" d="M19.6428,5.5006l-11.9759,11.9697c-.7204.72-.7204,1.8793,0,2.5994l9.2059,9.2011,8.9411-.0017-10.0711-10.0659c-.2401-.24-.2401-.6264,0-.8665l12.8434-12.8367-8.9433.0006h-.0001Z"/><path id="c" class="d" d="M28.3572,42.4994l11.9759-11.9697c.7204-.72.7204-1.8793,0-2.5994l-9.2059-9.2011-8.9411.0017,10.0711,10.0659c.2401.24.2401.6264,0,.8665l-12.8434,12.8367,8.9433-.0006h0Z"/></svg>
Copied!