coins icon
coins from Reicon by REICON · Outline · Money · MIT Free for personal and commercial use.
- Name
- coins
- Set
- Reicon
- Style
- Outline
- Category
- Money
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
The same icon in other sets
All coins icons →More money icons from Reicon
Use the coins icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M1.25 5.501c0-1.375 1.023-2.45 2.298-3.136C4.854 1.662 6.606 1.25 8.5 1.25s3.646.412 4.952 1.115c1.275.686 2.298 1.76 2.298 3.135v4.752c1.798.035 3.454.44 4.702 1.113c1.275.686 2.298 1.76 2.298 3.135v4c0 1.467-1.006 2.547-2.31 3.22c-1.312.678-3.064 1.03-4.94 1.03s-3.628-.352-4.94-1.03a6 6 0 0 1-.218-.117c-.589.096-1.206.147-1.842.147c-1.876 0-3.628-.352-4.94-1.03c-1.304-.672-2.31-1.753-2.31-3.22zm3.01-1.816c-1.078.58-1.51 1.257-1.51 1.815s.432 1.235 1.51 1.815c1.046.563 2.544.935 4.24.935s3.194-.372 4.24-.935c1.057-.57 1.493-1.23 1.51-1.783V5.48c-.01-.554-.445-1.22-1.51-1.794c-1.046-.563-2.544-.935-4.24-.935s-3.194.372-4.24.935m4.538 16.56A3.04 3.04 0 0 1 8.25 18.5v-.752c-1.782-.03-3.437-.38-4.69-1.027a6 6 0 0 1-.81-.503V17.5c0 .677.45 1.347 1.498 1.887c1.04.537 2.539.863 4.252.863q.15 0 .298-.004m-.548-3.997V14.5q.001-.393.106-.752c-1.822-.017-3.518-.369-4.796-1.029a6 6 0 0 1-.81-.503v1.3c.007.671.458 1.334 1.498 1.87c.99.511 2.393.83 4.002.86m1.095-4.033c.35-.328.761-.612 1.203-.85c.96-.517 2.16-.876 3.48-1.03q.217-.405.222-.81v-1.4a6 6 0 0 1-.798.51C12.146 9.338 10.394 9.75 8.5 9.75s-3.646-.412-4.952-1.115a6 6 0 0 1-.798-.51V9.5c0 .677.45 1.347 1.498 1.887c1.04.537 2.539.863 4.252.863q.432 0 .845-.035m1.914.47c-1.077.58-1.509 1.257-1.509 1.815s.432 1.235 1.51 1.814c1.046.564 2.544.936 4.24.936s3.194-.372 4.24-.936c1.058-.569 1.493-1.23 1.51-1.782v-.053c-.01-.554-.445-1.22-1.51-1.793c-1.046-.564-2.544-.936-4.24-.936s-3.194.372-4.24.935m9.99 5.815v-1.374a6 6 0 0 1-.798.51c-1.306.702-3.058 1.114-4.952 1.114s-3.646-.412-4.952-1.115a6 6 0 0 1-.798-.51V18.5c0 .677.45 1.347 1.498 1.887c1.04.537 2.539.863 4.252.863s3.212-.326 4.252-.863c1.048-.54 1.498-1.21 1.498-1.887" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconCoins(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M1.25 5.501c0-1.375 1.023-2.45 2.298-3.136C4.854 1.662 6.606 1.25 8.5 1.25s3.646.412 4.952 1.115c1.275.686 2.298 1.76 2.298 3.135v4.752c1.798.035 3.454.44 4.702 1.113c1.275.686 2.298 1.76 2.298 3.135v4c0 1.467-1.006 2.547-2.31 3.22c-1.312.678-3.064 1.03-4.94 1.03s-3.628-.352-4.94-1.03a6 6 0 0 1-.218-.117c-.589.096-1.206.147-1.842.147c-1.876 0-3.628-.352-4.94-1.03c-1.304-.672-2.31-1.753-2.31-3.22zm3.01-1.816c-1.078.58-1.51 1.257-1.51 1.815s.432 1.235 1.51 1.815c1.046.563 2.544.935 4.24.935s3.194-.372 4.24-.935c1.057-.57 1.493-1.23 1.51-1.783V5.48c-.01-.554-.445-1.22-1.51-1.794c-1.046-.563-2.544-.935-4.24-.935s-3.194.372-4.24.935m4.538 16.56A3.04 3.04 0 0 1 8.25 18.5v-.752c-1.782-.03-3.437-.38-4.69-1.027a6 6 0 0 1-.81-.503V17.5c0 .677.45 1.347 1.498 1.887c1.04.537 2.539.863 4.252.863q.15 0 .298-.004m-.548-3.997V14.5q.001-.393.106-.752c-1.822-.017-3.518-.369-4.796-1.029a6 6 0 0 1-.81-.503v1.3c.007.671.458 1.334 1.498 1.87c.99.511 2.393.83 4.002.86m1.095-4.033c.35-.328.761-.612 1.203-.85c.96-.517 2.16-.876 3.48-1.03q.217-.405.222-.81v-1.4a6 6 0 0 1-.798.51C12.146 9.338 10.394 9.75 8.5 9.75s-3.646-.412-4.952-1.115a6 6 0 0 1-.798-.51V9.5c0 .677.45 1.347 1.498 1.887c1.04.537 2.539.863 4.252.863q.432 0 .845-.035m1.914.47c-1.077.58-1.509 1.257-1.509 1.815s.432 1.235 1.51 1.814c1.046.564 2.544.936 4.24.936s3.194-.372 4.24-.936c1.058-.569 1.493-1.23 1.51-1.782v-.053c-.01-.554-.445-1.22-1.51-1.793c-1.046-.564-2.544-.936-4.24-.936s-3.194.372-4.24.935m9.99 5.815v-1.374a6 6 0 0 1-.798.51c-1.306.702-3.058 1.114-4.952 1.114s-3.646-.412-4.952-1.115a6 6 0 0 1-.798-.51V18.5c0 .677.45 1.347 1.498 1.887c1.04.537 2.539.863 4.252.863s3.212-.326 4.252-.863c1.048-.54 1.498-1.21 1.498-1.887" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M1.25 5.501c0-1.375 1.023-2.45 2.298-3.136C4.854 1.662 6.606 1.25 8.5 1.25s3.646.412 4.952 1.115c1.275.686 2.298 1.76 2.298 3.135v4.752c1.798.035 3.454.44 4.702 1.113c1.275.686 2.298 1.76 2.298 3.135v4c0 1.467-1.006 2.547-2.31 3.22c-1.312.678-3.064 1.03-4.94 1.03s-3.628-.352-4.94-1.03a6 6 0 0 1-.218-.117c-.589.096-1.206.147-1.842.147c-1.876 0-3.628-.352-4.94-1.03c-1.304-.672-2.31-1.753-2.31-3.22zm3.01-1.816c-1.078.58-1.51 1.257-1.51 1.815s.432 1.235 1.51 1.815c1.046.563 2.544.935 4.24.935s3.194-.372 4.24-.935c1.057-.57 1.493-1.23 1.51-1.783V5.48c-.01-.554-.445-1.22-1.51-1.794c-1.046-.563-2.544-.935-4.24-.935s-3.194.372-4.24.935m4.538 16.56A3.04 3.04 0 0 1 8.25 18.5v-.752c-1.782-.03-3.437-.38-4.69-1.027a6 6 0 0 1-.81-.503V17.5c0 .677.45 1.347 1.498 1.887c1.04.537 2.539.863 4.252.863q.15 0 .298-.004m-.548-3.997V14.5q.001-.393.106-.752c-1.822-.017-3.518-.369-4.796-1.029a6 6 0 0 1-.81-.503v1.3c.007.671.458 1.334 1.498 1.87c.99.511 2.393.83 4.002.86m1.095-4.033c.35-.328.761-.612 1.203-.85c.96-.517 2.16-.876 3.48-1.03q.217-.405.222-.81v-1.4a6 6 0 0 1-.798.51C12.146 9.338 10.394 9.75 8.5 9.75s-3.646-.412-4.952-1.115a6 6 0 0 1-.798-.51V9.5c0 .677.45 1.347 1.498 1.887c1.04.537 2.539.863 4.252.863q.432 0 .845-.035m1.914.47c-1.077.58-1.509 1.257-1.509 1.815s.432 1.235 1.51 1.814c1.046.564 2.544.936 4.24.936s3.194-.372 4.24-.936c1.058-.569 1.493-1.23 1.51-1.782v-.053c-.01-.554-.445-1.22-1.51-1.793c-1.046-.564-2.544-.936-4.24-.936s-3.194.372-4.24.935m9.99 5.815v-1.374a6 6 0 0 1-.798.51c-1.306.702-3.058 1.114-4.952 1.114s-3.646-.412-4.952-1.115a6 6 0 0 1-.798-.51V18.5c0 .677.45 1.347 1.498 1.887c1.04.537 2.539.863 4.252.863s3.212-.326 4.252-.863c1.048-.54 1.498-1.21 1.498-1.887" clip-rule="evenodd"/></svg> </template>
CSS
.icon-coins {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M1.25%205.501c0-1.375%201.023-2.45%202.298-3.136C4.854%201.662%206.606%201.25%208.5%201.25s3.646.412%204.952%201.115c1.275.686%202.298%201.76%202.298%203.135v4.752c1.798.035%203.454.44%204.702%201.113c1.275.686%202.298%201.76%202.298%203.135v4c0%201.467-1.006%202.547-2.31%203.22c-1.312.678-3.064%201.03-4.94%201.03s-3.628-.352-4.94-1.03a6%206%200%200%201-.218-.117c-.589.096-1.206.147-1.842.147c-1.876%200-3.628-.352-4.94-1.03c-1.304-.672-2.31-1.753-2.31-3.22zm3.01-1.816c-1.078.58-1.51%201.257-1.51%201.815s.432%201.235%201.51%201.815c1.046.563%202.544.935%204.24.935s3.194-.372%204.24-.935c1.057-.57%201.493-1.23%201.51-1.783V5.48c-.01-.554-.445-1.22-1.51-1.794c-1.046-.563-2.544-.935-4.24-.935s-3.194.372-4.24.935m4.538%2016.56A3.04%203.04%200%200%201%208.25%2018.5v-.752c-1.782-.03-3.437-.38-4.69-1.027a6%206%200%200%201-.81-.503V17.5c0%20.677.45%201.347%201.498%201.887c1.04.537%202.539.863%204.252.863q.15%200%20.298-.004m-.548-3.997V14.5q.001-.393.106-.752c-1.822-.017-3.518-.369-4.796-1.029a6%206%200%200%201-.81-.503v1.3c.007.671.458%201.334%201.498%201.87c.99.511%202.393.83%204.002.86m1.095-4.033c.35-.328.761-.612%201.203-.85c.96-.517%202.16-.876%203.48-1.03q.217-.405.222-.81v-1.4a6%206%200%200%201-.798.51C12.146%209.338%2010.394%209.75%208.5%209.75s-3.646-.412-4.952-1.115a6%206%200%200%201-.798-.51V9.5c0%20.677.45%201.347%201.498%201.887c1.04.537%202.539.863%204.252.863q.432%200%20.845-.035m1.914.47c-1.077.58-1.509%201.257-1.509%201.815s.432%201.235%201.51%201.814c1.046.564%202.544.936%204.24.936s3.194-.372%204.24-.936c1.058-.569%201.493-1.23%201.51-1.782v-.053c-.01-.554-.445-1.22-1.51-1.793c-1.046-.564-2.544-.936-4.24-.936s-3.194.372-4.24.935m9.99%205.815v-1.374a6%206%200%200%201-.798.51c-1.306.702-3.058%201.114-4.952%201.114s-3.646-.412-4.952-1.115a6%206%200%200%201-.798-.51V18.5c0%20.677.45%201.347%201.498%201.887c1.04.537%202.539.863%204.252.863s3.212-.326%204.252-.863c1.048-.54%201.498-1.21%201.498-1.887%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M1.25%205.501c0-1.375%201.023-2.45%202.298-3.136C4.854%201.662%206.606%201.25%208.5%201.25s3.646.412%204.952%201.115c1.275.686%202.298%201.76%202.298%203.135v4.752c1.798.035%203.454.44%204.702%201.113c1.275.686%202.298%201.76%202.298%203.135v4c0%201.467-1.006%202.547-2.31%203.22c-1.312.678-3.064%201.03-4.94%201.03s-3.628-.352-4.94-1.03a6%206%200%200%201-.218-.117c-.589.096-1.206.147-1.842.147c-1.876%200-3.628-.352-4.94-1.03c-1.304-.672-2.31-1.753-2.31-3.22zm3.01-1.816c-1.078.58-1.51%201.257-1.51%201.815s.432%201.235%201.51%201.815c1.046.563%202.544.935%204.24.935s3.194-.372%204.24-.935c1.057-.57%201.493-1.23%201.51-1.783V5.48c-.01-.554-.445-1.22-1.51-1.794c-1.046-.563-2.544-.935-4.24-.935s-3.194.372-4.24.935m4.538%2016.56A3.04%203.04%200%200%201%208.25%2018.5v-.752c-1.782-.03-3.437-.38-4.69-1.027a6%206%200%200%201-.81-.503V17.5c0%20.677.45%201.347%201.498%201.887c1.04.537%202.539.863%204.252.863q.15%200%20.298-.004m-.548-3.997V14.5q.001-.393.106-.752c-1.822-.017-3.518-.369-4.796-1.029a6%206%200%200%201-.81-.503v1.3c.007.671.458%201.334%201.498%201.87c.99.511%202.393.83%204.002.86m1.095-4.033c.35-.328.761-.612%201.203-.85c.96-.517%202.16-.876%203.48-1.03q.217-.405.222-.81v-1.4a6%206%200%200%201-.798.51C12.146%209.338%2010.394%209.75%208.5%209.75s-3.646-.412-4.952-1.115a6%206%200%200%201-.798-.51V9.5c0%20.677.45%201.347%201.498%201.887c1.04.537%202.539.863%204.252.863q.432%200%20.845-.035m1.914.47c-1.077.58-1.509%201.257-1.509%201.815s.432%201.235%201.51%201.814c1.046.564%202.544.936%204.24.936s3.194-.372%204.24-.936c1.058-.569%201.493-1.23%201.51-1.782v-.053c-.01-.554-.445-1.22-1.51-1.793c-1.046-.564-2.544-.936-4.24-.936s-3.194.372-4.24.935m9.99%205.815v-1.374a6%206%200%200%201-.798.51c-1.306.702-3.058%201.114-4.952%201.114s-3.646-.412-4.952-1.115a6%206%200%200%201-.798-.51V18.5c0%20.677.45%201.347%201.498%201.887c1.04.537%202.539.863%204.252.863s3.212-.326%204.252-.863c1.048-.54%201.498-1.21%201.498-1.887%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/coins.svg?color=%231a73e8&size=48