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

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

1 other variant in Reicon

More newicons icons from Reicon

Use the coin2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M21.92 16.749c-.33 2.66-2.51 4.84-5.17 5.17c-1.61.2-3.11-.24-4.28-1.1c-.67-.49-.51-1.53.29-1.77a9.49 9.49 0 0 0 6.3-6.3c.24-.79 1.28-.95 1.77-.29a6.02 6.02 0 0 1 1.09 4.29"/><path d="M9.99 2C5.58 2 2 5.58 2 9.99s3.58 7.99 7.99 7.99s7.99-3.58 7.99-7.99C17.97 5.58 14.4 2 9.99 2m-.94 6.87l2.41.84c.87.31 1.29.92 1.29 1.86c0 1.08-.86 1.97-1.91 1.97h-.09v.05c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-.06c-1.11-.05-2-.98-2-2.14c0-.41.34-.75.75-.75s.75.34.75.75c0 .36.26.65.58.65h1.5c.23 0 .41-.21.41-.47c0-.35-.06-.37-.29-.45l-2.41-.84c-.86-.3-1.29-.91-1.29-1.86c0-1.08.86-1.97 1.91-1.97h.09v-.04c0-.41.34-.75.75-.75s.75.34.75.75v.06c1.11.05 2 .98 2 2.14c0 .41-.34.75-.75.75s-.75-.34-.75-.75c0-.36-.26-.65-.58-.65h-1.5c-.23 0-.41.21-.41.47c-.01.34.05.36.29.44"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconCoin2Filled(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="M21.92 16.749c-.33 2.66-2.51 4.84-5.17 5.17c-1.61.2-3.11-.24-4.28-1.1c-.67-.49-.51-1.53.29-1.77a9.49 9.49 0 0 0 6.3-6.3c.24-.79 1.28-.95 1.77-.29a6.02 6.02 0 0 1 1.09 4.29"/><path d="M9.99 2C5.58 2 2 5.58 2 9.99s3.58 7.99 7.99 7.99s7.99-3.58 7.99-7.99C17.97 5.58 14.4 2 9.99 2m-.94 6.87l2.41.84c.87.31 1.29.92 1.29 1.86c0 1.08-.86 1.97-1.91 1.97h-.09v.05c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-.06c-1.11-.05-2-.98-2-2.14c0-.41.34-.75.75-.75s.75.34.75.75c0 .36.26.65.58.65h1.5c.23 0 .41-.21.41-.47c0-.35-.06-.37-.29-.45l-2.41-.84c-.86-.3-1.29-.91-1.29-1.86c0-1.08.86-1.97 1.91-1.97h.09v-.04c0-.41.34-.75.75-.75s.75.34.75.75v.06c1.11.05 2 .98 2 2.14c0 .41-.34.75-.75.75s-.75-.34-.75-.75c0-.36-.26-.65-.58-.65h-1.5c-.23 0-.41.21-.41.47c-.01.34.05.36.29.44"/></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="M21.92 16.749c-.33 2.66-2.51 4.84-5.17 5.17c-1.61.2-3.11-.24-4.28-1.1c-.67-.49-.51-1.53.29-1.77a9.49 9.49 0 0 0 6.3-6.3c.24-.79 1.28-.95 1.77-.29a6.02 6.02 0 0 1 1.09 4.29"/><path d="M9.99 2C5.58 2 2 5.58 2 9.99s3.58 7.99 7.99 7.99s7.99-3.58 7.99-7.99C17.97 5.58 14.4 2 9.99 2m-.94 6.87l2.41.84c.87.31 1.29.92 1.29 1.86c0 1.08-.86 1.97-1.91 1.97h-.09v.05c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-.06c-1.11-.05-2-.98-2-2.14c0-.41.34-.75.75-.75s.75.34.75.75c0 .36.26.65.58.65h1.5c.23 0 .41-.21.41-.47c0-.35-.06-.37-.29-.45l-2.41-.84c-.86-.3-1.29-.91-1.29-1.86c0-1.08.86-1.97 1.91-1.97h.09v-.04c0-.41.34-.75.75-.75s.75.34.75.75v.06c1.11.05 2 .98 2 2.14c0 .41-.34.75-.75.75s-.75-.34-.75-.75c0-.36-.26-.65-.58-.65h-1.5c-.23 0-.41.21-.41.47c-.01.34.05.36.29.44"/></g></svg>
</template>

CSS

.icon-coin2-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%22M21.92%2016.749c-.33%202.66-2.51%204.84-5.17%205.17c-1.61.2-3.11-.24-4.28-1.1c-.67-.49-.51-1.53.29-1.77a9.49%209.49%200%200%200%206.3-6.3c.24-.79%201.28-.95%201.77-.29a6.02%206.02%200%200%201%201.09%204.29%22%2F%3E%3Cpath%20d%3D%22M9.99%202C5.58%202%202%205.58%202%209.99s3.58%207.99%207.99%207.99s7.99-3.58%207.99-7.99C17.97%205.58%2014.4%202%209.99%202m-.94%206.87l2.41.84c.87.31%201.29.92%201.29%201.86c0%201.08-.86%201.97-1.91%201.97h-.09v.05c0%20.41-.34.75-.75.75s-.75-.34-.75-.75v-.06c-1.11-.05-2-.98-2-2.14c0-.41.34-.75.75-.75s.75.34.75.75c0%20.36.26.65.58.65h1.5c.23%200%20.41-.21.41-.47c0-.35-.06-.37-.29-.45l-2.41-.84c-.86-.3-1.29-.91-1.29-1.86c0-1.08.86-1.97%201.91-1.97h.09v-.04c0-.41.34-.75.75-.75s.75.34.75.75v.06c1.11.05%202%20.98%202%202.14c0%20.41-.34.75-.75.75s-.75-.34-.75-.75c0-.36-.26-.65-.58-.65h-1.5c-.23%200-.41.21-.41.47c-.01.34.05.36.29.44%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%22M21.92%2016.749c-.33%202.66-2.51%204.84-5.17%205.17c-1.61.2-3.11-.24-4.28-1.1c-.67-.49-.51-1.53.29-1.77a9.49%209.49%200%200%200%206.3-6.3c.24-.79%201.28-.95%201.77-.29a6.02%206.02%200%200%201%201.09%204.29%22%2F%3E%3Cpath%20d%3D%22M9.99%202C5.58%202%202%205.58%202%209.99s3.58%207.99%207.99%207.99s7.99-3.58%207.99-7.99C17.97%205.58%2014.4%202%209.99%202m-.94%206.87l2.41.84c.87.31%201.29.92%201.29%201.86c0%201.08-.86%201.97-1.91%201.97h-.09v.05c0%20.41-.34.75-.75.75s-.75-.34-.75-.75v-.06c-1.11-.05-2-.98-2-2.14c0-.41.34-.75.75-.75s.75.34.75.75c0%20.36.26.65.58.65h1.5c.23%200%20.41-.21.41-.47c0-.35-.06-.37-.29-.45l-2.41-.84c-.86-.3-1.29-.91-1.29-1.86c0-1.08.86-1.97%201.91-1.97h.09v-.04c0-.41.34-.75.75-.75s.75.34.75.75v.06c1.11.05%202%20.98%202%202.14c0%20.41-.34.75-.75.75s-.75-.34-.75-.75c0-.36-.26-.65-.58-.65h-1.5c-.23%200-.41.21-.41.47c-.01.34.05.36.29.44%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/coin2-filled.svg?color=%231a73e8&size=48