Coin B Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Coin B 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/310059.svg" alt="Coin B icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310059.svg" alt="Coin B icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310059.svg" alt="Coin B icon" :width="24" :height="24" />
CSS background
.icon-coin-b {
background-image: url('https://proicons.com/icon/310059.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M12 3.25C6.41 3.25 2 6.06999 2 9.70999V14.29C2 17.91 6.39 20.75 12 20.75C17.61 20.75 22 17.91 22 14.29V9.72C22 6.09 17.57 3.25 12 3.25ZM12 6.12C15.69 6.12 18.47 7.67 18.47 9.72C18.4526 10.3336 18.2066 10.9186 17.78 11.36C16.78 12.54 14.52 13.29 12 13.29C9.48 13.29 7.24994 12.54 6.18994 11.29C5.77546 10.8553 5.53992 10.2805 5.53003 9.67999C5.49003 7.66999 8.27 6.12 12 6.12ZM20.5 14.29C20.5 16.98 16.61 19.29 12 19.29C7.39 19.29 3.5 17.02 3.5 14.29V13.14C5.28 15.01 8.5 16.14 12 16.14C15.5 16.14 18.73 14.96 20.5 13.14V14.29Z" fill="black"/> <path d="M16.9301 9.70999C16.9164 9.95489 16.8131 10.1862 16.64 10.36C16 11.09 14.31 11.81 11.96 11.81C9.60996 11.81 7.96 11.09 7.25 10.33C7.0897 10.1666 6.99685 9.9488 6.98999 9.72C6.98999 8.72 9.10999 7.62 11.99 7.62C14.87 7.62 16.9201 8.71999 16.9301 9.70999Z" fill="black"/> </svg>
Copied!