hand holding dollar icon
hand-holding-dollar from Font Awesome Solid by Dave Gandy · Solid · CC-BY-4.0 Attribution required.
- Name
- hand-holding-dollar
- Set
- Font Awesome Solid
- Style
- Solid
- Viewbox
- 640×640
- License
- CC BY 4.0
The same icon in other sets
Related icons in Font Awesome Solid
hand-back-fisthand-dotshand-fisthand-holdinghand-holding-droplethand-holding-handhand-holding-hearthand-holding-medicalhand-holding-usdhand-holding-waterhand-lizardhand-middle-fingerhand-paperhand-peacehand-point-downhand-point-lefthand-point-righthand-point-uphand-pointerhand-rockhand-scissorshand-sparkleshand-spock
Use the hand holding dollar icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M320 48c-13.3 0-24 10.7-24 24v12h-1.8c-36.6 0-66.2 29.7-66.2 66.2c0 33.4 24.9 61.6 58 65.7l61 7.6c5.1.6 9 5 9 10.2c0 5.7-4.6 10.2-10.2 10.2l-73.8.1c-15.5 0-28 12.5-28 28s12.5 28 28 28h24v12c0 13.3 10.7 24 24 24s24-10.7 24-24v-12h1.8c36.6 0 66.2-29.7 66.2-66.2c0-33.4-24.9-61.6-58-65.7l-61-7.6c-5.1-.6-9-5-9-10.2c0-5.7 4.6-10.2 10.2-10.2l65.8-.1c15.5 0 28-12.5 28-28s-12.5-28-28-28h-16V72c0-13.3-10.7-24-24-24M141.3 405.5L98.7 448H64c-17.7 0-32 14.3-32 32v64c0 17.7 14.3 32 32 32h320.5c29 0 57.3-9.3 80.7-26.5l126.6-93.3c17.8-13.1 21.6-38.1 8.5-55.9s-38.1-21.6-55.9-8.5L424.6 480H312c-13.3 0-24-10.7-24-24s10.7-24 24-24h72c17.7 0 32-14.3 32-32s-14.3-32-32-32H231.8c-33.9 0-66.5 13.5-90.5 37.5"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidHandHoldingDollar(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M320 48c-13.3 0-24 10.7-24 24v12h-1.8c-36.6 0-66.2 29.7-66.2 66.2c0 33.4 24.9 61.6 58 65.7l61 7.6c5.1.6 9 5 9 10.2c0 5.7-4.6 10.2-10.2 10.2l-73.8.1c-15.5 0-28 12.5-28 28s12.5 28 28 28h24v12c0 13.3 10.7 24 24 24s24-10.7 24-24v-12h1.8c36.6 0 66.2-29.7 66.2-66.2c0-33.4-24.9-61.6-58-65.7l-61-7.6c-5.1-.6-9-5-9-10.2c0-5.7 4.6-10.2 10.2-10.2l65.8-.1c15.5 0 28-12.5 28-28s-12.5-28-28-28h-16V72c0-13.3-10.7-24-24-24M141.3 405.5L98.7 448H64c-17.7 0-32 14.3-32 32v64c0 17.7 14.3 32 32 32h320.5c29 0 57.3-9.3 80.7-26.5l126.6-93.3c17.8-13.1 21.6-38.1 8.5-55.9s-38.1-21.6-55.9-8.5L424.6 480H312c-13.3 0-24-10.7-24-24s10.7-24 24-24h72c17.7 0 32-14.3 32-32s-14.3-32-32-32H231.8c-33.9 0-66.5 13.5-90.5 37.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M320 48c-13.3 0-24 10.7-24 24v12h-1.8c-36.6 0-66.2 29.7-66.2 66.2c0 33.4 24.9 61.6 58 65.7l61 7.6c5.1.6 9 5 9 10.2c0 5.7-4.6 10.2-10.2 10.2l-73.8.1c-15.5 0-28 12.5-28 28s12.5 28 28 28h24v12c0 13.3 10.7 24 24 24s24-10.7 24-24v-12h1.8c36.6 0 66.2-29.7 66.2-66.2c0-33.4-24.9-61.6-58-65.7l-61-7.6c-5.1-.6-9-5-9-10.2c0-5.7 4.6-10.2 10.2-10.2l65.8-.1c15.5 0 28-12.5 28-28s-12.5-28-28-28h-16V72c0-13.3-10.7-24-24-24M141.3 405.5L98.7 448H64c-17.7 0-32 14.3-32 32v64c0 17.7 14.3 32 32 32h320.5c29 0 57.3-9.3 80.7-26.5l126.6-93.3c17.8-13.1 21.6-38.1 8.5-55.9s-38.1-21.6-55.9-8.5L424.6 480H312c-13.3 0-24-10.7-24-24s10.7-24 24-24h72c17.7 0 32-14.3 32-32s-14.3-32-32-32H231.8c-33.9 0-66.5 13.5-90.5 37.5"/></svg> </template>
CSS
.icon-hand-holding-dollar {
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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M320%2048c-13.3%200-24%2010.7-24%2024v12h-1.8c-36.6%200-66.2%2029.7-66.2%2066.2c0%2033.4%2024.9%2061.6%2058%2065.7l61%207.6c5.1.6%209%205%209%2010.2c0%205.7-4.6%2010.2-10.2%2010.2l-73.8.1c-15.5%200-28%2012.5-28%2028s12.5%2028%2028%2028h24v12c0%2013.3%2010.7%2024%2024%2024s24-10.7%2024-24v-12h1.8c36.6%200%2066.2-29.7%2066.2-66.2c0-33.4-24.9-61.6-58-65.7l-61-7.6c-5.1-.6-9-5-9-10.2c0-5.7%204.6-10.2%2010.2-10.2l65.8-.1c15.5%200%2028-12.5%2028-28s-12.5-28-28-28h-16V72c0-13.3-10.7-24-24-24M141.3%20405.5L98.7%20448H64c-17.7%200-32%2014.3-32%2032v64c0%2017.7%2014.3%2032%2032%2032h320.5c29%200%2057.3-9.3%2080.7-26.5l126.6-93.3c17.8-13.1%2021.6-38.1%208.5-55.9s-38.1-21.6-55.9-8.5L424.6%20480H312c-13.3%200-24-10.7-24-24s10.7-24%2024-24h72c17.7%200%2032-14.3%2032-32s-14.3-32-32-32H231.8c-33.9%200-66.5%2013.5-90.5%2037.5%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M320%2048c-13.3%200-24%2010.7-24%2024v12h-1.8c-36.6%200-66.2%2029.7-66.2%2066.2c0%2033.4%2024.9%2061.6%2058%2065.7l61%207.6c5.1.6%209%205%209%2010.2c0%205.7-4.6%2010.2-10.2%2010.2l-73.8.1c-15.5%200-28%2012.5-28%2028s12.5%2028%2028%2028h24v12c0%2013.3%2010.7%2024%2024%2024s24-10.7%2024-24v-12h1.8c36.6%200%2066.2-29.7%2066.2-66.2c0-33.4-24.9-61.6-58-65.7l-61-7.6c-5.1-.6-9-5-9-10.2c0-5.7%204.6-10.2%2010.2-10.2l65.8-.1c15.5%200%2028-12.5%2028-28s-12.5-28-28-28h-16V72c0-13.3-10.7-24-24-24M141.3%20405.5L98.7%20448H64c-17.7%200-32%2014.3-32%2032v64c0%2017.7%2014.3%2032%2032%2032h320.5c29%200%2057.3-9.3%2080.7-26.5l126.6-93.3c17.8-13.1%2021.6-38.1%208.5-55.9s-38.1-21.6-55.9-8.5L424.6%20480H312c-13.3%200-24-10.7-24-24s10.7-24%2024-24h72c17.7%200%2032-14.3%2032-32s-14.3-32-32-32H231.8c-33.9%200-66.5%2013.5-90.5%2037.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/hand-holding-dollar.svg?color=%231a73e8&size=48