coins from Iconoir by Luca Burgio · Regular · Finance · MIT Free for personal and commercial use.

Name
coins
Set
Iconoir
Style
Regular
Category
Finance
Viewbox
24×24
License
MIT

The same icon in other sets

More finance icons from Iconoir

Use the coins 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="M16 13c-2.761 0-5-1.12-5-2.5S13.239 8 16 8s5 1.12 5 2.5s-2.239 2.5-5 2.5m-5 1.5c0 1.38 2.239 2.5 5 2.5s5-1.12 5-2.5m-18-5C3 10.88 5.239 12 8 12c1.126 0 2.165-.186 3-.5M3 13c0 1.38 2.239 2.5 5 2.5c1.126 0 2.164-.186 3-.5"/><path d="M3 5.5v11C3 17.88 5.239 19 8 19c1.126 0 2.164-.186 3-.5m2-10v-3m-2 5v8c0 1.38 2.239 2.5 5 2.5s5-1.12 5-2.5v-8"/><path d="M8 8C5.239 8 3 6.88 3 5.5S5.239 3 8 3s5 1.12 5 2.5S10.761 8 8 8"/></g></svg>

React

import type { SVGProps } from "react";

export function IconoirCoins(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="M16 13c-2.761 0-5-1.12-5-2.5S13.239 8 16 8s5 1.12 5 2.5s-2.239 2.5-5 2.5m-5 1.5c0 1.38 2.239 2.5 5 2.5s5-1.12 5-2.5m-18-5C3 10.88 5.239 12 8 12c1.126 0 2.165-.186 3-.5M3 13c0 1.38 2.239 2.5 5 2.5c1.126 0 2.164-.186 3-.5"/><path d="M3 5.5v11C3 17.88 5.239 19 8 19c1.126 0 2.164-.186 3-.5m2-10v-3m-2 5v8c0 1.38 2.239 2.5 5 2.5s5-1.12 5-2.5v-8"/><path d="M8 8C5.239 8 3 6.88 3 5.5S5.239 3 8 3s5 1.12 5 2.5S10.761 8 8 8"/></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="M16 13c-2.761 0-5-1.12-5-2.5S13.239 8 16 8s5 1.12 5 2.5s-2.239 2.5-5 2.5m-5 1.5c0 1.38 2.239 2.5 5 2.5s5-1.12 5-2.5m-18-5C3 10.88 5.239 12 8 12c1.126 0 2.165-.186 3-.5M3 13c0 1.38 2.239 2.5 5 2.5c1.126 0 2.164-.186 3-.5"/><path d="M3 5.5v11C3 17.88 5.239 19 8 19c1.126 0 2.164-.186 3-.5m2-10v-3m-2 5v8c0 1.38 2.239 2.5 5 2.5s5-1.12 5-2.5v-8"/><path d="M8 8C5.239 8 3 6.88 3 5.5S5.239 3 8 3s5 1.12 5 2.5S10.761 8 8 8"/></g></svg>
</template>

CSS

.icon-coins {
  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%22M16%2013c-2.761%200-5-1.12-5-2.5S13.239%208%2016%208s5%201.12%205%202.5s-2.239%202.5-5%202.5m-5%201.5c0%201.38%202.239%202.5%205%202.5s5-1.12%205-2.5m-18-5C3%2010.88%205.239%2012%208%2012c1.126%200%202.165-.186%203-.5M3%2013c0%201.38%202.239%202.5%205%202.5c1.126%200%202.164-.186%203-.5%22%2F%3E%3Cpath%20d%3D%22M3%205.5v11C3%2017.88%205.239%2019%208%2019c1.126%200%202.164-.186%203-.5m2-10v-3m-2%205v8c0%201.38%202.239%202.5%205%202.5s5-1.12%205-2.5v-8%22%2F%3E%3Cpath%20d%3D%22M8%208C5.239%208%203%206.88%203%205.5S5.239%203%208%203s5%201.12%205%202.5S10.761%208%208%208%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%22M16%2013c-2.761%200-5-1.12-5-2.5S13.239%208%2016%208s5%201.12%205%202.5s-2.239%202.5-5%202.5m-5%201.5c0%201.38%202.239%202.5%205%202.5s5-1.12%205-2.5m-18-5C3%2010.88%205.239%2012%208%2012c1.126%200%202.165-.186%203-.5M3%2013c0%201.38%202.239%202.5%205%202.5c1.126%200%202.164-.186%203-.5%22%2F%3E%3Cpath%20d%3D%22M3%205.5v11C3%2017.88%205.239%2019%208%2019c1.126%200%202.164-.186%203-.5m2-10v-3m-2%205v8c0%201.38%202.239%202.5%205%202.5s5-1.12%205-2.5v-8%22%2F%3E%3Cpath%20d%3D%22M8%208C5.239%208%203%206.88%203%205.5S5.239%203%208%203s5%201.12%205%202.5S10.761%208%208%208%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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