money hand icon
money-hand-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- money-hand-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- Viewbox
- 20×20
- License
- MIT
5 other variants in Fluent UI System Icons
The same icon in other sets
Related icons in Fluent UI System Icons
Use the money hand icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M3 3.5A1.5 1.5 0 0 1 4.5 2h7A1.5 1.5 0 0 1 13 3.5v1.793l3.268 3.268A2.5 2.5 0 0 1 17 10.328V17.5a.5.5 0 0 1-1 0v-7.172a1.5 1.5 0 0 0-.44-1.06L13 6.708v3.085l.854.853a.5.5 0 0 1-.708.707l-3-3c-.422-.422-.657-.404-.76-.378c-.173.042-.326.18-.54.386c-.1.096-.142.19-.122.33c.026.175.163.488.63.955l1.213 1.213l.286.287A.5.5 0 0 1 11 11.5c0 .774.006 1.553.22 2.141q.151.42.424.623c.179.134.443.236.856.236a.5.5 0 0 1 .5.5v1.5a1.5 1.5 0 0 1-1.5 1.5h-7A1.5 1.5 0 0 1 3 16.5zm5 4a2.5 2.5 0 1 0 1.908 4.115l-.05-.05l-1.212-1.212c-.533-.533-.84-1.034-.911-1.516a1.34 1.34 0 0 1 .42-1.199l.034-.033l.094-.09A3 3 0 0 0 8 7.5m2 9v.5h1v-.5a.5.5 0 0 1 .5-.5h.5v-.54a2.16 2.16 0 0 1-.95-.391A1.5 1.5 0 0 0 10 16.5M4 5h.5A1.5 1.5 0 0 0 6 3.5V3H5v.5a.5.5 0 0 1-.5.5H4zm6-1.5A1.5 1.5 0 0 0 11.5 5h.5V4h-.5a.5.5 0 0 1-.5-.5V3h-1zm-4 13A1.5 1.5 0 0 0 4.5 15H4v1h.5a.5.5 0 0 1 .5.5v.5h1z"/></svg>
React
import type { SVGProps } from "react";
export function FluentMoneyHand20Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M3 3.5A1.5 1.5 0 0 1 4.5 2h7A1.5 1.5 0 0 1 13 3.5v1.793l3.268 3.268A2.5 2.5 0 0 1 17 10.328V17.5a.5.5 0 0 1-1 0v-7.172a1.5 1.5 0 0 0-.44-1.06L13 6.708v3.085l.854.853a.5.5 0 0 1-.708.707l-3-3c-.422-.422-.657-.404-.76-.378c-.173.042-.326.18-.54.386c-.1.096-.142.19-.122.33c.026.175.163.488.63.955l1.213 1.213l.286.287A.5.5 0 0 1 11 11.5c0 .774.006 1.553.22 2.141q.151.42.424.623c.179.134.443.236.856.236a.5.5 0 0 1 .5.5v1.5a1.5 1.5 0 0 1-1.5 1.5h-7A1.5 1.5 0 0 1 3 16.5zm5 4a2.5 2.5 0 1 0 1.908 4.115l-.05-.05l-1.212-1.212c-.533-.533-.84-1.034-.911-1.516a1.34 1.34 0 0 1 .42-1.199l.034-.033l.094-.09A3 3 0 0 0 8 7.5m2 9v.5h1v-.5a.5.5 0 0 1 .5-.5h.5v-.54a2.16 2.16 0 0 1-.95-.391A1.5 1.5 0 0 0 10 16.5M4 5h.5A1.5 1.5 0 0 0 6 3.5V3H5v.5a.5.5 0 0 1-.5.5H4zm6-1.5A1.5 1.5 0 0 0 11.5 5h.5V4h-.5a.5.5 0 0 1-.5-.5V3h-1zm-4 13A1.5 1.5 0 0 0 4.5 15H4v1h.5a.5.5 0 0 1 .5.5v.5h1z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M3 3.5A1.5 1.5 0 0 1 4.5 2h7A1.5 1.5 0 0 1 13 3.5v1.793l3.268 3.268A2.5 2.5 0 0 1 17 10.328V17.5a.5.5 0 0 1-1 0v-7.172a1.5 1.5 0 0 0-.44-1.06L13 6.708v3.085l.854.853a.5.5 0 0 1-.708.707l-3-3c-.422-.422-.657-.404-.76-.378c-.173.042-.326.18-.54.386c-.1.096-.142.19-.122.33c.026.175.163.488.63.955l1.213 1.213l.286.287A.5.5 0 0 1 11 11.5c0 .774.006 1.553.22 2.141q.151.42.424.623c.179.134.443.236.856.236a.5.5 0 0 1 .5.5v1.5a1.5 1.5 0 0 1-1.5 1.5h-7A1.5 1.5 0 0 1 3 16.5zm5 4a2.5 2.5 0 1 0 1.908 4.115l-.05-.05l-1.212-1.212c-.533-.533-.84-1.034-.911-1.516a1.34 1.34 0 0 1 .42-1.199l.034-.033l.094-.09A3 3 0 0 0 8 7.5m2 9v.5h1v-.5a.5.5 0 0 1 .5-.5h.5v-.54a2.16 2.16 0 0 1-.95-.391A1.5 1.5 0 0 0 10 16.5M4 5h.5A1.5 1.5 0 0 0 6 3.5V3H5v.5a.5.5 0 0 1-.5.5H4zm6-1.5A1.5 1.5 0 0 0 11.5 5h.5V4h-.5a.5.5 0 0 1-.5-.5V3h-1zm-4 13A1.5 1.5 0 0 0 4.5 15H4v1h.5a.5.5 0 0 1 .5.5v.5h1z"/></svg> </template>
CSS
.icon-money-hand-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3%203.5A1.5%201.5%200%200%201%204.5%202h7A1.5%201.5%200%200%201%2013%203.5v1.793l3.268%203.268A2.5%202.5%200%200%201%2017%2010.328V17.5a.5.5%200%200%201-1%200v-7.172a1.5%201.5%200%200%200-.44-1.06L13%206.708v3.085l.854.853a.5.5%200%200%201-.708.707l-3-3c-.422-.422-.657-.404-.76-.378c-.173.042-.326.18-.54.386c-.1.096-.142.19-.122.33c.026.175.163.488.63.955l1.213%201.213l.286.287A.5.5%200%200%201%2011%2011.5c0%20.774.006%201.553.22%202.141q.151.42.424.623c.179.134.443.236.856.236a.5.5%200%200%201%20.5.5v1.5a1.5%201.5%200%200%201-1.5%201.5h-7A1.5%201.5%200%200%201%203%2016.5zm5%204a2.5%202.5%200%201%200%201.908%204.115l-.05-.05l-1.212-1.212c-.533-.533-.84-1.034-.911-1.516a1.34%201.34%200%200%201%20.42-1.199l.034-.033l.094-.09A3%203%200%200%200%208%207.5m2%209v.5h1v-.5a.5.5%200%200%201%20.5-.5h.5v-.54a2.16%202.16%200%200%201-.95-.391A1.5%201.5%200%200%200%2010%2016.5M4%205h.5A1.5%201.5%200%200%200%206%203.5V3H5v.5a.5.5%200%200%201-.5.5H4zm6-1.5A1.5%201.5%200%200%200%2011.5%205h.5V4h-.5a.5.5%200%200%201-.5-.5V3h-1zm-4%2013A1.5%201.5%200%200%200%204.5%2015H4v1h.5a.5.5%200%200%201%20.5.5v.5h1z%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3%203.5A1.5%201.5%200%200%201%204.5%202h7A1.5%201.5%200%200%201%2013%203.5v1.793l3.268%203.268A2.5%202.5%200%200%201%2017%2010.328V17.5a.5.5%200%200%201-1%200v-7.172a1.5%201.5%200%200%200-.44-1.06L13%206.708v3.085l.854.853a.5.5%200%200%201-.708.707l-3-3c-.422-.422-.657-.404-.76-.378c-.173.042-.326.18-.54.386c-.1.096-.142.19-.122.33c.026.175.163.488.63.955l1.213%201.213l.286.287A.5.5%200%200%201%2011%2011.5c0%20.774.006%201.553.22%202.141q.151.42.424.623c.179.134.443.236.856.236a.5.5%200%200%201%20.5.5v1.5a1.5%201.5%200%200%201-1.5%201.5h-7A1.5%201.5%200%200%201%203%2016.5zm5%204a2.5%202.5%200%201%200%201.908%204.115l-.05-.05l-1.212-1.212c-.533-.533-.84-1.034-.911-1.516a1.34%201.34%200%200%201%20.42-1.199l.034-.033l.094-.09A3%203%200%200%200%208%207.5m2%209v.5h1v-.5a.5.5%200%200%201%20.5-.5h.5v-.54a2.16%202.16%200%200%201-.95-.391A1.5%201.5%200%200%200%2010%2016.5M4%205h.5A1.5%201.5%200%200%200%206%203.5V3H5v.5a.5.5%200%200%201-.5.5H4zm6-1.5A1.5%201.5%200%200%200%2011.5%205h.5V4h-.5a.5.5%200%200%201-.5-.5V3h-1zm-4%2013A1.5%201.5%200%200%200%204.5%2015H4v1h.5a.5.5%200%200%201%20.5.5v.5h1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/money-hand-20-filled.svg?color=%231a73e8&size=48