Peercoin Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Peercoin 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/345660.svg" alt="Peercoin icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345660.svg" alt="Peercoin icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345660.svg" alt="Peercoin icon" :width="24" :height="24" />
CSS background
.icon-peercoin {
background-image: url('https://proicons.com/icon/345660.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" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M27.2357,43.5C5.1343,41.3333,6.6345,26.837,7.1623,4.5145,39.6342,3.7459,50.4713,33.6935,32.29,42.28c3.0006-15.7834-4.3664-26.4614-16.6151-32.386C24.491,16.5952,32.7217,28.675,27.2357,43.5Z"/></svg>
Copied!