Bitbuy Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Bitbuy 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/337216.svg" alt="Bitbuy icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337216.svg" alt="Bitbuy icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337216.svg" alt="Bitbuy icon" :width="24" :height="24" />
CSS background
.icon-bitbuy {
background-image: url('https://proicons.com/icon/337216.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M11.4637,17.0357c0-6.9233,5.6124-12.536,12.536-12.536s12.536,5.6124,12.536,12.536-5.6124,12.536-12.534,12.536c-3.0755,0-5.5697-2.4944-5.5697-5.5714s2.4942-5.5714,5.5697-5.5714c5.069,0,9.6399,3.0542,11.58,7.7385,1.9403,4.6843.8678,10.076-2.7174,13.661-3.5852,3.5852-8.977,4.6577-13.661,2.7174s-7.7385-6.5113-7.7385-11.581l-.0011-13.9291Z"/></svg>
Copied!