hand holding dollar icon

hand-holding-dollar from Font Awesome 6 Solid by Dave Gandy · Regular · CC-BY-4.0 Attribution required.

Name
hand-holding-dollar
Set
Font Awesome 6 Solid
Style
Regular
Viewbox
576×512
License
CC BY 4.0

The same icon in other sets

Related icons in Font Awesome 6 Solid

Use the hand holding dollar icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M312 24v10.5c6.4 1.2 12.6 2.7 18.2 4.2c12.8 3.4 20.4 16.6 17 29.4s-16.6 20.4-29.4 17c-10.9-2.9-21.1-4.9-30.2-5c-7.3-.1-14.7 1.7-19.4 4.4c-2.1 1.3-3.1 2.4-3.5 3c-.3.5-.7 1.2-.7 2.8v.6c.2.2.9 1.2 3.3 2.6c5.8 3.5 14.4 6.2 27.4 10.1l.9.3c11.1 3.3 25.9 7.8 37.9 15.3c13.7 8.6 26.1 22.9 26.4 44.9c.3 22.5-11.4 38.9-26.7 48.5c-6.7 4.1-13.9 7-21.3 8.8V232c0 13.3-10.7 24-24 24s-24-10.7-24-24v-11.4c-9.5-2.3-18.2-5.3-25.6-7.8c-2.1-.7-4.1-1.4-6-2c-12.6-4.2-19.4-17.8-15.2-30.4s17.8-19.4 30.4-15.2c2.6.9 5 1.7 7.3 2.5c13.6 4.6 23.4 7.9 33.9 8.3c8 .3 15.1-1.6 19.2-4.1c1.9-1.2 2.8-2.2 3.2-2.9c.4-.6.9-1.8.8-4.1v-.2c0-1 0-2.1-4-4.6c-5.7-3.6-14.3-6.4-27.1-10.3l-1.9-.6c-10.8-3.2-25-7.5-36.4-14.4c-13.5-8.1-26.5-22-26.6-44.1c-.1-22.9 12.9-38.6 27.7-47.4c6.4-3.8 13.3-6.4 20.2-8.2L264 24c0-13.3 10.7-24 24-24s24 10.7 24 24m256.2 312.3c13.1 17.8 9.3 42.8-8.5 55.9l-126.6 93.3c-23.4 17.2-51.6 26.5-80.7 26.5H32c-17.7 0-32-14.3-32-32v-64c0-17.7 14.3-32 32-32h36.8l44.9-36c22.7-18.2 50.9-28 80-28H352c17.7 0 32 14.3 32 32s-14.3 32-32 32h-80c-8.8 0-16 7.2-16 16s7.2 16 16 16h120.6l119.7-88.2c17.8-13.1 42.8-9.3 55.9 8.5M193.6 384h-.9z"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidHandHoldingDollar(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M312 24v10.5c6.4 1.2 12.6 2.7 18.2 4.2c12.8 3.4 20.4 16.6 17 29.4s-16.6 20.4-29.4 17c-10.9-2.9-21.1-4.9-30.2-5c-7.3-.1-14.7 1.7-19.4 4.4c-2.1 1.3-3.1 2.4-3.5 3c-.3.5-.7 1.2-.7 2.8v.6c.2.2.9 1.2 3.3 2.6c5.8 3.5 14.4 6.2 27.4 10.1l.9.3c11.1 3.3 25.9 7.8 37.9 15.3c13.7 8.6 26.1 22.9 26.4 44.9c.3 22.5-11.4 38.9-26.7 48.5c-6.7 4.1-13.9 7-21.3 8.8V232c0 13.3-10.7 24-24 24s-24-10.7-24-24v-11.4c-9.5-2.3-18.2-5.3-25.6-7.8c-2.1-.7-4.1-1.4-6-2c-12.6-4.2-19.4-17.8-15.2-30.4s17.8-19.4 30.4-15.2c2.6.9 5 1.7 7.3 2.5c13.6 4.6 23.4 7.9 33.9 8.3c8 .3 15.1-1.6 19.2-4.1c1.9-1.2 2.8-2.2 3.2-2.9c.4-.6.9-1.8.8-4.1v-.2c0-1 0-2.1-4-4.6c-5.7-3.6-14.3-6.4-27.1-10.3l-1.9-.6c-10.8-3.2-25-7.5-36.4-14.4c-13.5-8.1-26.5-22-26.6-44.1c-.1-22.9 12.9-38.6 27.7-47.4c6.4-3.8 13.3-6.4 20.2-8.2L264 24c0-13.3 10.7-24 24-24s24 10.7 24 24m256.2 312.3c13.1 17.8 9.3 42.8-8.5 55.9l-126.6 93.3c-23.4 17.2-51.6 26.5-80.7 26.5H32c-17.7 0-32-14.3-32-32v-64c0-17.7 14.3-32 32-32h36.8l44.9-36c22.7-18.2 50.9-28 80-28H352c17.7 0 32 14.3 32 32s-14.3 32-32 32h-80c-8.8 0-16 7.2-16 16s7.2 16 16 16h120.6l119.7-88.2c17.8-13.1 42.8-9.3 55.9 8.5M193.6 384h-.9z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M312 24v10.5c6.4 1.2 12.6 2.7 18.2 4.2c12.8 3.4 20.4 16.6 17 29.4s-16.6 20.4-29.4 17c-10.9-2.9-21.1-4.9-30.2-5c-7.3-.1-14.7 1.7-19.4 4.4c-2.1 1.3-3.1 2.4-3.5 3c-.3.5-.7 1.2-.7 2.8v.6c.2.2.9 1.2 3.3 2.6c5.8 3.5 14.4 6.2 27.4 10.1l.9.3c11.1 3.3 25.9 7.8 37.9 15.3c13.7 8.6 26.1 22.9 26.4 44.9c.3 22.5-11.4 38.9-26.7 48.5c-6.7 4.1-13.9 7-21.3 8.8V232c0 13.3-10.7 24-24 24s-24-10.7-24-24v-11.4c-9.5-2.3-18.2-5.3-25.6-7.8c-2.1-.7-4.1-1.4-6-2c-12.6-4.2-19.4-17.8-15.2-30.4s17.8-19.4 30.4-15.2c2.6.9 5 1.7 7.3 2.5c13.6 4.6 23.4 7.9 33.9 8.3c8 .3 15.1-1.6 19.2-4.1c1.9-1.2 2.8-2.2 3.2-2.9c.4-.6.9-1.8.8-4.1v-.2c0-1 0-2.1-4-4.6c-5.7-3.6-14.3-6.4-27.1-10.3l-1.9-.6c-10.8-3.2-25-7.5-36.4-14.4c-13.5-8.1-26.5-22-26.6-44.1c-.1-22.9 12.9-38.6 27.7-47.4c6.4-3.8 13.3-6.4 20.2-8.2L264 24c0-13.3 10.7-24 24-24s24 10.7 24 24m256.2 312.3c13.1 17.8 9.3 42.8-8.5 55.9l-126.6 93.3c-23.4 17.2-51.6 26.5-80.7 26.5H32c-17.7 0-32-14.3-32-32v-64c0-17.7 14.3-32 32-32h36.8l44.9-36c22.7-18.2 50.9-28 80-28H352c17.7 0 32 14.3 32 32s-14.3 32-32 32h-80c-8.8 0-16 7.2-16 16s7.2 16 16 16h120.6l119.7-88.2c17.8-13.1 42.8-9.3 55.9 8.5M193.6 384h-.9z"/></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%20576%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M312%2024v10.5c6.4%201.2%2012.6%202.7%2018.2%204.2c12.8%203.4%2020.4%2016.6%2017%2029.4s-16.6%2020.4-29.4%2017c-10.9-2.9-21.1-4.9-30.2-5c-7.3-.1-14.7%201.7-19.4%204.4c-2.1%201.3-3.1%202.4-3.5%203c-.3.5-.7%201.2-.7%202.8v.6c.2.2.9%201.2%203.3%202.6c5.8%203.5%2014.4%206.2%2027.4%2010.1l.9.3c11.1%203.3%2025.9%207.8%2037.9%2015.3c13.7%208.6%2026.1%2022.9%2026.4%2044.9c.3%2022.5-11.4%2038.9-26.7%2048.5c-6.7%204.1-13.9%207-21.3%208.8V232c0%2013.3-10.7%2024-24%2024s-24-10.7-24-24v-11.4c-9.5-2.3-18.2-5.3-25.6-7.8c-2.1-.7-4.1-1.4-6-2c-12.6-4.2-19.4-17.8-15.2-30.4s17.8-19.4%2030.4-15.2c2.6.9%205%201.7%207.3%202.5c13.6%204.6%2023.4%207.9%2033.9%208.3c8%20.3%2015.1-1.6%2019.2-4.1c1.9-1.2%202.8-2.2%203.2-2.9c.4-.6.9-1.8.8-4.1v-.2c0-1%200-2.1-4-4.6c-5.7-3.6-14.3-6.4-27.1-10.3l-1.9-.6c-10.8-3.2-25-7.5-36.4-14.4c-13.5-8.1-26.5-22-26.6-44.1c-.1-22.9%2012.9-38.6%2027.7-47.4c6.4-3.8%2013.3-6.4%2020.2-8.2L264%2024c0-13.3%2010.7-24%2024-24s24%2010.7%2024%2024m256.2%20312.3c13.1%2017.8%209.3%2042.8-8.5%2055.9l-126.6%2093.3c-23.4%2017.2-51.6%2026.5-80.7%2026.5H32c-17.7%200-32-14.3-32-32v-64c0-17.7%2014.3-32%2032-32h36.8l44.9-36c22.7-18.2%2050.9-28%2080-28H352c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032h-80c-8.8%200-16%207.2-16%2016s7.2%2016%2016%2016h120.6l119.7-88.2c17.8-13.1%2042.8-9.3%2055.9%208.5M193.6%20384h-.9z%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%20576%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M312%2024v10.5c6.4%201.2%2012.6%202.7%2018.2%204.2c12.8%203.4%2020.4%2016.6%2017%2029.4s-16.6%2020.4-29.4%2017c-10.9-2.9-21.1-4.9-30.2-5c-7.3-.1-14.7%201.7-19.4%204.4c-2.1%201.3-3.1%202.4-3.5%203c-.3.5-.7%201.2-.7%202.8v.6c.2.2.9%201.2%203.3%202.6c5.8%203.5%2014.4%206.2%2027.4%2010.1l.9.3c11.1%203.3%2025.9%207.8%2037.9%2015.3c13.7%208.6%2026.1%2022.9%2026.4%2044.9c.3%2022.5-11.4%2038.9-26.7%2048.5c-6.7%204.1-13.9%207-21.3%208.8V232c0%2013.3-10.7%2024-24%2024s-24-10.7-24-24v-11.4c-9.5-2.3-18.2-5.3-25.6-7.8c-2.1-.7-4.1-1.4-6-2c-12.6-4.2-19.4-17.8-15.2-30.4s17.8-19.4%2030.4-15.2c2.6.9%205%201.7%207.3%202.5c13.6%204.6%2023.4%207.9%2033.9%208.3c8%20.3%2015.1-1.6%2019.2-4.1c1.9-1.2%202.8-2.2%203.2-2.9c.4-.6.9-1.8.8-4.1v-.2c0-1%200-2.1-4-4.6c-5.7-3.6-14.3-6.4-27.1-10.3l-1.9-.6c-10.8-3.2-25-7.5-36.4-14.4c-13.5-8.1-26.5-22-26.6-44.1c-.1-22.9%2012.9-38.6%2027.7-47.4c6.4-3.8%2013.3-6.4%2020.2-8.2L264%2024c0-13.3%2010.7-24%2024-24s24%2010.7%2024%2024m256.2%20312.3c13.1%2017.8%209.3%2042.8-8.5%2055.9l-126.6%2093.3c-23.4%2017.2-51.6%2026.5-80.7%2026.5H32c-17.7%200-32-14.3-32-32v-64c0-17.7%2014.3-32%2032-32h36.8l44.9-36c22.7-18.2%2050.9-28%2080-28H352c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032h-80c-8.8%200-16%207.2-16%2016s7.2%2016%2016%2016h120.6l119.7-88.2c17.8-13.1%2042.8-9.3%2055.9%208.5M193.6%20384h-.9z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/hand-holding-dollar.svg?color=%231a73e8&size=48