hand holding usd icon

hand-holding-usd from Line Awesome by Icons8 · Line · Hands · Apache-2.0 Free for personal and commercial use.

Name
hand-holding-usd
Set
Line Awesome
Style
Line
Category
Hands
Viewbox
32×32
License
Apache 2.0
Aliases
hand-holding-usd-solid

The same icon in other sets

More hands icons from Line Awesome

Use the hand holding usd icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M17 4v1.19a3.08 3.08 0 0 0-1.674 1.464a2.93 2.93 0 0 0-.264 1.946a3.06 3.06 0 0 0 1.268 1.883c.48.325 1.055.517 1.67.517q.215.001.396.076a.96.96 0 0 1 .528.528q.075.181.076.396a.98.98 0 0 1-.604.924q-.181.075-.396.076q-.215-.001-.396-.076a.96.96 0 0 1-.528-.528A1 1 0 0 1 17 12h-2a2.94 2.94 0 0 0 .857 2.076a3.1 3.1 0 0 0 1.143.735V16h2v-1.19c1.16-.42 2-1.52 2-2.81c0-1.435-1.041-2.655-2.4-2.938A3 3 0 0 0 18 9q-.215-.001-.396-.076a.96.96 0 0 1-.528-.528A1 1 0 0 1 17 8q.001-.215.076-.396a1 1 0 0 1 .211-.317A1 1 0 0 1 18 7c.57 0 1 .43 1 1h2a3 3 0 0 0-.148-.924A3.05 3.05 0 0 0 19 5.19V4zm-6.484 14a6.4 6.4 0 0 0-1.817.266l-.02.007l-5.671 2.176l1.984 5.57l4.93-1.89l7.137 3.93l12.324-5.106l-.766-1.844l-11.437 4.735l-7.102-3.91l-3.89 1.488l-.641-1.805l3.797-1.457c.009-.004.476-.16 1.172-.16c.703 0 1.522.156 2.222.79l.014.007l.004.004c1.03.895 1.808 1.52 2.89 1.86s2.31.378 4.36.37l-.01-2c-2.012.008-3.063-.063-3.75-.281c-.688-.211-1.176-.59-2.168-1.45l-.012-.007c-1.157-1.039-2.531-1.297-3.55-1.293"/></svg>

React

import type { SVGProps } from "react";

export function LaHandHoldingUsd(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M17 4v1.19a3.08 3.08 0 0 0-1.674 1.464a2.93 2.93 0 0 0-.264 1.946a3.06 3.06 0 0 0 1.268 1.883c.48.325 1.055.517 1.67.517q.215.001.396.076a.96.96 0 0 1 .528.528q.075.181.076.396a.98.98 0 0 1-.604.924q-.181.075-.396.076q-.215-.001-.396-.076a.96.96 0 0 1-.528-.528A1 1 0 0 1 17 12h-2a2.94 2.94 0 0 0 .857 2.076a3.1 3.1 0 0 0 1.143.735V16h2v-1.19c1.16-.42 2-1.52 2-2.81c0-1.435-1.041-2.655-2.4-2.938A3 3 0 0 0 18 9q-.215-.001-.396-.076a.96.96 0 0 1-.528-.528A1 1 0 0 1 17 8q.001-.215.076-.396a1 1 0 0 1 .211-.317A1 1 0 0 1 18 7c.57 0 1 .43 1 1h2a3 3 0 0 0-.148-.924A3.05 3.05 0 0 0 19 5.19V4zm-6.484 14a6.4 6.4 0 0 0-1.817.266l-.02.007l-5.671 2.176l1.984 5.57l4.93-1.89l7.137 3.93l12.324-5.106l-.766-1.844l-11.437 4.735l-7.102-3.91l-3.89 1.488l-.641-1.805l3.797-1.457c.009-.004.476-.16 1.172-.16c.703 0 1.522.156 2.222.79l.014.007l.004.004c1.03.895 1.808 1.52 2.89 1.86s2.31.378 4.36.37l-.01-2c-2.012.008-3.063-.063-3.75-.281c-.688-.211-1.176-.59-2.168-1.45l-.012-.007c-1.157-1.039-2.531-1.297-3.55-1.293"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M17 4v1.19a3.08 3.08 0 0 0-1.674 1.464a2.93 2.93 0 0 0-.264 1.946a3.06 3.06 0 0 0 1.268 1.883c.48.325 1.055.517 1.67.517q.215.001.396.076a.96.96 0 0 1 .528.528q.075.181.076.396a.98.98 0 0 1-.604.924q-.181.075-.396.076q-.215-.001-.396-.076a.96.96 0 0 1-.528-.528A1 1 0 0 1 17 12h-2a2.94 2.94 0 0 0 .857 2.076a3.1 3.1 0 0 0 1.143.735V16h2v-1.19c1.16-.42 2-1.52 2-2.81c0-1.435-1.041-2.655-2.4-2.938A3 3 0 0 0 18 9q-.215-.001-.396-.076a.96.96 0 0 1-.528-.528A1 1 0 0 1 17 8q.001-.215.076-.396a1 1 0 0 1 .211-.317A1 1 0 0 1 18 7c.57 0 1 .43 1 1h2a3 3 0 0 0-.148-.924A3.05 3.05 0 0 0 19 5.19V4zm-6.484 14a6.4 6.4 0 0 0-1.817.266l-.02.007l-5.671 2.176l1.984 5.57l4.93-1.89l7.137 3.93l12.324-5.106l-.766-1.844l-11.437 4.735l-7.102-3.91l-3.89 1.488l-.641-1.805l3.797-1.457c.009-.004.476-.16 1.172-.16c.703 0 1.522.156 2.222.79l.014.007l.004.004c1.03.895 1.808 1.52 2.89 1.86s2.31.378 4.36.37l-.01-2c-2.012.008-3.063-.063-3.75-.281c-.688-.211-1.176-.59-2.168-1.45l-.012-.007c-1.157-1.039-2.531-1.297-3.55-1.293"/></svg>
</template>

CSS

.icon-hand-holding-usd {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17%204v1.19a3.08%203.08%200%200%200-1.674%201.464a2.93%202.93%200%200%200-.264%201.946a3.06%203.06%200%200%200%201.268%201.883c.48.325%201.055.517%201.67.517q.215.001.396.076a.96.96%200%200%201%20.528.528q.075.181.076.396a.98.98%200%200%201-.604.924q-.181.075-.396.076q-.215-.001-.396-.076a.96.96%200%200%201-.528-.528A1%201%200%200%201%2017%2012h-2a2.94%202.94%200%200%200%20.857%202.076a3.1%203.1%200%200%200%201.143.735V16h2v-1.19c1.16-.42%202-1.52%202-2.81c0-1.435-1.041-2.655-2.4-2.938A3%203%200%200%200%2018%209q-.215-.001-.396-.076a.96.96%200%200%201-.528-.528A1%201%200%200%201%2017%208q.001-.215.076-.396a1%201%200%200%201%20.211-.317A1%201%200%200%201%2018%207c.57%200%201%20.43%201%201h2a3%203%200%200%200-.148-.924A3.05%203.05%200%200%200%2019%205.19V4zm-6.484%2014a6.4%206.4%200%200%200-1.817.266l-.02.007l-5.671%202.176l1.984%205.57l4.93-1.89l7.137%203.93l12.324-5.106l-.766-1.844l-11.437%204.735l-7.102-3.91l-3.89%201.488l-.641-1.805l3.797-1.457c.009-.004.476-.16%201.172-.16c.703%200%201.522.156%202.222.79l.014.007l.004.004c1.03.895%201.808%201.52%202.89%201.86s2.31.378%204.36.37l-.01-2c-2.012.008-3.063-.063-3.75-.281c-.688-.211-1.176-.59-2.168-1.45l-.012-.007c-1.157-1.039-2.531-1.297-3.55-1.293%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17%204v1.19a3.08%203.08%200%200%200-1.674%201.464a2.93%202.93%200%200%200-.264%201.946a3.06%203.06%200%200%200%201.268%201.883c.48.325%201.055.517%201.67.517q.215.001.396.076a.96.96%200%200%201%20.528.528q.075.181.076.396a.98.98%200%200%201-.604.924q-.181.075-.396.076q-.215-.001-.396-.076a.96.96%200%200%201-.528-.528A1%201%200%200%201%2017%2012h-2a2.94%202.94%200%200%200%20.857%202.076a3.1%203.1%200%200%200%201.143.735V16h2v-1.19c1.16-.42%202-1.52%202-2.81c0-1.435-1.041-2.655-2.4-2.938A3%203%200%200%200%2018%209q-.215-.001-.396-.076a.96.96%200%200%201-.528-.528A1%201%200%200%201%2017%208q.001-.215.076-.396a1%201%200%200%201%20.211-.317A1%201%200%200%201%2018%207c.57%200%201%20.43%201%201h2a3%203%200%200%200-.148-.924A3.05%203.05%200%200%200%2019%205.19V4zm-6.484%2014a6.4%206.4%200%200%200-1.817.266l-.02.007l-5.671%202.176l1.984%205.57l4.93-1.89l7.137%203.93l12.324-5.106l-.766-1.844l-11.437%204.735l-7.102-3.91l-3.89%201.488l-.641-1.805l3.797-1.457c.009-.004.476-.16%201.172-.16c.703%200%201.522.156%202.222.79l.014.007l.004.004c1.03.895%201.808%201.52%202.89%201.86s2.31.378%204.36.37l-.01-2c-2.012.008-3.063-.063-3.75-.281c-.688-.211-1.176-.59-2.168-1.45l-.012-.007c-1.157-1.039-2.531-1.297-3.55-1.293%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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