Banxo Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Banxo 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/336952.svg" alt="Banxo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336952.svg" alt="Banxo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336952.svg" alt="Banxo icon" :width="24" :height="24" />
CSS background
.icon-banxo {
background-image: url('https://proicons.com/icon/336952.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>.b{fill:#fff;}.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><line class="c" x1="6.7094" y1="27.9876" x2="19.5221" y2="27.9876"/><line class="c" x1="26.1572" y1="42.5" x2="40.9638" y2="42.5"/><line class="c" x1="30.6025" y1="35.7014" x2="38.0057" y2="35.7014"/><line class="c" x1="12.2005" y1="18.8357" x2="25.0133" y2="18.8357"/><line class="c" x1="9.4549" y1="23.4117" x2="22.2677" y2="23.4117"/><polyline class="c" points="37.303 20.7968 41.2906 25.3074 38.5451 27.9876"/><path class="c" d="m38.6104,5.5C23.1175,12.5601,1.1528,26.8763,19.1299,42.5l15.1007-25.7562"/><circle class="b" cx="35.1784" cy="25.3401" r=".75"/></svg>
Copied!