Bitcoin Plus Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Bitcoin Plus icon is commonly used in add-item buttons, floating action buttons and form toolbars. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/305026.svg" alt="Bitcoin Plus icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305026.svg" alt="Bitcoin Plus icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305026.svg" alt="Bitcoin Plus icon" :width="24" :height="24" />
CSS background
.icon-bitcoin-plus {
background-image: url('https://proicons.com/icon/305026.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M814 718c-22-22-53-36-86-38h-5c-35 0-67 15-91 38-23 23-38 55-38 91 0 18 4 35 11 51 7 15 16 29 27 40 24 23 55 38 91 38 71 0 129-58 129-129 0-36-14-68-38-91zm-30 110h-42v42h-37v-42h-42v-38h42v-42h37v42h42v38zM655 633c-1-15-5-30-10-43-7-20-18-38-31-53s-28-28-47-38c-18-10-38-16-60-18v-3c36-11 65-30 87-56s33-60 33-101c0-32-6-60-19-83-12-23-28-41-48-56-19-14-42-25-67-31-10-3-20-5-31-6V62h-83v79h-37V62h-83v79H147v718h112v79h83v-79h37v79h83v-84c10-1 20-3 29-5 19-4 37-10 54-18-5-15-7-31-7-48 0-72 49-133 117-150zM270 250h101c47 0 81 8 102 23s32 39 32 70c0 27-11 49-31 65-21 17-51 25-92 25H270V250zm249 450c-10 14-22 25-37 32-15 8-31 12-49 14s-35 3-50 3H270V543h118c49 0 86 7 110 22s35 41 35 79c0 24-4 42-14 56z"/></svg>
Copied!