Two stacks of coins seen from the side, for cash, change, credits, balances and payouts. On a 24×24 grid in stroke, duotone and fill, free under MIT.
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M22 10C22 10.8284 19.3137 11.5 16 11.5C12.6863 11.5 10 10.8284 10 10C10 9.1716 12.6863 8.5 16 8.5C19.3137 8.5 22 9.1716 22 10ZM10 10L10 20.5C10 21.3284 12.6863 22 16 22C19.3137 22 22 21.3284 22 20.5L22 10M10 13.5C10 14.3284 12.6863 15 16 15C19.3137 15 22 14.3284 22 13.5M10 17C10 17.8284 12.6863 18.5 16 18.5C19.3137 18.5 22 17.8284 22 17M14 3.5C14 4.3284 11.3137 5 8 5C4.6863 5 2 4.3284 2 3.5C2 2.6716 4.6863 2 8 2C11.3137 2 14 2.6716 14 3.5ZM2 3.5L2 10.5C2 11.1354 3.6013 11.7019 5.9972 11.914M2 7C2 7.6619 3.7355 8.2456 6.2708 8.4364" fill="none"/>
</svg>Also called
What someone searching for this drawing would have typed instead. These are the words the browser's search matches on.
- money
- cash
- change
- currency
- coin stack
- balance
- credits
- payout
Related icons
The rest of the coins family first, then the Finance shelf.
FAQ
Answered from coins's own facts: its shelf, the weights it was drawn in, its siblings and its dates.
- What is the coins icon for?
- Two stacks of coins seen from the side, for cash, change, credits, balances and payouts. It is filed under Finance in Keyline Icons, drawn on the same 24×24 grid as the rest of the set. People look for it as money, cash, change, currency, coin stack, balance, credits and payout, and the browser's search matches all of those.
- What styles does the coins icon come in?
- All three: stroke, duotone and fill. They are drawn from the same geometry, so swapping weight never moves anything.
- Is there a square or circle version of coins?
- No. coins is drawn as a bare glyph, and the set has no boxed variant of it.
- What other icons go with coins?
- badge-dollar-sign, bitcoin, circle-dollar-sign, circle-euro, circle-indian-rupee and circle-japanese-yen, and 12 more, all shown below. They are the Finance shelf: nothing else in the set is named after coins.
- How do I import coins in React?
- <Coins /> is the component, and the weight decides the module: stroke from "@keyline-icons/react", duotone from "@keyline-icons/react/duotone" and fill from "@keyline-icons/react/fill". It takes the usual SVG props plus a size, so <Coins size={16} /> and className="size-4" both work, and there is no provider or theme to set up.
- Where is the coins SVG?
- icons/stroke/coins.svg, icons/duotone/coins.svg and icons/fill/coins.svg in the repository, normalised: no wrapper, no ids and no classes to strip out. The tabs above hand you the same drawing as SVG or JSX without the download, and neither needs an install.
- When was coins added to the set?
- Added 4 Sept 2026, and last redrawn 11 Sept 2026. It ships in v0.8.0, so an install at that version or later has it.
Questions about the set rather than about this drawing are answered where they belong. The home page covers what the set is, how the three styles differ, why some icons come boxed and where the Figma file is; installing the set in a shadcn/ui project covers the React package, the CLI and using an icon without React. The MIT licence is stated in the footer of every page.