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

Name
coin-filled
Set
Reicon
Style
Filled
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

The same icon in other sets

All coin icons →

More newicons icons from Reicon

Use the coin icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12 22.748c-4 0-7.25-2.87-7.25-6.4v-3.7c0-.41.34-.75.75-.75s.75.34.75.75c0 2.62 2.47 4.6 5.75 4.6s5.75-1.98 5.75-4.6c0-.41.34-.75.75-.75s.75.34.75.75v3.7c0 3.53-3.25 6.4-7.25 6.4m-5.75-6.29c.07 2.65 2.62 4.79 5.75 4.79s5.68-2.14 5.75-4.79c-1.3 1.41-3.36 2.29-5.75 2.29s-4.44-.88-5.75-2.29"/><path d="M12 13.75c-2.76 0-5.24-1.24-6.45-3.24c-.52-.85-.8-1.84-.8-2.86c0-1.72.77-3.34 2.16-4.56C8.27 1.9 10.08 1.25 12 1.25s3.72.65 5.09 1.83c1.39 1.23 2.16 2.85 2.16 4.57c0 1.02-.28 2-.8 2.86c-1.21 2-3.69 3.24-6.45 3.24m0-11c-1.56 0-3.02.52-4.11 1.48c-1.06.92-1.64 2.14-1.64 3.42c0 .75.2 1.45.58 2.08c.95 1.56 2.93 2.52 5.17 2.52s4.22-.97 5.17-2.52c.39-.63.58-1.33.58-2.08c0-1.28-.58-2.5-1.65-3.44c-1.09-.94-2.54-1.46-4.1-1.46"/><path d="M12 18.75c-4.13 0-7.25-2.62-7.25-6.1v-5c0-3.53 3.25-6.4 7.25-6.4c1.92 0 3.72.65 5.09 1.83c1.39 1.23 2.16 2.85 2.16 4.57v5c0 3.48-3.12 6.1-7.25 6.1m0-16c-3.17 0-5.75 2.2-5.75 4.9v5c0 2.62 2.47 4.6 5.75 4.6s5.75-1.98 5.75-4.6v-5c0-1.28-.58-2.5-1.65-3.44c-1.09-.94-2.54-1.46-4.1-1.46"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconCoinFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12 22.748c-4 0-7.25-2.87-7.25-6.4v-3.7c0-.41.34-.75.75-.75s.75.34.75.75c0 2.62 2.47 4.6 5.75 4.6s5.75-1.98 5.75-4.6c0-.41.34-.75.75-.75s.75.34.75.75v3.7c0 3.53-3.25 6.4-7.25 6.4m-5.75-6.29c.07 2.65 2.62 4.79 5.75 4.79s5.68-2.14 5.75-4.79c-1.3 1.41-3.36 2.29-5.75 2.29s-4.44-.88-5.75-2.29"/><path d="M12 13.75c-2.76 0-5.24-1.24-6.45-3.24c-.52-.85-.8-1.84-.8-2.86c0-1.72.77-3.34 2.16-4.56C8.27 1.9 10.08 1.25 12 1.25s3.72.65 5.09 1.83c1.39 1.23 2.16 2.85 2.16 4.57c0 1.02-.28 2-.8 2.86c-1.21 2-3.69 3.24-6.45 3.24m0-11c-1.56 0-3.02.52-4.11 1.48c-1.06.92-1.64 2.14-1.64 3.42c0 .75.2 1.45.58 2.08c.95 1.56 2.93 2.52 5.17 2.52s4.22-.97 5.17-2.52c.39-.63.58-1.33.58-2.08c0-1.28-.58-2.5-1.65-3.44c-1.09-.94-2.54-1.46-4.1-1.46"/><path d="M12 18.75c-4.13 0-7.25-2.62-7.25-6.1v-5c0-3.53 3.25-6.4 7.25-6.4c1.92 0 3.72.65 5.09 1.83c1.39 1.23 2.16 2.85 2.16 4.57v5c0 3.48-3.12 6.1-7.25 6.1m0-16c-3.17 0-5.75 2.2-5.75 4.9v5c0 2.62 2.47 4.6 5.75 4.6s5.75-1.98 5.75-4.6v-5c0-1.28-.58-2.5-1.65-3.44c-1.09-.94-2.54-1.46-4.1-1.46"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12 22.748c-4 0-7.25-2.87-7.25-6.4v-3.7c0-.41.34-.75.75-.75s.75.34.75.75c0 2.62 2.47 4.6 5.75 4.6s5.75-1.98 5.75-4.6c0-.41.34-.75.75-.75s.75.34.75.75v3.7c0 3.53-3.25 6.4-7.25 6.4m-5.75-6.29c.07 2.65 2.62 4.79 5.75 4.79s5.68-2.14 5.75-4.79c-1.3 1.41-3.36 2.29-5.75 2.29s-4.44-.88-5.75-2.29"/><path d="M12 13.75c-2.76 0-5.24-1.24-6.45-3.24c-.52-.85-.8-1.84-.8-2.86c0-1.72.77-3.34 2.16-4.56C8.27 1.9 10.08 1.25 12 1.25s3.72.65 5.09 1.83c1.39 1.23 2.16 2.85 2.16 4.57c0 1.02-.28 2-.8 2.86c-1.21 2-3.69 3.24-6.45 3.24m0-11c-1.56 0-3.02.52-4.11 1.48c-1.06.92-1.64 2.14-1.64 3.42c0 .75.2 1.45.58 2.08c.95 1.56 2.93 2.52 5.17 2.52s4.22-.97 5.17-2.52c.39-.63.58-1.33.58-2.08c0-1.28-.58-2.5-1.65-3.44c-1.09-.94-2.54-1.46-4.1-1.46"/><path d="M12 18.75c-4.13 0-7.25-2.62-7.25-6.1v-5c0-3.53 3.25-6.4 7.25-6.4c1.92 0 3.72.65 5.09 1.83c1.39 1.23 2.16 2.85 2.16 4.57v5c0 3.48-3.12 6.1-7.25 6.1m0-16c-3.17 0-5.75 2.2-5.75 4.9v5c0 2.62 2.47 4.6 5.75 4.6s5.75-1.98 5.75-4.6v-5c0-1.28-.58-2.5-1.65-3.44c-1.09-.94-2.54-1.46-4.1-1.46"/></g></svg>
</template>

CSS

.icon-coin-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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M12%2022.748c-4%200-7.25-2.87-7.25-6.4v-3.7c0-.41.34-.75.75-.75s.75.34.75.75c0%202.62%202.47%204.6%205.75%204.6s5.75-1.98%205.75-4.6c0-.41.34-.75.75-.75s.75.34.75.75v3.7c0%203.53-3.25%206.4-7.25%206.4m-5.75-6.29c.07%202.65%202.62%204.79%205.75%204.79s5.68-2.14%205.75-4.79c-1.3%201.41-3.36%202.29-5.75%202.29s-4.44-.88-5.75-2.29%22%2F%3E%3Cpath%20d%3D%22M12%2013.75c-2.76%200-5.24-1.24-6.45-3.24c-.52-.85-.8-1.84-.8-2.86c0-1.72.77-3.34%202.16-4.56C8.27%201.9%2010.08%201.25%2012%201.25s3.72.65%205.09%201.83c1.39%201.23%202.16%202.85%202.16%204.57c0%201.02-.28%202-.8%202.86c-1.21%202-3.69%203.24-6.45%203.24m0-11c-1.56%200-3.02.52-4.11%201.48c-1.06.92-1.64%202.14-1.64%203.42c0%20.75.2%201.45.58%202.08c.95%201.56%202.93%202.52%205.17%202.52s4.22-.97%205.17-2.52c.39-.63.58-1.33.58-2.08c0-1.28-.58-2.5-1.65-3.44c-1.09-.94-2.54-1.46-4.1-1.46%22%2F%3E%3Cpath%20d%3D%22M12%2018.75c-4.13%200-7.25-2.62-7.25-6.1v-5c0-3.53%203.25-6.4%207.25-6.4c1.92%200%203.72.65%205.09%201.83c1.39%201.23%202.16%202.85%202.16%204.57v5c0%203.48-3.12%206.1-7.25%206.1m0-16c-3.17%200-5.75%202.2-5.75%204.9v5c0%202.62%202.47%204.6%205.75%204.6s5.75-1.98%205.75-4.6v-5c0-1.28-.58-2.5-1.65-3.44c-1.09-.94-2.54-1.46-4.1-1.46%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M12%2022.748c-4%200-7.25-2.87-7.25-6.4v-3.7c0-.41.34-.75.75-.75s.75.34.75.75c0%202.62%202.47%204.6%205.75%204.6s5.75-1.98%205.75-4.6c0-.41.34-.75.75-.75s.75.34.75.75v3.7c0%203.53-3.25%206.4-7.25%206.4m-5.75-6.29c.07%202.65%202.62%204.79%205.75%204.79s5.68-2.14%205.75-4.79c-1.3%201.41-3.36%202.29-5.75%202.29s-4.44-.88-5.75-2.29%22%2F%3E%3Cpath%20d%3D%22M12%2013.75c-2.76%200-5.24-1.24-6.45-3.24c-.52-.85-.8-1.84-.8-2.86c0-1.72.77-3.34%202.16-4.56C8.27%201.9%2010.08%201.25%2012%201.25s3.72.65%205.09%201.83c1.39%201.23%202.16%202.85%202.16%204.57c0%201.02-.28%202-.8%202.86c-1.21%202-3.69%203.24-6.45%203.24m0-11c-1.56%200-3.02.52-4.11%201.48c-1.06.92-1.64%202.14-1.64%203.42c0%20.75.2%201.45.58%202.08c.95%201.56%202.93%202.52%205.17%202.52s4.22-.97%205.17-2.52c.39-.63.58-1.33.58-2.08c0-1.28-.58-2.5-1.65-3.44c-1.09-.94-2.54-1.46-4.1-1.46%22%2F%3E%3Cpath%20d%3D%22M12%2018.75c-4.13%200-7.25-2.62-7.25-6.1v-5c0-3.53%203.25-6.4%207.25-6.4c1.92%200%203.72.65%205.09%201.83c1.39%201.23%202.16%202.85%202.16%204.57v5c0%203.48-3.12%206.1-7.25%206.1m0-16c-3.17%200-5.75%202.2-5.75%204.9v5c0%202.62%202.47%204.6%205.75%204.6s5.75-1.98%205.75-4.6v-5c0-1.28-.58-2.5-1.65-3.44c-1.09-.94-2.54-1.46-4.1-1.46%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/coin-filled.svg?color=%231a73e8&size=48