coin from Fluent Emoji High Contrast by Microsoft Corporation · Default · Objects · MIT Free for personal and commercial use.

Name
coin
Set
Fluent Emoji High Contrast
Style
Default
Category
Objects
Viewbox
32×32
License
MIT

The same emoji in other sets

More objects icons from Fluent Emoji High Contrast

Use the coin emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M11.9 19.52v-7.64h1.66v7.64zm3.31 0v-7.64h1.69v7.64zm3.35 0v-7.64h1.62v7.64z"/><path d="M16 27c6.075 0 11-4.925 11-11S22.075 5 16 5S5 9.925 5 16s4.925 11 11 11m6.73-5.86c.11.35-.15.7-.5.71H9.78c-.35 0-.61-.34-.51-.68l.35-1.25c.06-.23.27-.39.51-.39h.11v-7.77c-.42-.28-.5-.97.02-1.28l5.4-3.26c.24-.15.54-.15.78 0l5.39 3.26c.52.31.44 1 .01 1.28v7.76h-.03c.23 0 .44.15.51.37z"/><path d="M16 1C7.716 1 1 7.716 1 16s6.716 15 15 15s15-6.716 15-15S24.284 1 16 1M3 16C3 8.82 8.82 3 16 3s13 5.82 13 13s-5.82 13-13 13S3 23.18 3 16"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiHighContrastCoin(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M11.9 19.52v-7.64h1.66v7.64zm3.31 0v-7.64h1.69v7.64zm3.35 0v-7.64h1.62v7.64z"/><path d="M16 27c6.075 0 11-4.925 11-11S22.075 5 16 5S5 9.925 5 16s4.925 11 11 11m6.73-5.86c.11.35-.15.7-.5.71H9.78c-.35 0-.61-.34-.51-.68l.35-1.25c.06-.23.27-.39.51-.39h.11v-7.77c-.42-.28-.5-.97.02-1.28l5.4-3.26c.24-.15.54-.15.78 0l5.39 3.26c.52.31.44 1 .01 1.28v7.76h-.03c.23 0 .44.15.51.37z"/><path d="M16 1C7.716 1 1 7.716 1 16s6.716 15 15 15s15-6.716 15-15S24.284 1 16 1M3 16C3 8.82 8.82 3 16 3s13 5.82 13 13s-5.82 13-13 13S3 23.18 3 16"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M11.9 19.52v-7.64h1.66v7.64zm3.31 0v-7.64h1.69v7.64zm3.35 0v-7.64h1.62v7.64z"/><path d="M16 27c6.075 0 11-4.925 11-11S22.075 5 16 5S5 9.925 5 16s4.925 11 11 11m6.73-5.86c.11.35-.15.7-.5.71H9.78c-.35 0-.61-.34-.51-.68l.35-1.25c.06-.23.27-.39.51-.39h.11v-7.77c-.42-.28-.5-.97.02-1.28l5.4-3.26c.24-.15.54-.15.78 0l5.39 3.26c.52.31.44 1 .01 1.28v7.76h-.03c.23 0 .44.15.51.37z"/><path d="M16 1C7.716 1 1 7.716 1 16s6.716 15 15 15s15-6.716 15-15S24.284 1 16 1M3 16C3 8.82 8.82 3 16 3s13 5.82 13 13s-5.82 13-13 13S3 23.18 3 16"/></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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M11.9%2019.52v-7.64h1.66v7.64zm3.31%200v-7.64h1.69v7.64zm3.35%200v-7.64h1.62v7.64z%22%2F%3E%3Cpath%20d%3D%22M16%2027c6.075%200%2011-4.925%2011-11S22.075%205%2016%205S5%209.925%205%2016s4.925%2011%2011%2011m6.73-5.86c.11.35-.15.7-.5.71H9.78c-.35%200-.61-.34-.51-.68l.35-1.25c.06-.23.27-.39.51-.39h.11v-7.77c-.42-.28-.5-.97.02-1.28l5.4-3.26c.24-.15.54-.15.78%200l5.39%203.26c.52.31.44%201%20.01%201.28v7.76h-.03c.23%200%20.44.15.51.37z%22%2F%3E%3Cpath%20d%3D%22M16%201C7.716%201%201%207.716%201%2016s6.716%2015%2015%2015s15-6.716%2015-15S24.284%201%2016%201M3%2016C3%208.82%208.82%203%2016%203s13%205.82%2013%2013s-5.82%2013-13%2013S3%2023.18%203%2016%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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M11.9%2019.52v-7.64h1.66v7.64zm3.31%200v-7.64h1.69v7.64zm3.35%200v-7.64h1.62v7.64z%22%2F%3E%3Cpath%20d%3D%22M16%2027c6.075%200%2011-4.925%2011-11S22.075%205%2016%205S5%209.925%205%2016s4.925%2011%2011%2011m6.73-5.86c.11.35-.15.7-.5.71H9.78c-.35%200-.61-.34-.51-.68l.35-1.25c.06-.23.27-.39.51-.39h.11v-7.77c-.42-.28-.5-.97.02-1.28l5.4-3.26c.24-.15.54-.15.78%200l5.39%203.26c.52.31.44%201%20.01%201.28v7.76h-.03c.23%200%20.44.15.51.37z%22%2F%3E%3Cpath%20d%3D%22M16%201C7.716%201%201%207.716%201%2016s6.716%2015%2015%2015s15-6.716%2015-15S24.284%201%2016%201M3%2016C3%208.82%208.82%203%2016%203s13%205.82%2013%2013s-5.82%2013-13%2013S3%2023.18%203%2016%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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