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

Name
coin
Set
Reicon
Style
Outline
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="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M18.5 12.65v3.7c0 3.12-2.91 5.65-6.5 5.65s-6.5-2.53-6.5-5.65v-3.7C5.5 15.77 8.41 18 12 18s6.5-2.23 6.5-5.35"/><path d="M18.5 7.65c0 .91-.25 1.75-.69 2.47C16.74 11.88 14.54 13 12 13s-4.74-1.12-5.81-2.88c-.44-.72-.69-1.56-.69-2.47c0-1.56.73-2.97 1.9-3.99C8.58 2.63 10.2 2 12 2s3.42.63 4.6 1.65c1.17 1.03 1.9 2.44 1.9 4"/><path d="M18.5 7.65v5c0 3.12-2.91 5.35-6.5 5.35s-6.5-2.23-6.5-5.35v-5C5.5 4.53 8.41 2 12 2c1.8 0 3.42.63 4.6 1.65c1.17 1.03 1.9 2.44 1.9 4"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconCoin(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="M18.5 12.65v3.7c0 3.12-2.91 5.65-6.5 5.65s-6.5-2.53-6.5-5.65v-3.7C5.5 15.77 8.41 18 12 18s6.5-2.23 6.5-5.35"/><path d="M18.5 7.65c0 .91-.25 1.75-.69 2.47C16.74 11.88 14.54 13 12 13s-4.74-1.12-5.81-2.88c-.44-.72-.69-1.56-.69-2.47c0-1.56.73-2.97 1.9-3.99C8.58 2.63 10.2 2 12 2s3.42.63 4.6 1.65c1.17 1.03 1.9 2.44 1.9 4"/><path d="M18.5 7.65v5c0 3.12-2.91 5.35-6.5 5.35s-6.5-2.23-6.5-5.35v-5C5.5 4.53 8.41 2 12 2c1.8 0 3.42.63 4.6 1.65c1.17 1.03 1.9 2.44 1.9 4"/></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="M18.5 12.65v3.7c0 3.12-2.91 5.65-6.5 5.65s-6.5-2.53-6.5-5.65v-3.7C5.5 15.77 8.41 18 12 18s6.5-2.23 6.5-5.35"/><path d="M18.5 7.65c0 .91-.25 1.75-.69 2.47C16.74 11.88 14.54 13 12 13s-4.74-1.12-5.81-2.88c-.44-.72-.69-1.56-.69-2.47c0-1.56.73-2.97 1.9-3.99C8.58 2.63 10.2 2 12 2s3.42.63 4.6 1.65c1.17 1.03 1.9 2.44 1.9 4"/><path d="M18.5 7.65v5c0 3.12-2.91 5.35-6.5 5.35s-6.5-2.23-6.5-5.35v-5C5.5 4.53 8.41 2 12 2c1.8 0 3.42.63 4.6 1.65c1.17 1.03 1.9 2.44 1.9 4"/></g></svg>
</template>

CSS

.icon-coin {
  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%22M18.5%2012.65v3.7c0%203.12-2.91%205.65-6.5%205.65s-6.5-2.53-6.5-5.65v-3.7C5.5%2015.77%208.41%2018%2012%2018s6.5-2.23%206.5-5.35%22%2F%3E%3Cpath%20d%3D%22M18.5%207.65c0%20.91-.25%201.75-.69%202.47C16.74%2011.88%2014.54%2013%2012%2013s-4.74-1.12-5.81-2.88c-.44-.72-.69-1.56-.69-2.47c0-1.56.73-2.97%201.9-3.99C8.58%202.63%2010.2%202%2012%202s3.42.63%204.6%201.65c1.17%201.03%201.9%202.44%201.9%204%22%2F%3E%3Cpath%20d%3D%22M18.5%207.65v5c0%203.12-2.91%205.35-6.5%205.35s-6.5-2.23-6.5-5.35v-5C5.5%204.53%208.41%202%2012%202c1.8%200%203.42.63%204.6%201.65c1.17%201.03%201.9%202.44%201.9%204%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%22M18.5%2012.65v3.7c0%203.12-2.91%205.65-6.5%205.65s-6.5-2.53-6.5-5.65v-3.7C5.5%2015.77%208.41%2018%2012%2018s6.5-2.23%206.5-5.35%22%2F%3E%3Cpath%20d%3D%22M18.5%207.65c0%20.91-.25%201.75-.69%202.47C16.74%2011.88%2014.54%2013%2012%2013s-4.74-1.12-5.81-2.88c-.44-.72-.69-1.56-.69-2.47c0-1.56.73-2.97%201.9-3.99C8.58%202.63%2010.2%202%2012%202s3.42.63%204.6%201.65c1.17%201.03%201.9%202.44%201.9%204%22%2F%3E%3Cpath%20d%3D%22M18.5%207.65v5c0%203.12-2.91%205.35-6.5%205.35s-6.5-2.23-6.5-5.35v-5C5.5%204.53%208.41%202%2012%202c1.8%200%203.42.63%204.6%201.65c1.17%201.03%201.9%202.44%201.9%204%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.svg?color=%231a73e8&size=48