Coin Pixel Art Icon
A single coin icon for token balances, in-app currency, coin rewards, and cryptocurrency wallet displays.
Tags
currencytoken
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Coin icon
A circular coin, the classic shorthand for money in a single unit. It suits loyalty point balances, in-app currency displays, cryptocurrency wallet entries, and 'Earn coins' reward prompts. Because it reads as one discrete unit, it is well suited to gamified apps and token-based systems. When you need to show a larger sum or physical cash rather than a token, the money or wallet icon carries that meaning more naturally.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/coin.svg" width="24" height="24" alt="Coin" />
<!-- React -->
import { Coin } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="coin.svg" width="48" height="48" style="image-rendering: pixelated" />