Bitkub Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Bitkub 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/322668.svg" alt="Bitkub icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322668.svg" alt="Bitkub icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322668.svg" alt="Bitkub icon" :width="24" :height="24" />
CSS background
.icon-bitkub {
background-image: url('https://proicons.com/icon/322668.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:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m18.7534,24c0,1.5207-1.2224,2.7589-2.743,2.7783-1.5206.0195-2.7743-1.187-2.8132-2.7072s1.1514-2.7893,2.6709-2.8477,2.8038,1.1156,2.8816,2.6343"/><path class="b" d="m16.1884,35.6719l-11.6719-11.6719,11.6719-11.6719,8.1627,8.1627"/><path class="b" d="m29.2466,24c0-1.5207,1.2224-2.7589,2.743-2.7783s2.7743,1.187,2.8132,2.7072-1.1514,2.7893-2.6709,2.8477c-1.5196.0584-2.8038-1.1156-2.8816-2.6343"/><path class="b" d="m31.8116,12.3281l11.6719,11.6719-11.6719,11.6719-8.1627-8.1627"/></svg>
Copied!