Coin Gold Icon
Free SVG icon from the Memory Icons collection. Download or copy for use in any project.
The Coin Gold 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/312083.svg" alt="Coin Gold icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/312083.svg" alt="Coin Gold icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/312083.svg" alt="Coin Gold icon" :width="24" :height="24" />
CSS background
.icon-coin-gold {
background-image: url('https://proicons.com/icon/312083.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" id="memory-coin-gold" viewBox="0 0 22 22"><path d="M19,19H3V17H4V15H5V12H6V10H5V7H4V5H3V3H19V5H18V7H17V10H16V12H17V15H18V17H19ZM16,17V16H15V14H14V8H15V6H16V5H6V6H7V8H8V14H7V16H6V17Z" /></svg>
Copied!