hand coins icon

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

Name
hand-coins-duotone
Set
Phosphor
Style
Duotone
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"><g fill="currentColor"><path d="M16 152h32v56H16a8 8 0 0 1-8-8v-40a8 8 0 0 1 8-8m188-96a28 28 0 0 0-12 2.71a28 28 0 1 0-16 26.58A28 28 0 1 0 204 56" opacity=".2"/><path d="M230.33 141.06a24.43 24.43 0 0 0-21.24-4.23l-41.84 9.62A28 28 0 0 0 140 112H89.94a31.82 31.82 0 0 0-22.63 9.37L44.69 144H16a16 16 0 0 0-16 16v40a16 16 0 0 0 16 16h104a8 8 0 0 0 1.94-.24l64-16a7 7 0 0 0 1.19-.4L226 182.82l.44-.2a24.6 24.6 0 0 0 3.93-41.56ZM16 160h24v40H16Zm203.43 8.21l-38 16.18L119 200H56v-44.69l22.63-22.62A15.86 15.86 0 0 1 89.94 128H140a12 12 0 0 1 0 24h-28a8 8 0 0 0 0 16h32a8.3 8.3 0 0 0 1.79-.2l67-15.41l.31-.08a8.6 8.6 0 0 1 6.3 15.9ZM164 96a36 36 0 0 0 5.9-.48a36 36 0 1 0 28.22-47A36 36 0 1 0 164 96m60-12a20 20 0 1 1-20-20a20 20 0 0 1 20 20m-60-44a20 20 0 0 1 19.25 14.61a36 36 0 0 0-15 24.93A20.4 20.4 0 0 1 164 80a20 20 0 0 1 0-40"/></g></svg>

React

import type { SVGProps } from "react";

export function PhHandCoinsDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M16 152h32v56H16a8 8 0 0 1-8-8v-40a8 8 0 0 1 8-8m188-96a28 28 0 0 0-12 2.71a28 28 0 1 0-16 26.58A28 28 0 1 0 204 56" opacity=".2"/><path d="M230.33 141.06a24.43 24.43 0 0 0-21.24-4.23l-41.84 9.62A28 28 0 0 0 140 112H89.94a31.82 31.82 0 0 0-22.63 9.37L44.69 144H16a16 16 0 0 0-16 16v40a16 16 0 0 0 16 16h104a8 8 0 0 0 1.94-.24l64-16a7 7 0 0 0 1.19-.4L226 182.82l.44-.2a24.6 24.6 0 0 0 3.93-41.56ZM16 160h24v40H16Zm203.43 8.21l-38 16.18L119 200H56v-44.69l22.63-22.62A15.86 15.86 0 0 1 89.94 128H140a12 12 0 0 1 0 24h-28a8 8 0 0 0 0 16h32a8.3 8.3 0 0 0 1.79-.2l67-15.41l.31-.08a8.6 8.6 0 0 1 6.3 15.9ZM164 96a36 36 0 0 0 5.9-.48a36 36 0 1 0 28.22-47A36 36 0 1 0 164 96m60-12a20 20 0 1 1-20-20a20 20 0 0 1 20 20m-60-44a20 20 0 0 1 19.25 14.61a36 36 0 0 0-15 24.93A20.4 20.4 0 0 1 164 80a20 20 0 0 1 0-40"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M16 152h32v56H16a8 8 0 0 1-8-8v-40a8 8 0 0 1 8-8m188-96a28 28 0 0 0-12 2.71a28 28 0 1 0-16 26.58A28 28 0 1 0 204 56" opacity=".2"/><path d="M230.33 141.06a24.43 24.43 0 0 0-21.24-4.23l-41.84 9.62A28 28 0 0 0 140 112H89.94a31.82 31.82 0 0 0-22.63 9.37L44.69 144H16a16 16 0 0 0-16 16v40a16 16 0 0 0 16 16h104a8 8 0 0 0 1.94-.24l64-16a7 7 0 0 0 1.19-.4L226 182.82l.44-.2a24.6 24.6 0 0 0 3.93-41.56ZM16 160h24v40H16Zm203.43 8.21l-38 16.18L119 200H56v-44.69l22.63-22.62A15.86 15.86 0 0 1 89.94 128H140a12 12 0 0 1 0 24h-28a8 8 0 0 0 0 16h32a8.3 8.3 0 0 0 1.79-.2l67-15.41l.31-.08a8.6 8.6 0 0 1 6.3 15.9ZM164 96a36 36 0 0 0 5.9-.48a36 36 0 1 0 28.22-47A36 36 0 1 0 164 96m60-12a20 20 0 1 1-20-20a20 20 0 0 1 20 20m-60-44a20 20 0 0 1 19.25 14.61a36 36 0 0 0-15 24.93A20.4 20.4 0 0 1 164 80a20 20 0 0 1 0-40"/></g></svg>
</template>

CSS

.icon-hand-coins-duotone {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M16%20152h32v56H16a8%208%200%200%201-8-8v-40a8%208%200%200%201%208-8m188-96a28%2028%200%200%200-12%202.71a28%2028%200%201%200-16%2026.58A28%2028%200%201%200%20204%2056%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M230.33%20141.06a24.43%2024.43%200%200%200-21.24-4.23l-41.84%209.62A28%2028%200%200%200%20140%20112H89.94a31.82%2031.82%200%200%200-22.63%209.37L44.69%20144H16a16%2016%200%200%200-16%2016v40a16%2016%200%200%200%2016%2016h104a8%208%200%200%200%201.94-.24l64-16a7%207%200%200%200%201.19-.4L226%20182.82l.44-.2a24.6%2024.6%200%200%200%203.93-41.56ZM16%20160h24v40H16Zm203.43%208.21l-38%2016.18L119%20200H56v-44.69l22.63-22.62A15.86%2015.86%200%200%201%2089.94%20128H140a12%2012%200%200%201%200%2024h-28a8%208%200%200%200%200%2016h32a8.3%208.3%200%200%200%201.79-.2l67-15.41l.31-.08a8.6%208.6%200%200%201%206.3%2015.9ZM164%2096a36%2036%200%200%200%205.9-.48a36%2036%200%201%200%2028.22-47A36%2036%200%201%200%20164%2096m60-12a20%2020%200%201%201-20-20a20%2020%200%200%201%2020%2020m-60-44a20%2020%200%200%201%2019.25%2014.61a36%2036%200%200%200-15%2024.93A20.4%2020.4%200%200%201%20164%2080a20%2020%200%200%201%200-40%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%20256%20256%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M16%20152h32v56H16a8%208%200%200%201-8-8v-40a8%208%200%200%201%208-8m188-96a28%2028%200%200%200-12%202.71a28%2028%200%201%200-16%2026.58A28%2028%200%201%200%20204%2056%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M230.33%20141.06a24.43%2024.43%200%200%200-21.24-4.23l-41.84%209.62A28%2028%200%200%200%20140%20112H89.94a31.82%2031.82%200%200%200-22.63%209.37L44.69%20144H16a16%2016%200%200%200-16%2016v40a16%2016%200%200%200%2016%2016h104a8%208%200%200%200%201.94-.24l64-16a7%207%200%200%200%201.19-.4L226%20182.82l.44-.2a24.6%2024.6%200%200%200%203.93-41.56ZM16%20160h24v40H16Zm203.43%208.21l-38%2016.18L119%20200H56v-44.69l22.63-22.62A15.86%2015.86%200%200%201%2089.94%20128H140a12%2012%200%200%201%200%2024h-28a8%208%200%200%200%200%2016h32a8.3%208.3%200%200%200%201.79-.2l67-15.41l.31-.08a8.6%208.6%200%200%201%206.3%2015.9ZM164%2096a36%2036%200%200%200%205.9-.48a36%2036%200%201%200%2028.22-47A36%2036%200%201%200%20164%2096m60-12a20%2020%200%201%201-20-20a20%2020%200%200%201%2020%2020m-60-44a20%2020%200%200%201%2019.25%2014.61a36%2036%200%200%200-15%2024.93A20.4%2020.4%200%200%201%20164%2080a20%2020%200%200%201%200-40%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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