coin2 from Reicon by REICON · Outline · Newicons · MIT Free for personal and commercial use.

Name
coin2
Set
Reicon
Style
Outline
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="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M8 11.4c0 .77.6 1.4 1.33 1.4h1.5c.64 0 1.16-.55 1.16-1.22c0-.73-.32-.99-.79-1.16l-2.4-.84c-.48-.17-.8-.43-.8-1.16c0-.67.52-1.22 1.16-1.22h1.5c.74.01 1.34.63 1.34 1.4m-2 4.25v.74m0-7.18v.78"/><path d="M9.99 17.98A7.99 7.99 0 1 0 9.99 2a7.99 7.99 0 0 0 0 15.98m2.99 1.9c.9 1.27 2.37 2.1 4.05 2.1c2.73 0 4.95-2.22 4.95-4.95c0-1.66-.82-3.13-2.07-4.03"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconCoin2(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M8 11.4c0 .77.6 1.4 1.33 1.4h1.5c.64 0 1.16-.55 1.16-1.22c0-.73-.32-.99-.79-1.16l-2.4-.84c-.48-.17-.8-.43-.8-1.16c0-.67.52-1.22 1.16-1.22h1.5c.74.01 1.34.63 1.34 1.4m-2 4.25v.74m0-7.18v.78"/><path d="M9.99 17.98A7.99 7.99 0 1 0 9.99 2a7.99 7.99 0 0 0 0 15.98m2.99 1.9c.9 1.27 2.37 2.1 4.05 2.1c2.73 0 4.95-2.22 4.95-4.95c0-1.66-.82-3.13-2.07-4.03"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M8 11.4c0 .77.6 1.4 1.33 1.4h1.5c.64 0 1.16-.55 1.16-1.22c0-.73-.32-.99-.79-1.16l-2.4-.84c-.48-.17-.8-.43-.8-1.16c0-.67.52-1.22 1.16-1.22h1.5c.74.01 1.34.63 1.34 1.4m-2 4.25v.74m0-7.18v.78"/><path d="M9.99 17.98A7.99 7.99 0 1 0 9.99 2a7.99 7.99 0 0 0 0 15.98m2.99 1.9c.9 1.27 2.37 2.1 4.05 2.1c2.73 0 4.95-2.22 4.95-4.95c0-1.66-.82-3.13-2.07-4.03"/></g></svg>
</template>

CSS

.icon-coin2 {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M8%2011.4c0%20.77.6%201.4%201.33%201.4h1.5c.64%200%201.16-.55%201.16-1.22c0-.73-.32-.99-.79-1.16l-2.4-.84c-.48-.17-.8-.43-.8-1.16c0-.67.52-1.22%201.16-1.22h1.5c.74.01%201.34.63%201.34%201.4m-2%204.25v.74m0-7.18v.78%22%2F%3E%3Cpath%20d%3D%22M9.99%2017.98A7.99%207.99%200%201%200%209.99%202a7.99%207.99%200%200%200%200%2015.98m2.99%201.9c.9%201.27%202.37%202.1%204.05%202.1c2.73%200%204.95-2.22%204.95-4.95c0-1.66-.82-3.13-2.07-4.03%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M8%2011.4c0%20.77.6%201.4%201.33%201.4h1.5c.64%200%201.16-.55%201.16-1.22c0-.73-.32-.99-.79-1.16l-2.4-.84c-.48-.17-.8-.43-.8-1.16c0-.67.52-1.22%201.16-1.22h1.5c.74.01%201.34.63%201.34%201.4m-2%204.25v.74m0-7.18v.78%22%2F%3E%3Cpath%20d%3D%22M9.99%2017.98A7.99%207.99%200%201%200%209.99%202a7.99%207.99%200%200%200%200%2015.98m2.99%201.9c.9%201.27%202.37%202.1%204.05%202.1c2.73%200%204.95-2.22%204.95-4.95c0-1.66-.82-3.13-2.07-4.03%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.svg?color=%231a73e8&size=48