hand money icon

hand-money-filled from Reicon by REICON · Filled · Hands · MIT Free for personal and commercial use.

Name
hand-money-filled
Set
Reicon
Style
Filled
Category
Hands
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

More hands icons from Reicon

Use the hand money icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M6.26 21.388H6c-.943 0-1.414 0-1.707-.293C4 20.804 4 20.332 4 19.389v-1.112c0-.518 0-.777.133-1.009s.334-.348.736-.582c2.646-1.539 6.403-2.405 8.91-.91q.253.151.45.368a1.49 1.49 0 0 1-.126 2.134a1 1 0 0 1-.427.24q.18-.021.345-.047c.911-.145 1.676-.633 2.376-1.162l1.808-1.365a1.89 1.89 0 0 1 2.22 0c.573.433.749 1.146.386 1.728c-.423.678-1.019 1.545-1.591 2.075s-1.426 1.004-2.122 1.34c-.772.373-1.624.587-2.491.728c-1.758.284-3.59.24-5.33-.118a15 15 0 0 0-3.017-.308m.326-18.803c-.367.367-.504.873-.555 1.664A2.25 2.25 0 0 0 8.25 2.03c-.79.052-1.297.189-1.664.556m10.828 0c-.367-.367-.873-.504-1.664-.555a2.25 2.25 0 0 0 2.22 2.219c-.052-.79-.189-1.297-.556-1.664m0 6.828c-.367.367-.873.504-1.664.555a2.25 2.25 0 0 1 2.22-2.219c-.052.79-.189 1.297-.556 1.664m-10.828 0c.367.367.873.504 1.664.555A2.25 2.25 0 0 0 6.03 7.75c.052.79.189 1.297.556 1.664"/><path fill-rule="evenodd" d="M6 5.75A3.75 3.75 0 0 0 9.75 2h4.5A3.75 3.75 0 0 0 18 5.75v.5A3.75 3.75 0 0 0 14.25 10h-4.5A3.75 3.75 0 0 0 6 6.25zM12 7a1 1 0 1 0 0-2a1 1 0 0 0 0 2" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconHandMoneyFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M6.26 21.388H6c-.943 0-1.414 0-1.707-.293C4 20.804 4 20.332 4 19.389v-1.112c0-.518 0-.777.133-1.009s.334-.348.736-.582c2.646-1.539 6.403-2.405 8.91-.91q.253.151.45.368a1.49 1.49 0 0 1-.126 2.134a1 1 0 0 1-.427.24q.18-.021.345-.047c.911-.145 1.676-.633 2.376-1.162l1.808-1.365a1.89 1.89 0 0 1 2.22 0c.573.433.749 1.146.386 1.728c-.423.678-1.019 1.545-1.591 2.075s-1.426 1.004-2.122 1.34c-.772.373-1.624.587-2.491.728c-1.758.284-3.59.24-5.33-.118a15 15 0 0 0-3.017-.308m.326-18.803c-.367.367-.504.873-.555 1.664A2.25 2.25 0 0 0 8.25 2.03c-.79.052-1.297.189-1.664.556m10.828 0c-.367-.367-.873-.504-1.664-.555a2.25 2.25 0 0 0 2.22 2.219c-.052-.79-.189-1.297-.556-1.664m0 6.828c-.367.367-.873.504-1.664.555a2.25 2.25 0 0 1 2.22-2.219c-.052.79-.189 1.297-.556 1.664m-10.828 0c.367.367.873.504 1.664.555A2.25 2.25 0 0 0 6.03 7.75c.052.79.189 1.297.556 1.664"/><path fillRule="evenodd" d="M6 5.75A3.75 3.75 0 0 0 9.75 2h4.5A3.75 3.75 0 0 0 18 5.75v.5A3.75 3.75 0 0 0 14.25 10h-4.5A3.75 3.75 0 0 0 6 6.25zM12 7a1 1 0 1 0 0-2a1 1 0 0 0 0 2" clipRule="evenodd"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M6.26 21.388H6c-.943 0-1.414 0-1.707-.293C4 20.804 4 20.332 4 19.389v-1.112c0-.518 0-.777.133-1.009s.334-.348.736-.582c2.646-1.539 6.403-2.405 8.91-.91q.253.151.45.368a1.49 1.49 0 0 1-.126 2.134a1 1 0 0 1-.427.24q.18-.021.345-.047c.911-.145 1.676-.633 2.376-1.162l1.808-1.365a1.89 1.89 0 0 1 2.22 0c.573.433.749 1.146.386 1.728c-.423.678-1.019 1.545-1.591 2.075s-1.426 1.004-2.122 1.34c-.772.373-1.624.587-2.491.728c-1.758.284-3.59.24-5.33-.118a15 15 0 0 0-3.017-.308m.326-18.803c-.367.367-.504.873-.555 1.664A2.25 2.25 0 0 0 8.25 2.03c-.79.052-1.297.189-1.664.556m10.828 0c-.367-.367-.873-.504-1.664-.555a2.25 2.25 0 0 0 2.22 2.219c-.052-.79-.189-1.297-.556-1.664m0 6.828c-.367.367-.873.504-1.664.555a2.25 2.25 0 0 1 2.22-2.219c-.052.79-.189 1.297-.556 1.664m-10.828 0c.367.367.873.504 1.664.555A2.25 2.25 0 0 0 6.03 7.75c.052.79.189 1.297.556 1.664"/><path fill-rule="evenodd" d="M6 5.75A3.75 3.75 0 0 0 9.75 2h4.5A3.75 3.75 0 0 0 18 5.75v.5A3.75 3.75 0 0 0 14.25 10h-4.5A3.75 3.75 0 0 0 6 6.25zM12 7a1 1 0 1 0 0-2a1 1 0 0 0 0 2" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-hand-money-filled {
  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%22currentColor%22%3E%3Cpath%20d%3D%22M6.26%2021.388H6c-.943%200-1.414%200-1.707-.293C4%2020.804%204%2020.332%204%2019.389v-1.112c0-.518%200-.777.133-1.009s.334-.348.736-.582c2.646-1.539%206.403-2.405%208.91-.91q.253.151.45.368a1.49%201.49%200%200%201-.126%202.134a1%201%200%200%201-.427.24q.18-.021.345-.047c.911-.145%201.676-.633%202.376-1.162l1.808-1.365a1.89%201.89%200%200%201%202.22%200c.573.433.749%201.146.386%201.728c-.423.678-1.019%201.545-1.591%202.075s-1.426%201.004-2.122%201.34c-.772.373-1.624.587-2.491.728c-1.758.284-3.59.24-5.33-.118a15%2015%200%200%200-3.017-.308m.326-18.803c-.367.367-.504.873-.555%201.664A2.25%202.25%200%200%200%208.25%202.03c-.79.052-1.297.189-1.664.556m10.828%200c-.367-.367-.873-.504-1.664-.555a2.25%202.25%200%200%200%202.22%202.219c-.052-.79-.189-1.297-.556-1.664m0%206.828c-.367.367-.873.504-1.664.555a2.25%202.25%200%200%201%202.22-2.219c-.052.79-.189%201.297-.556%201.664m-10.828%200c.367.367.873.504%201.664.555A2.25%202.25%200%200%200%206.03%207.75c.052.79.189%201.297.556%201.664%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M6%205.75A3.75%203.75%200%200%200%209.75%202h4.5A3.75%203.75%200%200%200%2018%205.75v.5A3.75%203.75%200%200%200%2014.25%2010h-4.5A3.75%203.75%200%200%200%206%206.25zM12%207a1%201%200%201%200%200-2a1%201%200%200%200%200%202%22%20clip-rule%3D%22evenodd%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%22currentColor%22%3E%3Cpath%20d%3D%22M6.26%2021.388H6c-.943%200-1.414%200-1.707-.293C4%2020.804%204%2020.332%204%2019.389v-1.112c0-.518%200-.777.133-1.009s.334-.348.736-.582c2.646-1.539%206.403-2.405%208.91-.91q.253.151.45.368a1.49%201.49%200%200%201-.126%202.134a1%201%200%200%201-.427.24q.18-.021.345-.047c.911-.145%201.676-.633%202.376-1.162l1.808-1.365a1.89%201.89%200%200%201%202.22%200c.573.433.749%201.146.386%201.728c-.423.678-1.019%201.545-1.591%202.075s-1.426%201.004-2.122%201.34c-.772.373-1.624.587-2.491.728c-1.758.284-3.59.24-5.33-.118a15%2015%200%200%200-3.017-.308m.326-18.803c-.367.367-.504.873-.555%201.664A2.25%202.25%200%200%200%208.25%202.03c-.79.052-1.297.189-1.664.556m10.828%200c-.367-.367-.873-.504-1.664-.555a2.25%202.25%200%200%200%202.22%202.219c-.052-.79-.189-1.297-.556-1.664m0%206.828c-.367.367-.873.504-1.664.555a2.25%202.25%200%200%201%202.22-2.219c-.052.79-.189%201.297-.556%201.664m-10.828%200c.367.367.873.504%201.664.555A2.25%202.25%200%200%200%206.03%207.75c.052.79.189%201.297.556%201.664%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M6%205.75A3.75%203.75%200%200%200%209.75%202h4.5A3.75%203.75%200%200%200%2018%205.75v.5A3.75%203.75%200%200%200%2014.25%2010h-4.5A3.75%203.75%200%200%200%206%206.25zM12%207a1%201%200%201%200%200-2a1%201%200%200%200%200%202%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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