hand holding icon

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

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

The same icon in other sets

More hands icons from Line Awesome

Use the hand holding icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M10.516 18a6.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.807l3.797-1.457A4 4 0 0 1 10.516 20c.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 LaHandHolding(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="M10.516 18a6.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.807l3.797-1.457A4 4 0 0 1 10.516 20c.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="M10.516 18a6.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.807l3.797-1.457A4 4 0 0 1 10.516 20c.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 {
  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%22M10.516%2018a6.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.807l3.797-1.457A4%204%200%200%201%2010.516%2020c.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%22M10.516%2018a6.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.807l3.797-1.457A4%204%200%200%201%2010.516%2020c.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.svg?color=%231a73e8&size=48