Two stacks of coins seen from the side, for cash, change, credits, balances and payouts. On a 24×24 grid in stroke, two-tone, 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 11.5C22 12.8807 19.7614 14 17 14C14.2386 14 12 12.8807 12 11.5C12 10.1193 14.2386 9 17 9C19.7614 9 22 10.1193 22 11.5ZM12 11.5L12 19.5C12 20.8807 14.2386 22 17 22C19.7614 22 22 20.8807 22 19.5L22 11.5M12 15.5C12 16.8807 14.2386 18 17 18C19.7614 18 22 16.8807 22 15.5M12 4.5C12 5.8807 9.7614 7 7 7C4.2386 7 2 5.8807 2 4.5C2 3.1193 4.2386 2 7 2C9.7614 2 12 3.1193 12 4.5ZM2 4.5L2 12.5C2 13.2504 2.6742 13.9612 3.8365 14.436C4.9987 14.9108 6.5261 15.0994 7.9968 14.9498M2 8.5C2 9.2523 2.6776 9.9647 3.8449 10.4394C5.0122 10.9142 6.545 11.1008 8.0182 10.9476" 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.
- [ FAQ #01 ]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 Flux 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.
- [ FAQ #02 ]What styles does the coins icon come in?
- All four: stroke, two-tone, duotone and fill. They are drawn from the same geometry, so swapping style never moves anything.
- [ FAQ #03 ]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.
- [ FAQ #04 ]What other icons go with coins?
- badge-dollar-sign, banknote, banknote-2, banknote-2-check, banknote-2-minus and banknote-2-plus, and 12 more, all shown below. They are the Finance shelf: nothing else in the set is named after coins.
- [ FAQ #05 ]How do I import coins in React?
- <Coins /> is the component, and the weight decides the module: stroke from "@flux-icons/react", two-tone from "@flux-icons/react/two-tone", duotone from "@flux-icons/react/duotone" and fill from "@flux-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.
- [ FAQ #06 ]Where is the coins SVG?
- icons/stroke/coins.svg, icons/two-tone/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.
- [ FAQ #07 ]When was coins added to the set?
- Added 4 Sept 2026, and last redrawn 16 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.