coin-b-fill from Mage Icons by MageIcons · Fill · Apache-2.0 Free for personal and commercial use.

Name
coin-b-fill
Set
Mage Icons
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in Mage Icons

Related icons in Mage Icons

Use the coin b icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 3.25c-5.59 0-10 2.82-10 6.46v4.58c0 3.62 4.39 6.46 10 6.46s10-2.84 10-6.46V9.72c0-3.63-4.43-6.47-10-6.47m0 2.87c3.69 0 6.47 1.55 6.47 3.6a2.46 2.46 0 0 1-.69 1.64c-1 1.18-3.26 1.93-5.78 1.93s-4.75-.75-5.81-2a2.4 2.4 0 0 1-.66-1.61C5.49 7.67 8.27 6.12 12 6.12m8.5 8.17c0 2.69-3.89 5-8.5 5s-8.5-2.27-8.5-5v-1.15c1.78 1.87 5 3 8.5 3s6.73-1.18 8.5-3z"/><path fill="currentColor" d="M16.93 9.71a1 1 0 0 1-.29.65c-.64.73-2.33 1.45-4.68 1.45s-4-.72-4.71-1.48a.9.9 0 0 1-.26-.61c0-1 2.12-2.1 5-2.1s4.93 1.1 4.94 2.09"/></svg>

React

import type { SVGProps } from "react";

export function MageCoinBFill(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" d="M12 3.25c-5.59 0-10 2.82-10 6.46v4.58c0 3.62 4.39 6.46 10 6.46s10-2.84 10-6.46V9.72c0-3.63-4.43-6.47-10-6.47m0 2.87c3.69 0 6.47 1.55 6.47 3.6a2.46 2.46 0 0 1-.69 1.64c-1 1.18-3.26 1.93-5.78 1.93s-4.75-.75-5.81-2a2.4 2.4 0 0 1-.66-1.61C5.49 7.67 8.27 6.12 12 6.12m8.5 8.17c0 2.69-3.89 5-8.5 5s-8.5-2.27-8.5-5v-1.15c1.78 1.87 5 3 8.5 3s6.73-1.18 8.5-3z"/><path fill="currentColor" d="M16.93 9.71a1 1 0 0 1-.29.65c-.64.73-2.33 1.45-4.68 1.45s-4-.72-4.71-1.48a.9.9 0 0 1-.26-.61c0-1 2.12-2.1 5-2.1s4.93 1.1 4.94 2.09"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 3.25c-5.59 0-10 2.82-10 6.46v4.58c0 3.62 4.39 6.46 10 6.46s10-2.84 10-6.46V9.72c0-3.63-4.43-6.47-10-6.47m0 2.87c3.69 0 6.47 1.55 6.47 3.6a2.46 2.46 0 0 1-.69 1.64c-1 1.18-3.26 1.93-5.78 1.93s-4.75-.75-5.81-2a2.4 2.4 0 0 1-.66-1.61C5.49 7.67 8.27 6.12 12 6.12m8.5 8.17c0 2.69-3.89 5-8.5 5s-8.5-2.27-8.5-5v-1.15c1.78 1.87 5 3 8.5 3s6.73-1.18 8.5-3z"/><path fill="currentColor" d="M16.93 9.71a1 1 0 0 1-.29.65c-.64.73-2.33 1.45-4.68 1.45s-4-.72-4.71-1.48a.9.9 0 0 1-.26-.61c0-1 2.12-2.1 5-2.1s4.93 1.1 4.94 2.09"/></svg>
</template>

CSS

.icon-coin-b-fill {
  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%20d%3D%22M12%203.25c-5.59%200-10%202.82-10%206.46v4.58c0%203.62%204.39%206.46%2010%206.46s10-2.84%2010-6.46V9.72c0-3.63-4.43-6.47-10-6.47m0%202.87c3.69%200%206.47%201.55%206.47%203.6a2.46%202.46%200%200%201-.69%201.64c-1%201.18-3.26%201.93-5.78%201.93s-4.75-.75-5.81-2a2.4%202.4%200%200%201-.66-1.61C5.49%207.67%208.27%206.12%2012%206.12m8.5%208.17c0%202.69-3.89%205-8.5%205s-8.5-2.27-8.5-5v-1.15c1.78%201.87%205%203%208.5%203s6.73-1.18%208.5-3z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.93%209.71a1%201%200%200%201-.29.65c-.64.73-2.33%201.45-4.68%201.45s-4-.72-4.71-1.48a.9.9%200%200%201-.26-.61c0-1%202.12-2.1%205-2.1s4.93%201.1%204.94%202.09%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%20d%3D%22M12%203.25c-5.59%200-10%202.82-10%206.46v4.58c0%203.62%204.39%206.46%2010%206.46s10-2.84%2010-6.46V9.72c0-3.63-4.43-6.47-10-6.47m0%202.87c3.69%200%206.47%201.55%206.47%203.6a2.46%202.46%200%200%201-.69%201.64c-1%201.18-3.26%201.93-5.78%201.93s-4.75-.75-5.81-2a2.4%202.4%200%200%201-.66-1.61C5.49%207.67%208.27%206.12%2012%206.12m8.5%208.17c0%202.69-3.89%205-8.5%205s-8.5-2.27-8.5-5v-1.15c1.78%201.87%205%203%208.5%203s6.73-1.18%208.5-3z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.93%209.71a1%201%200%200%201-.29.65c-.64.73-2.33%201.45-4.68%201.45s-4-.72-4.71-1.48a.9.9%200%200%201-.26-.61c0-1%202.12-2.1%205-2.1s4.93%201.1%204.94%202.09%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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