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/310630.svg" alt="Coin B icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310630.svg" alt="Coin B icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310630.svg" alt="Coin B icon" :width="24" :height="24" />
CSS background
.icon-coin-b {
background-image: url('https://proicons.com/icon/310630.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="M21.25 9.71429C21.2308 10.5693 20.9537 11.3845 20.473 12C19.0578 14.0114 15.7925 15.4286 12 15.4286C8.2075 15.4286 4.94225 14.0114 3.527 12C3.04631 11.3845 2.76918 10.5693 2.75 9.71429C2.75 6.56 6.894 4 12 4C17.106 4 21.25 6.56 21.25 9.71429Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M17.7224 9.71428C17.7106 10.1402 17.5391 10.5463 17.2417 10.8529C16.3662 11.8548 14.3462 12.5607 12 12.5607C9.65381 12.5607 7.6338 11.8548 6.75827 10.8529C6.4609 10.5463 6.28945 10.1402 6.27759 9.71428C6.27759 8.14304 8.84123 6.86783 12 6.86783C15.1588 6.86783 17.7224 8.14304 17.7224 9.71428Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M21.25 9.71428V14.2857C21.25 17.44 17.106 20 12 20C6.894 20 2.75 17.44 2.75 14.2857V9.71428" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Copied!