Coin A Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Coin A 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/310629.svg" alt="Coin A icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310629.svg" alt="Coin A icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310629.svg" alt="Coin A icon" :width="24" :height="24" />
CSS background
.icon-coin-a {
background-image: url('https://proicons.com/icon/310629.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="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!