coin emoji
coin from OpenMoji by OpenMoji · Default · Objects · CC-BY-SA-4.0 Attribution required.
- Name
- coin
- Set
- OpenMoji
- Style
- Default
- Category
- Objects
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
The same emoji in other sets
More objects icons from OpenMoji
Use the coin emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><ellipse cx="34.153" cy="34.635" fill="#fcea2b" rx="29.033" ry="22.118" transform="rotate(-51.131 34.153 34.635)"/><path fill="#fff" d="M52.139 12.03a18.7 18.7 0 0 0-13.3-3.86a18 18 0 0 1 10.077 3.86c9.51 7.666 9.064 24-.998 36.484c-6.14 7.618-14.44 12.034-22.14 12.584c8.53.639 18.353-3.889 25.362-12.584c10.062-12.484 10.51-28.819.999-36.484"/><path fill="#f1b31c" d="M55.349 13.082a20 20 0 0 0-1.558-1.138a1 1 0 0 0-.11-.045a1.03 1.03 0 0 0-.556-.102a.92.92 0 0 0-.527.235a1 1 0 0 0-.094.069c-.019.02-.025.047-.042.068s-.041.034-.057.057a1 1 0 0 0-.044.11a1.03 1.03 0 0 0-.102.562a1 1 0 0 0 .043.183a.8.8 0 0 0 .19.336a1 1 0 0 0 .07.097c8.278 7.636 7.415 22.736-1.965 34.375c-9.702 12.035-24.97 15.88-34.034 8.573a1 1 0 0 0-.187-.097l-.055-.029a1 1 0 0 0-.3-.074l-.08-.007a.92.92 0 0 0-.59.196a1 1 0 0 0-.098.058c-.02.017-.027.041-.044.06c-.016.017-.038.025-.053.043a1 1 0 0 0-.047.091a1 1 0 0 0-.117.226a1 1 0 0 0-.024.097a1 1 0 0 0-.026.297l.009.058a1 1 0 0 0 .096.312l.027.045a1 1 0 0 0 .109.183a20 20 0 0 0 2.286 2.158a21.13 21.13 0 0 0 13.441 4.555c8.59 0 17.89-4.48 24.528-12.715c10.444-12.957 10.403-30.38-.09-38.837"/><path fill="#f1b31c" d="M20.652 44.72c.073-.232.61-2.214.681-2.445c5.918.105 6.21-.092 7.089-3.009c1.66-5.508 2.144-6.494 3.805-12.002c.583-1.932.48-2.354-2.29-2.882l-1.687-.311c.063-.204.441-2.075.504-2.278a94 94 0 0 0 12.214-.789l-5.499 19c-.858 2.966-.752 3.204 4.93 4.302c-.066.234-.6 2.218-.665 2.453Z"/><g fill="none" stroke="#000" stroke-width="2"><path stroke-miterlimit="10" d="M53.238 12.777q.76.501 1.482 1.082c10.08 8.124 10.052 24.883-.061 37.43S28.175 67.424 18.095 59.3a19 19 0 0 1-2.172-2.05"/><ellipse cx="34.153" cy="34.635" stroke-miterlimit="10" rx="29.033" ry="22.118" transform="rotate(-51.131 34.153 34.635)"/><path stroke-miterlimit="10" d="m51.373 48.515l3.286 2.775m-6.743.97l2.896 3.113m-6.555-.069l2.378 3.322m-6.392-.644l1.872 3.344m11.921-16.551l3.489 2.414"/><path stroke-linecap="round" stroke-linejoin="round" d="M20.652 44.72c.073-.232.61-2.214.681-2.445c5.918.105 6.21-.092 7.089-3.009c1.66-5.508 2.144-6.494 3.805-12.002c.583-1.932.48-2.354-2.29-2.882l-1.687-.311c.063-.204.441-2.075.504-2.278a94 94 0 0 0 12.214-.789l-5.499 19c-.858 2.966-.752 3.204 4.93 4.302c-.066.234-.6 2.218-.665 2.453Z"/></g></svg>
React
import type { SVGProps } from "react";
export function OpenmojiCoin(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><ellipse cx="34.153" cy="34.635" fill="#fcea2b" rx="29.033" ry="22.118" transform="rotate(-51.131 34.153 34.635)"/><path fill="#fff" d="M52.139 12.03a18.7 18.7 0 0 0-13.3-3.86a18 18 0 0 1 10.077 3.86c9.51 7.666 9.064 24-.998 36.484c-6.14 7.618-14.44 12.034-22.14 12.584c8.53.639 18.353-3.889 25.362-12.584c10.062-12.484 10.51-28.819.999-36.484"/><path fill="#f1b31c" d="M55.349 13.082a20 20 0 0 0-1.558-1.138a1 1 0 0 0-.11-.045a1.03 1.03 0 0 0-.556-.102a.92.92 0 0 0-.527.235a1 1 0 0 0-.094.069c-.019.02-.025.047-.042.068s-.041.034-.057.057a1 1 0 0 0-.044.11a1.03 1.03 0 0 0-.102.562a1 1 0 0 0 .043.183a.8.8 0 0 0 .19.336a1 1 0 0 0 .07.097c8.278 7.636 7.415 22.736-1.965 34.375c-9.702 12.035-24.97 15.88-34.034 8.573a1 1 0 0 0-.187-.097l-.055-.029a1 1 0 0 0-.3-.074l-.08-.007a.92.92 0 0 0-.59.196a1 1 0 0 0-.098.058c-.02.017-.027.041-.044.06c-.016.017-.038.025-.053.043a1 1 0 0 0-.047.091a1 1 0 0 0-.117.226a1 1 0 0 0-.024.097a1 1 0 0 0-.026.297l.009.058a1 1 0 0 0 .096.312l.027.045a1 1 0 0 0 .109.183a20 20 0 0 0 2.286 2.158a21.13 21.13 0 0 0 13.441 4.555c8.59 0 17.89-4.48 24.528-12.715c10.444-12.957 10.403-30.38-.09-38.837"/><path fill="#f1b31c" d="M20.652 44.72c.073-.232.61-2.214.681-2.445c5.918.105 6.21-.092 7.089-3.009c1.66-5.508 2.144-6.494 3.805-12.002c.583-1.932.48-2.354-2.29-2.882l-1.687-.311c.063-.204.441-2.075.504-2.278a94 94 0 0 0 12.214-.789l-5.499 19c-.858 2.966-.752 3.204 4.93 4.302c-.066.234-.6 2.218-.665 2.453Z"/><g fill="none" stroke="#000" strokeWidth="2"><path strokeMiterlimit="10" d="M53.238 12.777q.76.501 1.482 1.082c10.08 8.124 10.052 24.883-.061 37.43S28.175 67.424 18.095 59.3a19 19 0 0 1-2.172-2.05"/><ellipse cx="34.153" cy="34.635" strokeMiterlimit="10" rx="29.033" ry="22.118" transform="rotate(-51.131 34.153 34.635)"/><path strokeMiterlimit="10" d="m51.373 48.515l3.286 2.775m-6.743.97l2.896 3.113m-6.555-.069l2.378 3.322m-6.392-.644l1.872 3.344m11.921-16.551l3.489 2.414"/><path strokeLinecap="round" strokeLinejoin="round" d="M20.652 44.72c.073-.232.61-2.214.681-2.445c5.918.105 6.21-.092 7.089-3.009c1.66-5.508 2.144-6.494 3.805-12.002c.583-1.932.48-2.354-2.29-2.882l-1.687-.311c.063-.204.441-2.075.504-2.278a94 94 0 0 0 12.214-.789l-5.499 19c-.858 2.966-.752 3.204 4.93 4.302c-.066.234-.6 2.218-.665 2.453Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><ellipse cx="34.153" cy="34.635" fill="#fcea2b" rx="29.033" ry="22.118" transform="rotate(-51.131 34.153 34.635)"/><path fill="#fff" d="M52.139 12.03a18.7 18.7 0 0 0-13.3-3.86a18 18 0 0 1 10.077 3.86c9.51 7.666 9.064 24-.998 36.484c-6.14 7.618-14.44 12.034-22.14 12.584c8.53.639 18.353-3.889 25.362-12.584c10.062-12.484 10.51-28.819.999-36.484"/><path fill="#f1b31c" d="M55.349 13.082a20 20 0 0 0-1.558-1.138a1 1 0 0 0-.11-.045a1.03 1.03 0 0 0-.556-.102a.92.92 0 0 0-.527.235a1 1 0 0 0-.094.069c-.019.02-.025.047-.042.068s-.041.034-.057.057a1 1 0 0 0-.044.11a1.03 1.03 0 0 0-.102.562a1 1 0 0 0 .043.183a.8.8 0 0 0 .19.336a1 1 0 0 0 .07.097c8.278 7.636 7.415 22.736-1.965 34.375c-9.702 12.035-24.97 15.88-34.034 8.573a1 1 0 0 0-.187-.097l-.055-.029a1 1 0 0 0-.3-.074l-.08-.007a.92.92 0 0 0-.59.196a1 1 0 0 0-.098.058c-.02.017-.027.041-.044.06c-.016.017-.038.025-.053.043a1 1 0 0 0-.047.091a1 1 0 0 0-.117.226a1 1 0 0 0-.024.097a1 1 0 0 0-.026.297l.009.058a1 1 0 0 0 .096.312l.027.045a1 1 0 0 0 .109.183a20 20 0 0 0 2.286 2.158a21.13 21.13 0 0 0 13.441 4.555c8.59 0 17.89-4.48 24.528-12.715c10.444-12.957 10.403-30.38-.09-38.837"/><path fill="#f1b31c" d="M20.652 44.72c.073-.232.61-2.214.681-2.445c5.918.105 6.21-.092 7.089-3.009c1.66-5.508 2.144-6.494 3.805-12.002c.583-1.932.48-2.354-2.29-2.882l-1.687-.311c.063-.204.441-2.075.504-2.278a94 94 0 0 0 12.214-.789l-5.499 19c-.858 2.966-.752 3.204 4.93 4.302c-.066.234-.6 2.218-.665 2.453Z"/><g fill="none" stroke="#000" stroke-width="2"><path stroke-miterlimit="10" d="M53.238 12.777q.76.501 1.482 1.082c10.08 8.124 10.052 24.883-.061 37.43S28.175 67.424 18.095 59.3a19 19 0 0 1-2.172-2.05"/><ellipse cx="34.153" cy="34.635" stroke-miterlimit="10" rx="29.033" ry="22.118" transform="rotate(-51.131 34.153 34.635)"/><path stroke-miterlimit="10" d="m51.373 48.515l3.286 2.775m-6.743.97l2.896 3.113m-6.555-.069l2.378 3.322m-6.392-.644l1.872 3.344m11.921-16.551l3.489 2.414"/><path stroke-linecap="round" stroke-linejoin="round" d="M20.652 44.72c.073-.232.61-2.214.681-2.445c5.918.105 6.21-.092 7.089-3.009c1.66-5.508 2.144-6.494 3.805-12.002c.583-1.932.48-2.354-2.29-2.882l-1.687-.311c.063-.204.441-2.075.504-2.278a94 94 0 0 0 12.214-.789l-5.499 19c-.858 2.966-.752 3.204 4.93 4.302c-.066.234-.6 2.218-.665 2.453Z"/></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%2072%2072%22%3E%3Cellipse%20cx%3D%2234.153%22%20cy%3D%2234.635%22%20fill%3D%22%23fcea2b%22%20rx%3D%2229.033%22%20ry%3D%2222.118%22%20transform%3D%22rotate(-51.131%2034.153%2034.635)%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M52.139%2012.03a18.7%2018.7%200%200%200-13.3-3.86a18%2018%200%200%201%2010.077%203.86c9.51%207.666%209.064%2024-.998%2036.484c-6.14%207.618-14.44%2012.034-22.14%2012.584c8.53.639%2018.353-3.889%2025.362-12.584c10.062-12.484%2010.51-28.819.999-36.484%22%2F%3E%3Cpath%20fill%3D%22%23f1b31c%22%20d%3D%22M55.349%2013.082a20%2020%200%200%200-1.558-1.138a1%201%200%200%200-.11-.045a1.03%201.03%200%200%200-.556-.102a.92.92%200%200%200-.527.235a1%201%200%200%200-.094.069c-.019.02-.025.047-.042.068s-.041.034-.057.057a1%201%200%200%200-.044.11a1.03%201.03%200%200%200-.102.562a1%201%200%200%200%20.043.183a.8.8%200%200%200%20.19.336a1%201%200%200%200%20.07.097c8.278%207.636%207.415%2022.736-1.965%2034.375c-9.702%2012.035-24.97%2015.88-34.034%208.573a1%201%200%200%200-.187-.097l-.055-.029a1%201%200%200%200-.3-.074l-.08-.007a.92.92%200%200%200-.59.196a1%201%200%200%200-.098.058c-.02.017-.027.041-.044.06c-.016.017-.038.025-.053.043a1%201%200%200%200-.047.091a1%201%200%200%200-.117.226a1%201%200%200%200-.024.097a1%201%200%200%200-.026.297l.009.058a1%201%200%200%200%20.096.312l.027.045a1%201%200%200%200%20.109.183a20%2020%200%200%200%202.286%202.158a21.13%2021.13%200%200%200%2013.441%204.555c8.59%200%2017.89-4.48%2024.528-12.715c10.444-12.957%2010.403-30.38-.09-38.837%22%2F%3E%3Cpath%20fill%3D%22%23f1b31c%22%20d%3D%22M20.652%2044.72c.073-.232.61-2.214.681-2.445c5.918.105%206.21-.092%207.089-3.009c1.66-5.508%202.144-6.494%203.805-12.002c.583-1.932.48-2.354-2.29-2.882l-1.687-.311c.063-.204.441-2.075.504-2.278a94%2094%200%200%200%2012.214-.789l-5.499%2019c-.858%202.966-.752%203.204%204.93%204.302c-.066.234-.6%202.218-.665%202.453Z%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M53.238%2012.777q.76.501%201.482%201.082c10.08%208.124%2010.052%2024.883-.061%2037.43S28.175%2067.424%2018.095%2059.3a19%2019%200%200%201-2.172-2.05%22%2F%3E%3Cellipse%20cx%3D%2234.153%22%20cy%3D%2234.635%22%20stroke-miterlimit%3D%2210%22%20rx%3D%2229.033%22%20ry%3D%2222.118%22%20transform%3D%22rotate(-51.131%2034.153%2034.635)%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22m51.373%2048.515l3.286%202.775m-6.743.97l2.896%203.113m-6.555-.069l2.378%203.322m-6.392-.644l1.872%203.344m11.921-16.551l3.489%202.414%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M20.652%2044.72c.073-.232.61-2.214.681-2.445c5.918.105%206.21-.092%207.089-3.009c1.66-5.508%202.144-6.494%203.805-12.002c.583-1.932.48-2.354-2.29-2.882l-1.687-.311c.063-.204.441-2.075.504-2.278a94%2094%200%200%200%2012.214-.789l-5.499%2019c-.858%202.966-.752%203.204%204.93%204.302c-.066.234-.6%202.218-.665%202.453Z%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%2072%2072%22%3E%3Cellipse%20cx%3D%2234.153%22%20cy%3D%2234.635%22%20fill%3D%22%23fcea2b%22%20rx%3D%2229.033%22%20ry%3D%2222.118%22%20transform%3D%22rotate(-51.131%2034.153%2034.635)%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M52.139%2012.03a18.7%2018.7%200%200%200-13.3-3.86a18%2018%200%200%201%2010.077%203.86c9.51%207.666%209.064%2024-.998%2036.484c-6.14%207.618-14.44%2012.034-22.14%2012.584c8.53.639%2018.353-3.889%2025.362-12.584c10.062-12.484%2010.51-28.819.999-36.484%22%2F%3E%3Cpath%20fill%3D%22%23f1b31c%22%20d%3D%22M55.349%2013.082a20%2020%200%200%200-1.558-1.138a1%201%200%200%200-.11-.045a1.03%201.03%200%200%200-.556-.102a.92.92%200%200%200-.527.235a1%201%200%200%200-.094.069c-.019.02-.025.047-.042.068s-.041.034-.057.057a1%201%200%200%200-.044.11a1.03%201.03%200%200%200-.102.562a1%201%200%200%200%20.043.183a.8.8%200%200%200%20.19.336a1%201%200%200%200%20.07.097c8.278%207.636%207.415%2022.736-1.965%2034.375c-9.702%2012.035-24.97%2015.88-34.034%208.573a1%201%200%200%200-.187-.097l-.055-.029a1%201%200%200%200-.3-.074l-.08-.007a.92.92%200%200%200-.59.196a1%201%200%200%200-.098.058c-.02.017-.027.041-.044.06c-.016.017-.038.025-.053.043a1%201%200%200%200-.047.091a1%201%200%200%200-.117.226a1%201%200%200%200-.024.097a1%201%200%200%200-.026.297l.009.058a1%201%200%200%200%20.096.312l.027.045a1%201%200%200%200%20.109.183a20%2020%200%200%200%202.286%202.158a21.13%2021.13%200%200%200%2013.441%204.555c8.59%200%2017.89-4.48%2024.528-12.715c10.444-12.957%2010.403-30.38-.09-38.837%22%2F%3E%3Cpath%20fill%3D%22%23f1b31c%22%20d%3D%22M20.652%2044.72c.073-.232.61-2.214.681-2.445c5.918.105%206.21-.092%207.089-3.009c1.66-5.508%202.144-6.494%203.805-12.002c.583-1.932.48-2.354-2.29-2.882l-1.687-.311c.063-.204.441-2.075.504-2.278a94%2094%200%200%200%2012.214-.789l-5.499%2019c-.858%202.966-.752%203.204%204.93%204.302c-.066.234-.6%202.218-.665%202.453Z%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M53.238%2012.777q.76.501%201.482%201.082c10.08%208.124%2010.052%2024.883-.061%2037.43S28.175%2067.424%2018.095%2059.3a19%2019%200%200%201-2.172-2.05%22%2F%3E%3Cellipse%20cx%3D%2234.153%22%20cy%3D%2234.635%22%20stroke-miterlimit%3D%2210%22%20rx%3D%2229.033%22%20ry%3D%2222.118%22%20transform%3D%22rotate(-51.131%2034.153%2034.635)%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22m51.373%2048.515l3.286%202.775m-6.743.97l2.896%203.113m-6.555-.069l2.378%203.322m-6.392-.644l1.872%203.344m11.921-16.551l3.489%202.414%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M20.652%2044.72c.073-.232.61-2.214.681-2.445c5.918.105%206.21-.092%207.089-3.009c1.66-5.508%202.144-6.494%203.805-12.002c.583-1.932.48-2.354-2.29-2.882l-1.687-.311c.063-.204.441-2.075.504-2.278a94%2094%200%200%200%2012.214-.789l-5.499%2019c-.858%202.966-.752%203.204%204.93%204.302c-.066.234-.6%202.218-.665%202.453Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/coin.svg?color=%231a73e8&size=48