Binance Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Binance 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/313682.svg" alt="Binance icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/313682.svg" alt="Binance icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/313682.svg" alt="Binance icon" :width="24" :height="24" />
CSS background
.icon-binance {
background-image: url('https://proicons.com/icon/313682.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Binance</title><path d="M16.624 13.9202l2.7175 2.7154-7.353 7.353-7.353-7.352 2.7175-2.7164 4.6355 4.6595 4.6356-4.6595zm4.6366-4.6366L24 12l-2.7154 2.7164L18.5682 12l2.6924-2.7164zm-9.272.001l2.7163 2.6914-2.7164 2.7174v-.001L9.2721 12l2.7164-2.7154zm-9.2722-.001L5.4088 12l-2.6914 2.6924L0 12l2.7164-2.7164zM11.9885.0115l7.353 7.329-2.7174 2.7154-4.6356-4.6356-4.6355 4.6595-2.7174-2.7154 7.353-7.353z"/></svg>
Copied!