coin from Akar Icons by Arturo Wibawa · Outline · MIT Free for personal and commercial use.

Name
coin
Set
Akar Icons
Style
Outline
Viewbox
24×24
License
MIT

The same icon in other sets

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-width="2"><ellipse cx="9.5" cy="10" stroke-linecap="round" stroke-linejoin="round" rx="9.5" ry="10" transform="matrix(-1 0 0 1 20 2)"/><path stroke-linecap="round" stroke-linejoin="round" d="M13 8.8a3.58 3.58 0 0 0-2.25-.8C8.679 8 7 9.79 7 12s1.679 4 3.75 4c.844 0 1.623-.298 2.25-.8"/><path d="M10 2c4.333 0 13 1 13 10s-8.667 10-13 10"/></g></svg>

React

import type { SVGProps } from "react";

export function AkarIconsCoin(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" strokeWidth="2"><ellipse cx="9.5" cy="10" strokeLinecap="round" strokeLinejoin="round" rx="9.5" ry="10" transform="matrix(-1 0 0 1 20 2)"/><path strokeLinecap="round" strokeLinejoin="round" d="M13 8.8a3.58 3.58 0 0 0-2.25-.8C8.679 8 7 9.79 7 12s1.679 4 3.75 4c.844 0 1.623-.298 2.25-.8"/><path d="M10 2c4.333 0 13 1 13 10s-8.667 10-13 10"/></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-width="2"><ellipse cx="9.5" cy="10" stroke-linecap="round" stroke-linejoin="round" rx="9.5" ry="10" transform="matrix(-1 0 0 1 20 2)"/><path stroke-linecap="round" stroke-linejoin="round" d="M13 8.8a3.58 3.58 0 0 0-2.25-.8C8.679 8 7 9.79 7 12s1.679 4 3.75 4c.844 0 1.623-.298 2.25-.8"/><path d="M10 2c4.333 0 13 1 13 10s-8.667 10-13 10"/></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-width%3D%222%22%3E%3Cellipse%20cx%3D%229.5%22%20cy%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20rx%3D%229.5%22%20ry%3D%2210%22%20transform%3D%22matrix(-1%200%200%201%2020%202)%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M13%208.8a3.58%203.58%200%200%200-2.25-.8C8.679%208%207%209.79%207%2012s1.679%204%203.75%204c.844%200%201.623-.298%202.25-.8%22%2F%3E%3Cpath%20d%3D%22M10%202c4.333%200%2013%201%2013%2010s-8.667%2010-13%2010%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-width%3D%222%22%3E%3Cellipse%20cx%3D%229.5%22%20cy%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20rx%3D%229.5%22%20ry%3D%2210%22%20transform%3D%22matrix(-1%200%200%201%2020%202)%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M13%208.8a3.58%203.58%200%200%200-2.25-.8C8.679%208%207%209.79%207%2012s1.679%204%203.75%204c.844%200%201.623-.298%202.25-.8%22%2F%3E%3Cpath%20d%3D%22M10%202c4.333%200%2013%201%2013%2010s-8.667%2010-13%2010%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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