Bitcoin Minus Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Bitcoin Minus icon is commonly used in quantity selectors, collapse controls and list management. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/305025.svg" alt="Bitcoin Minus icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305025.svg" alt="Bitcoin Minus icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305025.svg" alt="Bitcoin Minus icon" :width="24" :height="24" />
CSS background
.icon-bitcoin-minus {
background-image: url('https://proicons.com/icon/305025.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-68 15-91 38s-38 55-38 91c0 18 4 35 11 51 6 15 16 29 27 40 23 23 56 38 91 38 71 0 129-58 129-129 0-36-15-68-38-91zm-32 108H664v-34h118v34zM655 633c-1-15-5-30-10-43-7-20-17-38-30-53s-29-28-48-38c-18-9-38-16-59-18v-3c35-11 64-30 86-56s33-60 33-101c0-32-6-60-18-83s-28-41-48-56c-20-14-43-25-68-31-10-3-20-5-30-6V62h-83v79h-37V62h-83v79H148v718h111v79h84v-79h36v79h84v-84c10-1 19-3 28-5 20-4 38-10 54-18-4-15-7-31-7-48 0-72 50-133 117-150zM270 250h101c47 0 81 8 102 23s32 39 32 70c0 27-10 49-31 65-20 17-51 25-92 25H270V250zm250 450c-10 14-22 25-37 32-15 8-32 12-50 14s-34 3-50 3H270V543h118c50 0 87 7 110 22 24 15 36 41 36 79 0 24-5 42-14 56z"/></svg>
Copied!