coins-filled from Reicon by REICON · Filled · Money · MIT Free for personal and commercial use.

Name
coins-filled
Set
Reicon
Style
Filled
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="M13.452 2.365c1.275.686 2.298 1.76 2.298 3.135v4q-.001.387-.092.751c1.834.022 3.525.43 4.794 1.114c1.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.22v-12c0-1.375 1.023-2.449 2.298-3.135C4.854 1.662 6.606 1.25 8.5 1.25s3.646.412 4.952 1.115M2.75 13.517v-1.299c.25.187.523.354.81.502c1.278.66 2.974 1.012 4.796 1.03q-.105.358-.106.75v1.748c-1.609-.03-3.013-.35-4.002-.86c-1.04-.537-1.49-1.2-1.498-1.87m0 2.7V17.5c0 .677.45 1.347 1.498 1.887c1.04.537 2.539.863 4.252.863q.15 0 .298-.004A3.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-.503m1.498-4.83c-1.045-.539-1.495-1.205-1.498-1.88V8.125c.248.189.517.359.798.51C4.854 9.338 6.606 9.75 8.5 9.75s3.646-.412 4.952-1.115c.28-.151.55-.321.798-.51V9.5q.002.417-.222.835c-1.32.154-2.52.513-3.48 1.03a5.7 5.7 0 0 0-1.203.85q-.414.035-.845.035c-1.713 0-3.212-.325-4.252-.863m5.502 5.739V18.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.887v-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-.51" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function ReiconCoinsFilled(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="M13.452 2.365c1.275.686 2.298 1.76 2.298 3.135v4q-.001.387-.092.751c1.834.022 3.525.43 4.794 1.114c1.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.22v-12c0-1.375 1.023-2.449 2.298-3.135C4.854 1.662 6.606 1.25 8.5 1.25s3.646.412 4.952 1.115M2.75 13.517v-1.299c.25.187.523.354.81.502c1.278.66 2.974 1.012 4.796 1.03q-.105.358-.106.75v1.748c-1.609-.03-3.013-.35-4.002-.86c-1.04-.537-1.49-1.2-1.498-1.87m0 2.7V17.5c0 .677.45 1.347 1.498 1.887c1.04.537 2.539.863 4.252.863q.15 0 .298-.004A3.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-.503m1.498-4.83c-1.045-.539-1.495-1.205-1.498-1.88V8.125c.248.189.517.359.798.51C4.854 9.338 6.606 9.75 8.5 9.75s3.646-.412 4.952-1.115c.28-.151.55-.321.798-.51V9.5q.002.417-.222.835c-1.32.154-2.52.513-3.48 1.03a5.7 5.7 0 0 0-1.203.85q-.414.035-.845.035c-1.713 0-3.212-.325-4.252-.863m5.502 5.739V18.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.887v-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-.51" 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="M13.452 2.365c1.275.686 2.298 1.76 2.298 3.135v4q-.001.387-.092.751c1.834.022 3.525.43 4.794 1.114c1.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.22v-12c0-1.375 1.023-2.449 2.298-3.135C4.854 1.662 6.606 1.25 8.5 1.25s3.646.412 4.952 1.115M2.75 13.517v-1.299c.25.187.523.354.81.502c1.278.66 2.974 1.012 4.796 1.03q-.105.358-.106.75v1.748c-1.609-.03-3.013-.35-4.002-.86c-1.04-.537-1.49-1.2-1.498-1.87m0 2.7V17.5c0 .677.45 1.347 1.498 1.887c1.04.537 2.539.863 4.252.863q.15 0 .298-.004A3.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-.503m1.498-4.83c-1.045-.539-1.495-1.205-1.498-1.88V8.125c.248.189.517.359.798.51C4.854 9.338 6.606 9.75 8.5 9.75s3.646-.412 4.952-1.115c.28-.151.55-.321.798-.51V9.5q.002.417-.222.835c-1.32.154-2.52.513-3.48 1.03a5.7 5.7 0 0 0-1.203.85q-.414.035-.845.035c-1.713 0-3.212-.325-4.252-.863m5.502 5.739V18.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.887v-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-.51" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-coins-filled {
  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%22M13.452%202.365c1.275.686%202.298%201.76%202.298%203.135v4q-.001.387-.092.751c1.834.022%203.525.43%204.794%201.114c1.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.22v-12c0-1.375%201.023-2.449%202.298-3.135C4.854%201.662%206.606%201.25%208.5%201.25s3.646.412%204.952%201.115M2.75%2013.517v-1.299c.25.187.523.354.81.502c1.278.66%202.974%201.012%204.796%201.03q-.105.358-.106.75v1.748c-1.609-.03-3.013-.35-4.002-.86c-1.04-.537-1.49-1.2-1.498-1.87m0%202.7V17.5c0%20.677.45%201.347%201.498%201.887c1.04.537%202.539.863%204.252.863q.15%200%20.298-.004A3.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-.503m1.498-4.83c-1.045-.539-1.495-1.205-1.498-1.88V8.125c.248.189.517.359.798.51C4.854%209.338%206.606%209.75%208.5%209.75s3.646-.412%204.952-1.115c.28-.151.55-.321.798-.51V9.5q.002.417-.222.835c-1.32.154-2.52.513-3.48%201.03a5.7%205.7%200%200%200-1.203.85q-.414.035-.845.035c-1.713%200-3.212-.325-4.252-.863m5.502%205.739V18.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.887v-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-.51%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%22M13.452%202.365c1.275.686%202.298%201.76%202.298%203.135v4q-.001.387-.092.751c1.834.022%203.525.43%204.794%201.114c1.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.22v-12c0-1.375%201.023-2.449%202.298-3.135C4.854%201.662%206.606%201.25%208.5%201.25s3.646.412%204.952%201.115M2.75%2013.517v-1.299c.25.187.523.354.81.502c1.278.66%202.974%201.012%204.796%201.03q-.105.358-.106.75v1.748c-1.609-.03-3.013-.35-4.002-.86c-1.04-.537-1.49-1.2-1.498-1.87m0%202.7V17.5c0%20.677.45%201.347%201.498%201.887c1.04.537%202.539.863%204.252.863q.15%200%20.298-.004A3.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-.503m1.498-4.83c-1.045-.539-1.495-1.205-1.498-1.88V8.125c.248.189.517.359.798.51C4.854%209.338%206.606%209.75%208.5%209.75s3.646-.412%204.952-1.115c.28-.151.55-.321.798-.51V9.5q.002.417-.222.835c-1.32.154-2.52.513-3.48%201.03a5.7%205.7%200%200%200-1.203.85q-.414.035-.845.035c-1.713%200-3.212-.325-4.252-.863m5.502%205.739V18.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.887v-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-.51%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-filled.svg?color=%231a73e8&size=48