Coin Electrum Icon
Free SVG icon from the Memory Icons collection. Download or copy for use in any project.
The Coin Electrum 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/312082.svg" alt="Coin Electrum icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/312082.svg" alt="Coin Electrum icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/312082.svg" alt="Coin Electrum icon" :width="24" :height="24" />
CSS background
.icon-coin-electrum {
background-image: url('https://proicons.com/icon/312082.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-electrum" viewBox="0 0 22 22"><path d="M17,19H5V18H4V16H3V14H2V8H3V6H4V4H5V3H17V4H18V6H19V8H20V14H19V16H18V18H17ZM12,16V14H10V16ZM16,17V15H17V12H18V10H17V7H16V5H6V7H5V10H4V12H5V15H6V17H9V16H8V14H9V13H10V12H12V13H13V14H14V16H13V17Z" /></svg>
Copied!