Coin Flip Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Coin Flip 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/323889.svg" alt="Coin Flip icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323889.svg" alt="Coin Flip icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323889.svg" alt="Coin Flip icon" :width="24" :height="24" />
CSS background
.icon-coin-flip {
background-image: url('https://proicons.com/icon/323889.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="a" cx="24" cy="24" r="21.5"/><path class="a" d="M20.9381,35.5a8.3256,8.3256,0,0,1-.8828-5.2227s-3.5308-1.3609-4.1193-2.0965.4414-1.8022.3678-4.0457"/><path class="a" d="M17.444,22.9949c.4781.9808-2.2068,1.3241-2.3907.1471s2.06-2.4275,2.17-3.7515,1.6883-7.5029,8.2754-6.8411c7.687.7724,6.8043,8.6065,6.694,10.0409a2.9114,2.9114,0,0,1-1.5448,4.8182,8.1786,8.1786,0,0,0,.0368,4.6342"/></svg>
Coin Flip in other icon packs
Copied!