hand money icon
hand-money from Reicon by REICON · Outline · Hands · MIT Free for personal and commercial use.
- Name
- hand-money
- Set
- Reicon
- Style
- Outline
- 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"><path fill="currentColor" fill-rule="evenodd" d="M14.325 3.75h-4.65A3.75 3.75 0 0 1 6.75 6.675v.65a3.75 3.75 0 0 1 2.925 2.925h4.65a3.75 3.75 0 0 1 2.925-2.925v-.65a3.75 3.75 0 0 1-2.925-2.925m.605-1.497q-.412-.004-.878-.003H9.948q-.466 0-.877.003a1 1 0 0 0-.164.003c-.452.008-.853.027-1.201.074c-.628.084-1.195.27-1.65.725c-.456.456-.642 1.023-.726 1.65c-.047.349-.066.75-.074 1.202a1 1 0 0 0-.003.163q-.004.413-.003.878v.104q0 .465.003.878a1 1 0 0 0 .003.163c.008.453.027.853.074 1.201c.084.628.27 1.195.726 1.65c.455.456 1.022.642 1.65.726c.348.047.749.066 1.201.074a1 1 0 0 0 .164.003q.411.004.877.003h4.104q.465 0 .878-.003a1 1 0 0 0 .163-.003c.453-.008.854-.027 1.201-.074c.628-.084 1.195-.27 1.65-.726c.456-.455.642-1.022.726-1.65a11 11 0 0 0 .074-1.201a1 1 0 0 0 .003-.163q.004-.413.003-.878v-.104q0-.465-.003-.878a1 1 0 0 0-.003-.163a11 11 0 0 0-.074-1.201c-.084-.628-.27-1.195-.725-1.65c-.456-.456-1.023-.642-1.65-.726a11 11 0 0 0-1.202-.074a1 1 0 0 0-.163-.003m.964 1.541a2.26 2.26 0 0 0 1.312 1.312a5 5 0 0 0-.023-.2c-.061-.462-.169-.66-.3-.79s-.327-.237-.788-.3a5 5 0 0 0-.2-.022m1.312 5.1a2.26 2.26 0 0 0-1.312 1.312q.105-.01.2-.022c.462-.063.66-.17.79-.3s.238-.328.3-.79q.012-.095.022-.2m-9.1 1.312a2.26 2.26 0 0 0-1.312-1.312q.01.105.023.2c.062.462.169.66.3.79s.327.237.788.3q.096.012.201.022m-1.312-5.1a2.26 2.26 0 0 0 1.312-1.312q-.105.01-.2.023c-.462.062-.66.169-.79.3s-.237.327-.3.788zM12 6.75a.25.25 0 1 0 0 .5a.25.25 0 0 0 0-.5M10.25 7a1.75 1.75 0 1 1 3.5 0a1.75 1.75 0 0 1-3.5 0m-1.566 7.448c1.866-.361 3.863-.28 5.48.684c.226.135.44.304.625.512c.376.423.57.947.579 1.473q.286-.186.577-.407l1.808-1.365a2.64 2.64 0 0 1 3.124 0c.835.63 1.169 1.763.57 2.723c-.425.681-1.065 1.624-1.717 2.228c-.66.61-1.597 1.124-2.306 1.466c-.862.416-1.792.646-2.697.792c-1.85.3-3.774.254-5.602-.123a14.3 14.3 0 0 0-2.865-.293H4a.75.75 0 0 1 0-1.5h2.26c1.062 0 2.135.111 3.168.324a14.1 14.1 0 0 0 5.06.111c.828-.134 1.602-.333 2.284-.662c.683-.33 1.451-.764 1.938-1.215c.493-.457 1.044-1.248 1.465-1.922c.127-.204.109-.497-.202-.732c-.37-.28-.947-.28-1.316 0l-1.807 1.365c-.722.545-1.61 1.128-2.711 1.304a9 9 0 0 1-.347.048q-.086.015-.179.02a10 10 0 0 1-1.932 0a.75.75 0 1 1 .141-1.493a8.5 8.5 0 0 0 1.668-.003l.03-.003a.742.742 0 0 0 .15-1.138a1.2 1.2 0 0 0-.275-.222c-1.181-.705-2.759-.822-4.426-.5a12.1 12.1 0 0 0-4.535 1.935a.75.75 0 0 1-.868-1.224a13.6 13.6 0 0 1 5.118-2.183" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconHandMoney(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M14.325 3.75h-4.65A3.75 3.75 0 0 1 6.75 6.675v.65a3.75 3.75 0 0 1 2.925 2.925h4.65a3.75 3.75 0 0 1 2.925-2.925v-.65a3.75 3.75 0 0 1-2.925-2.925m.605-1.497q-.412-.004-.878-.003H9.948q-.466 0-.877.003a1 1 0 0 0-.164.003c-.452.008-.853.027-1.201.074c-.628.084-1.195.27-1.65.725c-.456.456-.642 1.023-.726 1.65c-.047.349-.066.75-.074 1.202a1 1 0 0 0-.003.163q-.004.413-.003.878v.104q0 .465.003.878a1 1 0 0 0 .003.163c.008.453.027.853.074 1.201c.084.628.27 1.195.726 1.65c.455.456 1.022.642 1.65.726c.348.047.749.066 1.201.074a1 1 0 0 0 .164.003q.411.004.877.003h4.104q.465 0 .878-.003a1 1 0 0 0 .163-.003c.453-.008.854-.027 1.201-.074c.628-.084 1.195-.27 1.65-.726c.456-.455.642-1.022.726-1.65a11 11 0 0 0 .074-1.201a1 1 0 0 0 .003-.163q.004-.413.003-.878v-.104q0-.465-.003-.878a1 1 0 0 0-.003-.163a11 11 0 0 0-.074-1.201c-.084-.628-.27-1.195-.725-1.65c-.456-.456-1.023-.642-1.65-.726a11 11 0 0 0-1.202-.074a1 1 0 0 0-.163-.003m.964 1.541a2.26 2.26 0 0 0 1.312 1.312a5 5 0 0 0-.023-.2c-.061-.462-.169-.66-.3-.79s-.327-.237-.788-.3a5 5 0 0 0-.2-.022m1.312 5.1a2.26 2.26 0 0 0-1.312 1.312q.105-.01.2-.022c.462-.063.66-.17.79-.3s.238-.328.3-.79q.012-.095.022-.2m-9.1 1.312a2.26 2.26 0 0 0-1.312-1.312q.01.105.023.2c.062.462.169.66.3.79s.327.237.788.3q.096.012.201.022m-1.312-5.1a2.26 2.26 0 0 0 1.312-1.312q-.105.01-.2.023c-.462.062-.66.169-.79.3s-.237.327-.3.788zM12 6.75a.25.25 0 1 0 0 .5a.25.25 0 0 0 0-.5M10.25 7a1.75 1.75 0 1 1 3.5 0a1.75 1.75 0 0 1-3.5 0m-1.566 7.448c1.866-.361 3.863-.28 5.48.684c.226.135.44.304.625.512c.376.423.57.947.579 1.473q.286-.186.577-.407l1.808-1.365a2.64 2.64 0 0 1 3.124 0c.835.63 1.169 1.763.57 2.723c-.425.681-1.065 1.624-1.717 2.228c-.66.61-1.597 1.124-2.306 1.466c-.862.416-1.792.646-2.697.792c-1.85.3-3.774.254-5.602-.123a14.3 14.3 0 0 0-2.865-.293H4a.75.75 0 0 1 0-1.5h2.26c1.062 0 2.135.111 3.168.324a14.1 14.1 0 0 0 5.06.111c.828-.134 1.602-.333 2.284-.662c.683-.33 1.451-.764 1.938-1.215c.493-.457 1.044-1.248 1.465-1.922c.127-.204.109-.497-.202-.732c-.37-.28-.947-.28-1.316 0l-1.807 1.365c-.722.545-1.61 1.128-2.711 1.304a9 9 0 0 1-.347.048q-.086.015-.179.02a10 10 0 0 1-1.932 0a.75.75 0 1 1 .141-1.493a8.5 8.5 0 0 0 1.668-.003l.03-.003a.742.742 0 0 0 .15-1.138a1.2 1.2 0 0 0-.275-.222c-1.181-.705-2.759-.822-4.426-.5a12.1 12.1 0 0 0-4.535 1.935a.75.75 0 0 1-.868-1.224a13.6 13.6 0 0 1 5.118-2.183" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M14.325 3.75h-4.65A3.75 3.75 0 0 1 6.75 6.675v.65a3.75 3.75 0 0 1 2.925 2.925h4.65a3.75 3.75 0 0 1 2.925-2.925v-.65a3.75 3.75 0 0 1-2.925-2.925m.605-1.497q-.412-.004-.878-.003H9.948q-.466 0-.877.003a1 1 0 0 0-.164.003c-.452.008-.853.027-1.201.074c-.628.084-1.195.27-1.65.725c-.456.456-.642 1.023-.726 1.65c-.047.349-.066.75-.074 1.202a1 1 0 0 0-.003.163q-.004.413-.003.878v.104q0 .465.003.878a1 1 0 0 0 .003.163c.008.453.027.853.074 1.201c.084.628.27 1.195.726 1.65c.455.456 1.022.642 1.65.726c.348.047.749.066 1.201.074a1 1 0 0 0 .164.003q.411.004.877.003h4.104q.465 0 .878-.003a1 1 0 0 0 .163-.003c.453-.008.854-.027 1.201-.074c.628-.084 1.195-.27 1.65-.726c.456-.455.642-1.022.726-1.65a11 11 0 0 0 .074-1.201a1 1 0 0 0 .003-.163q.004-.413.003-.878v-.104q0-.465-.003-.878a1 1 0 0 0-.003-.163a11 11 0 0 0-.074-1.201c-.084-.628-.27-1.195-.725-1.65c-.456-.456-1.023-.642-1.65-.726a11 11 0 0 0-1.202-.074a1 1 0 0 0-.163-.003m.964 1.541a2.26 2.26 0 0 0 1.312 1.312a5 5 0 0 0-.023-.2c-.061-.462-.169-.66-.3-.79s-.327-.237-.788-.3a5 5 0 0 0-.2-.022m1.312 5.1a2.26 2.26 0 0 0-1.312 1.312q.105-.01.2-.022c.462-.063.66-.17.79-.3s.238-.328.3-.79q.012-.095.022-.2m-9.1 1.312a2.26 2.26 0 0 0-1.312-1.312q.01.105.023.2c.062.462.169.66.3.79s.327.237.788.3q.096.012.201.022m-1.312-5.1a2.26 2.26 0 0 0 1.312-1.312q-.105.01-.2.023c-.462.062-.66.169-.79.3s-.237.327-.3.788zM12 6.75a.25.25 0 1 0 0 .5a.25.25 0 0 0 0-.5M10.25 7a1.75 1.75 0 1 1 3.5 0a1.75 1.75 0 0 1-3.5 0m-1.566 7.448c1.866-.361 3.863-.28 5.48.684c.226.135.44.304.625.512c.376.423.57.947.579 1.473q.286-.186.577-.407l1.808-1.365a2.64 2.64 0 0 1 3.124 0c.835.63 1.169 1.763.57 2.723c-.425.681-1.065 1.624-1.717 2.228c-.66.61-1.597 1.124-2.306 1.466c-.862.416-1.792.646-2.697.792c-1.85.3-3.774.254-5.602-.123a14.3 14.3 0 0 0-2.865-.293H4a.75.75 0 0 1 0-1.5h2.26c1.062 0 2.135.111 3.168.324a14.1 14.1 0 0 0 5.06.111c.828-.134 1.602-.333 2.284-.662c.683-.33 1.451-.764 1.938-1.215c.493-.457 1.044-1.248 1.465-1.922c.127-.204.109-.497-.202-.732c-.37-.28-.947-.28-1.316 0l-1.807 1.365c-.722.545-1.61 1.128-2.711 1.304a9 9 0 0 1-.347.048q-.086.015-.179.02a10 10 0 0 1-1.932 0a.75.75 0 1 1 .141-1.493a8.5 8.5 0 0 0 1.668-.003l.03-.003a.742.742 0 0 0 .15-1.138a1.2 1.2 0 0 0-.275-.222c-1.181-.705-2.759-.822-4.426-.5a12.1 12.1 0 0 0-4.535 1.935a.75.75 0 0 1-.868-1.224a13.6 13.6 0 0 1 5.118-2.183" clip-rule="evenodd"/></svg> </template>
CSS
.icon-hand-money {
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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M14.325%203.75h-4.65A3.75%203.75%200%200%201%206.75%206.675v.65a3.75%203.75%200%200%201%202.925%202.925h4.65a3.75%203.75%200%200%201%202.925-2.925v-.65a3.75%203.75%200%200%201-2.925-2.925m.605-1.497q-.412-.004-.878-.003H9.948q-.466%200-.877.003a1%201%200%200%200-.164.003c-.452.008-.853.027-1.201.074c-.628.084-1.195.27-1.65.725c-.456.456-.642%201.023-.726%201.65c-.047.349-.066.75-.074%201.202a1%201%200%200%200-.003.163q-.004.413-.003.878v.104q0%20.465.003.878a1%201%200%200%200%20.003.163c.008.453.027.853.074%201.201c.084.628.27%201.195.726%201.65c.455.456%201.022.642%201.65.726c.348.047.749.066%201.201.074a1%201%200%200%200%20.164.003q.411.004.877.003h4.104q.465%200%20.878-.003a1%201%200%200%200%20.163-.003c.453-.008.854-.027%201.201-.074c.628-.084%201.195-.27%201.65-.726c.456-.455.642-1.022.726-1.65a11%2011%200%200%200%20.074-1.201a1%201%200%200%200%20.003-.163q.004-.413.003-.878v-.104q0-.465-.003-.878a1%201%200%200%200-.003-.163a11%2011%200%200%200-.074-1.201c-.084-.628-.27-1.195-.725-1.65c-.456-.456-1.023-.642-1.65-.726a11%2011%200%200%200-1.202-.074a1%201%200%200%200-.163-.003m.964%201.541a2.26%202.26%200%200%200%201.312%201.312a5%205%200%200%200-.023-.2c-.061-.462-.169-.66-.3-.79s-.327-.237-.788-.3a5%205%200%200%200-.2-.022m1.312%205.1a2.26%202.26%200%200%200-1.312%201.312q.105-.01.2-.022c.462-.063.66-.17.79-.3s.238-.328.3-.79q.012-.095.022-.2m-9.1%201.312a2.26%202.26%200%200%200-1.312-1.312q.01.105.023.2c.062.462.169.66.3.79s.327.237.788.3q.096.012.201.022m-1.312-5.1a2.26%202.26%200%200%200%201.312-1.312q-.105.01-.2.023c-.462.062-.66.169-.79.3s-.237.327-.3.788zM12%206.75a.25.25%200%201%200%200%20.5a.25.25%200%200%200%200-.5M10.25%207a1.75%201.75%200%201%201%203.5%200a1.75%201.75%200%200%201-3.5%200m-1.566%207.448c1.866-.361%203.863-.28%205.48.684c.226.135.44.304.625.512c.376.423.57.947.579%201.473q.286-.186.577-.407l1.808-1.365a2.64%202.64%200%200%201%203.124%200c.835.63%201.169%201.763.57%202.723c-.425.681-1.065%201.624-1.717%202.228c-.66.61-1.597%201.124-2.306%201.466c-.862.416-1.792.646-2.697.792c-1.85.3-3.774.254-5.602-.123a14.3%2014.3%200%200%200-2.865-.293H4a.75.75%200%200%201%200-1.5h2.26c1.062%200%202.135.111%203.168.324a14.1%2014.1%200%200%200%205.06.111c.828-.134%201.602-.333%202.284-.662c.683-.33%201.451-.764%201.938-1.215c.493-.457%201.044-1.248%201.465-1.922c.127-.204.109-.497-.202-.732c-.37-.28-.947-.28-1.316%200l-1.807%201.365c-.722.545-1.61%201.128-2.711%201.304a9%209%200%200%201-.347.048q-.086.015-.179.02a10%2010%200%200%201-1.932%200a.75.75%200%201%201%20.141-1.493a8.5%208.5%200%200%200%201.668-.003l.03-.003a.742.742%200%200%200%20.15-1.138a1.2%201.2%200%200%200-.275-.222c-1.181-.705-2.759-.822-4.426-.5a12.1%2012.1%200%200%200-4.535%201.935a.75.75%200%200%201-.868-1.224a13.6%2013.6%200%200%201%205.118-2.183%22%20clip-rule%3D%22evenodd%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M14.325%203.75h-4.65A3.75%203.75%200%200%201%206.75%206.675v.65a3.75%203.75%200%200%201%202.925%202.925h4.65a3.75%203.75%200%200%201%202.925-2.925v-.65a3.75%203.75%200%200%201-2.925-2.925m.605-1.497q-.412-.004-.878-.003H9.948q-.466%200-.877.003a1%201%200%200%200-.164.003c-.452.008-.853.027-1.201.074c-.628.084-1.195.27-1.65.725c-.456.456-.642%201.023-.726%201.65c-.047.349-.066.75-.074%201.202a1%201%200%200%200-.003.163q-.004.413-.003.878v.104q0%20.465.003.878a1%201%200%200%200%20.003.163c.008.453.027.853.074%201.201c.084.628.27%201.195.726%201.65c.455.456%201.022.642%201.65.726c.348.047.749.066%201.201.074a1%201%200%200%200%20.164.003q.411.004.877.003h4.104q.465%200%20.878-.003a1%201%200%200%200%20.163-.003c.453-.008.854-.027%201.201-.074c.628-.084%201.195-.27%201.65-.726c.456-.455.642-1.022.726-1.65a11%2011%200%200%200%20.074-1.201a1%201%200%200%200%20.003-.163q.004-.413.003-.878v-.104q0-.465-.003-.878a1%201%200%200%200-.003-.163a11%2011%200%200%200-.074-1.201c-.084-.628-.27-1.195-.725-1.65c-.456-.456-1.023-.642-1.65-.726a11%2011%200%200%200-1.202-.074a1%201%200%200%200-.163-.003m.964%201.541a2.26%202.26%200%200%200%201.312%201.312a5%205%200%200%200-.023-.2c-.061-.462-.169-.66-.3-.79s-.327-.237-.788-.3a5%205%200%200%200-.2-.022m1.312%205.1a2.26%202.26%200%200%200-1.312%201.312q.105-.01.2-.022c.462-.063.66-.17.79-.3s.238-.328.3-.79q.012-.095.022-.2m-9.1%201.312a2.26%202.26%200%200%200-1.312-1.312q.01.105.023.2c.062.462.169.66.3.79s.327.237.788.3q.096.012.201.022m-1.312-5.1a2.26%202.26%200%200%200%201.312-1.312q-.105.01-.2.023c-.462.062-.66.169-.79.3s-.237.327-.3.788zM12%206.75a.25.25%200%201%200%200%20.5a.25.25%200%200%200%200-.5M10.25%207a1.75%201.75%200%201%201%203.5%200a1.75%201.75%200%200%201-3.5%200m-1.566%207.448c1.866-.361%203.863-.28%205.48.684c.226.135.44.304.625.512c.376.423.57.947.579%201.473q.286-.186.577-.407l1.808-1.365a2.64%202.64%200%200%201%203.124%200c.835.63%201.169%201.763.57%202.723c-.425.681-1.065%201.624-1.717%202.228c-.66.61-1.597%201.124-2.306%201.466c-.862.416-1.792.646-2.697.792c-1.85.3-3.774.254-5.602-.123a14.3%2014.3%200%200%200-2.865-.293H4a.75.75%200%200%201%200-1.5h2.26c1.062%200%202.135.111%203.168.324a14.1%2014.1%200%200%200%205.06.111c.828-.134%201.602-.333%202.284-.662c.683-.33%201.451-.764%201.938-1.215c.493-.457%201.044-1.248%201.465-1.922c.127-.204.109-.497-.202-.732c-.37-.28-.947-.28-1.316%200l-1.807%201.365c-.722.545-1.61%201.128-2.711%201.304a9%209%200%200%201-.347.048q-.086.015-.179.02a10%2010%200%200%201-1.932%200a.75.75%200%201%201%20.141-1.493a8.5%208.5%200%200%200%201.668-.003l.03-.003a.742.742%200%200%200%20.15-1.138a1.2%201.2%200%200%200-.275-.222c-1.181-.705-2.759-.822-4.426-.5a12.1%2012.1%200%200%200-4.535%201.935a.75.75%200%200%201-.868-1.224a13.6%2013.6%200%200%201%205.118-2.183%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/hand-money.svg?color=%231a73e8&size=48