hand coins icon

hand-coins-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.

Name
hand-coins-fill
Set
Phosphor
Style
Fill
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Related icons in Phosphor

Use the hand coins icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M128.09 57.38a36 36 0 0 1 55.17-27.82a4 4 0 0 1-.56 7A52.06 52.06 0 0 0 152 84c0 1.17 0 2.34.12 3.49a4 4 0 0 1-6 3.76a36 36 0 0 1-18.03-33.87M240 160.61a24.47 24.47 0 0 1-13.6 22l-.44.2l-38.83 16.54a7 7 0 0 1-1.19.4l-64 16a8 8 0 0 1-1.94.25H16a16 16 0 0 1-16-16v-40a16 16 0 0 1 16-16h28.69l22.62-22.63A31.82 31.82 0 0 1 89.94 112H140a28 28 0 0 1 27.25 34.45l41.84-9.62A24.61 24.61 0 0 1 240 160.61m-16 0a8.61 8.61 0 0 0-10.87-8.3l-.31.08l-67 15.41a8.3 8.3 0 0 1-1.79.2H112a8 8 0 0 1 0-16h28a12 12 0 0 0 0-24H89.94a15.86 15.86 0 0 0-11.31 4.69L56 155.31V200h63l62.43-15.61l38-16.18a8.56 8.56 0 0 0 4.57-7.6M168 84a36 36 0 1 0 36-36a36 36 0 0 0-36 36"/></svg>

React

import type { SVGProps } from "react";

export function PhHandCoinsFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M128.09 57.38a36 36 0 0 1 55.17-27.82a4 4 0 0 1-.56 7A52.06 52.06 0 0 0 152 84c0 1.17 0 2.34.12 3.49a4 4 0 0 1-6 3.76a36 36 0 0 1-18.03-33.87M240 160.61a24.47 24.47 0 0 1-13.6 22l-.44.2l-38.83 16.54a7 7 0 0 1-1.19.4l-64 16a8 8 0 0 1-1.94.25H16a16 16 0 0 1-16-16v-40a16 16 0 0 1 16-16h28.69l22.62-22.63A31.82 31.82 0 0 1 89.94 112H140a28 28 0 0 1 27.25 34.45l41.84-9.62A24.61 24.61 0 0 1 240 160.61m-16 0a8.61 8.61 0 0 0-10.87-8.3l-.31.08l-67 15.41a8.3 8.3 0 0 1-1.79.2H112a8 8 0 0 1 0-16h28a12 12 0 0 0 0-24H89.94a15.86 15.86 0 0 0-11.31 4.69L56 155.31V200h63l62.43-15.61l38-16.18a8.56 8.56 0 0 0 4.57-7.6M168 84a36 36 0 1 0 36-36a36 36 0 0 0-36 36"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M128.09 57.38a36 36 0 0 1 55.17-27.82a4 4 0 0 1-.56 7A52.06 52.06 0 0 0 152 84c0 1.17 0 2.34.12 3.49a4 4 0 0 1-6 3.76a36 36 0 0 1-18.03-33.87M240 160.61a24.47 24.47 0 0 1-13.6 22l-.44.2l-38.83 16.54a7 7 0 0 1-1.19.4l-64 16a8 8 0 0 1-1.94.25H16a16 16 0 0 1-16-16v-40a16 16 0 0 1 16-16h28.69l22.62-22.63A31.82 31.82 0 0 1 89.94 112H140a28 28 0 0 1 27.25 34.45l41.84-9.62A24.61 24.61 0 0 1 240 160.61m-16 0a8.61 8.61 0 0 0-10.87-8.3l-.31.08l-67 15.41a8.3 8.3 0 0 1-1.79.2H112a8 8 0 0 1 0-16h28a12 12 0 0 0 0-24H89.94a15.86 15.86 0 0 0-11.31 4.69L56 155.31V200h63l62.43-15.61l38-16.18a8.56 8.56 0 0 0 4.57-7.6M168 84a36 36 0 1 0 36-36a36 36 0 0 0-36 36"/></svg>
</template>

CSS

.icon-hand-coins-fill {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M128.09%2057.38a36%2036%200%200%201%2055.17-27.82a4%204%200%200%201-.56%207A52.06%2052.06%200%200%200%20152%2084c0%201.17%200%202.34.12%203.49a4%204%200%200%201-6%203.76a36%2036%200%200%201-18.03-33.87M240%20160.61a24.47%2024.47%200%200%201-13.6%2022l-.44.2l-38.83%2016.54a7%207%200%200%201-1.19.4l-64%2016a8%208%200%200%201-1.94.25H16a16%2016%200%200%201-16-16v-40a16%2016%200%200%201%2016-16h28.69l22.62-22.63A31.82%2031.82%200%200%201%2089.94%20112H140a28%2028%200%200%201%2027.25%2034.45l41.84-9.62A24.61%2024.61%200%200%201%20240%20160.61m-16%200a8.61%208.61%200%200%200-10.87-8.3l-.31.08l-67%2015.41a8.3%208.3%200%200%201-1.79.2H112a8%208%200%200%201%200-16h28a12%2012%200%200%200%200-24H89.94a15.86%2015.86%200%200%200-11.31%204.69L56%20155.31V200h63l62.43-15.61l38-16.18a8.56%208.56%200%200%200%204.57-7.6M168%2084a36%2036%200%201%200%2036-36a36%2036%200%200%200-36%2036%22%2F%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M128.09%2057.38a36%2036%200%200%201%2055.17-27.82a4%204%200%200%201-.56%207A52.06%2052.06%200%200%200%20152%2084c0%201.17%200%202.34.12%203.49a4%204%200%200%201-6%203.76a36%2036%200%200%201-18.03-33.87M240%20160.61a24.47%2024.47%200%200%201-13.6%2022l-.44.2l-38.83%2016.54a7%207%200%200%201-1.19.4l-64%2016a8%208%200%200%201-1.94.25H16a16%2016%200%200%201-16-16v-40a16%2016%200%200%201%2016-16h28.69l22.62-22.63A31.82%2031.82%200%200%201%2089.94%20112H140a28%2028%200%200%201%2027.25%2034.45l41.84-9.62A24.61%2024.61%200%200%201%20240%20160.61m-16%200a8.61%208.61%200%200%200-10.87-8.3l-.31.08l-67%2015.41a8.3%208.3%200%200%201-1.79.2H112a8%208%200%200%201%200-16h28a12%2012%200%200%200%200-24H89.94a15.86%2015.86%200%200%200-11.31%204.69L56%20155.31V200h63l62.43-15.61l38-16.18a8.56%208.56%200%200%200%204.57-7.6M168%2084a36%2036%200%201%200%2036-36a36%2036%200%200%200-36%2036%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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