hand grip icon

hand-grip from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
hand-grip
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the hand grip icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linejoin="round" d="M2.342 19.816c1.718-1.24 2.644-4.196 3.118-6.468c.138-.66.197-1.995.953-2.298c.433-.174 1 .116 2.136.696c.873.445 1.31.668 1.422 1.138c.27 1.126-1.552 1.56-1.12 2.71c.484 1.284.156 1.659-.783 2.5c-.718.643.216 1.457-.2 2.165c-1.034 1.761-2.67 2.286-4.832 1.113c-.573-.311-1.562-.93-.694-1.556Zm19.316 0c-1.718-1.24-2.644-4.196-3.118-6.468c-.138-.66-.197-1.995-.953-2.298c-.433-.174-1 .116-2.136.696c-.873.445-1.31.668-1.422 1.138c-.269 1.121 1.548 1.57 1.12 2.71c-.484 1.284-.156 1.659.783 2.5c.718.643-.216 1.457.2 2.165c1.034 1.761 2.67 2.286 4.832 1.113c.573-.311 1.562-.93.694-1.556Z"/><path d="M14.5 4.5a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0Z"/><path stroke-linecap="round" d="m8.5 11.5l.75-2.75"/><path stroke-linecap="round" stroke-linejoin="round" d="m14.037 6.213l1.511 5.428"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsHandGrip(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path strokeLinejoin="round" d="M2.342 19.816c1.718-1.24 2.644-4.196 3.118-6.468c.138-.66.197-1.995.953-2.298c.433-.174 1 .116 2.136.696c.873.445 1.31.668 1.422 1.138c.27 1.126-1.552 1.56-1.12 2.71c.484 1.284.156 1.659-.783 2.5c-.718.643.216 1.457-.2 2.165c-1.034 1.761-2.67 2.286-4.832 1.113c-.573-.311-1.562-.93-.694-1.556Zm19.316 0c-1.718-1.24-2.644-4.196-3.118-6.468c-.138-.66-.197-1.995-.953-2.298c-.433-.174-1 .116-2.136.696c-.873.445-1.31.668-1.422 1.138c-.269 1.121 1.548 1.57 1.12 2.71c-.484 1.284-.156 1.659.783 2.5c.718.643-.216 1.457.2 2.165c1.034 1.761 2.67 2.286 4.832 1.113c.573-.311 1.562-.93.694-1.556Z"/><path d="M14.5 4.5a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0Z"/><path strokeLinecap="round" d="m8.5 11.5l.75-2.75"/><path strokeLinecap="round" strokeLinejoin="round" d="m14.037 6.213l1.511 5.428"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linejoin="round" d="M2.342 19.816c1.718-1.24 2.644-4.196 3.118-6.468c.138-.66.197-1.995.953-2.298c.433-.174 1 .116 2.136.696c.873.445 1.31.668 1.422 1.138c.27 1.126-1.552 1.56-1.12 2.71c.484 1.284.156 1.659-.783 2.5c-.718.643.216 1.457-.2 2.165c-1.034 1.761-2.67 2.286-4.832 1.113c-.573-.311-1.562-.93-.694-1.556Zm19.316 0c-1.718-1.24-2.644-4.196-3.118-6.468c-.138-.66-.197-1.995-.953-2.298c-.433-.174-1 .116-2.136.696c-.873.445-1.31.668-1.422 1.138c-.269 1.121 1.548 1.57 1.12 2.71c-.484 1.284-.156 1.659.783 2.5c.718.643-.216 1.457.2 2.165c1.034 1.761 2.67 2.286 4.832 1.113c.573-.311 1.562-.93.694-1.556Z"/><path d="M14.5 4.5a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0Z"/><path stroke-linecap="round" d="m8.5 11.5l.75-2.75"/><path stroke-linecap="round" stroke-linejoin="round" d="m14.037 6.213l1.511 5.428"/></g></svg>
</template>

CSS

.icon-hand-grip {
  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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M2.342%2019.816c1.718-1.24%202.644-4.196%203.118-6.468c.138-.66.197-1.995.953-2.298c.433-.174%201%20.116%202.136.696c.873.445%201.31.668%201.422%201.138c.27%201.126-1.552%201.56-1.12%202.71c.484%201.284.156%201.659-.783%202.5c-.718.643.216%201.457-.2%202.165c-1.034%201.761-2.67%202.286-4.832%201.113c-.573-.311-1.562-.93-.694-1.556Zm19.316%200c-1.718-1.24-2.644-4.196-3.118-6.468c-.138-.66-.197-1.995-.953-2.298c-.433-.174-1%20.116-2.136.696c-.873.445-1.31.668-1.422%201.138c-.269%201.121%201.548%201.57%201.12%202.71c-.484%201.284-.156%201.659.783%202.5c.718.643-.216%201.457.2%202.165c1.034%201.761%202.67%202.286%204.832%201.113c.573-.311%201.562-.93.694-1.556Z%22%2F%3E%3Cpath%20d%3D%22M14.5%204.5a2.5%202.5%200%201%201-5%200a2.5%202.5%200%200%201%205%200Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22m8.5%2011.5l.75-2.75%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m14.037%206.213l1.511%205.428%22%2F%3E%3C%2Fg%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M2.342%2019.816c1.718-1.24%202.644-4.196%203.118-6.468c.138-.66.197-1.995.953-2.298c.433-.174%201%20.116%202.136.696c.873.445%201.31.668%201.422%201.138c.27%201.126-1.552%201.56-1.12%202.71c.484%201.284.156%201.659-.783%202.5c-.718.643.216%201.457-.2%202.165c-1.034%201.761-2.67%202.286-4.832%201.113c-.573-.311-1.562-.93-.694-1.556Zm19.316%200c-1.718-1.24-2.644-4.196-3.118-6.468c-.138-.66-.197-1.995-.953-2.298c-.433-.174-1%20.116-2.136.696c-.873.445-1.31.668-1.422%201.138c-.269%201.121%201.548%201.57%201.12%202.71c-.484%201.284-.156%201.659.783%202.5c.718.643-.216%201.457.2%202.165c1.034%201.761%202.67%202.286%204.832%201.113c.573-.311%201.562-.93.694-1.556Z%22%2F%3E%3Cpath%20d%3D%22M14.5%204.5a2.5%202.5%200%201%201-5%200a2.5%202.5%200%200%201%205%200Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22m8.5%2011.5l.75-2.75%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m14.037%206.213l1.511%205.428%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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