handshake icon

handshake from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
handshake
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Use the handshake 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-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M14.5 8.5c-.867.433-3.388 1.167-5.868 1.094c-.652-.02-1.132-.579-1.132-1.23c0-.525.31-1 .78-1.231a128 128 0 0 0 3.99-2.074c.853-.461 1.28-.692 1.603-.8c.865-.293 1.562-.304 2.437-.04c.326.099.718.295 1.502.687l.905.452c.071.036.107.054.144.069a1 1 0 0 0 .296.07c.04.003.08.003.16.003c.635 0 .953 0 1.213.071a2 2 0 0 1 1.398 1.398c.072.26.072.578.072 1.214v5.53c0 .71-.576 1.287-1.286 1.287a.64.64 0 0 0-.385.128l-.329.246c-.693.52-1.04.78-1.438.931a3 3 0 0 1-.229.076c-.408.119-.841.119-1.708.119H14"/><path d="m14.5 8.499l3.071 3.478a1.448 1.448 0 0 1-2.095 1.998c.553.553.576 1.472.024 2.024a1.414 1.414 0 0 1-2 0l-.5-.5a1.414 1.414 0 1 1-2 2a1.414 1.414 0 0 1 0 2l-.06.06a1.5 1.5 0 0 1-1.061.44H9.75c-.48 0-.94-.19-1.28-.53l-4.056-4.056a1.4 1.4 0 0 0-1-.414A1.414 1.414 0 0 1 2 13.585V9.499c0-1.886 0-2.828.586-3.414S4.114 5.499 6 5.499h5"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsHandshake(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" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M14.5 8.5c-.867.433-3.388 1.167-5.868 1.094c-.652-.02-1.132-.579-1.132-1.23c0-.525.31-1 .78-1.231a128 128 0 0 0 3.99-2.074c.853-.461 1.28-.692 1.603-.8c.865-.293 1.562-.304 2.437-.04c.326.099.718.295 1.502.687l.905.452c.071.036.107.054.144.069a1 1 0 0 0 .296.07c.04.003.08.003.16.003c.635 0 .953 0 1.213.071a2 2 0 0 1 1.398 1.398c.072.26.072.578.072 1.214v5.53c0 .71-.576 1.287-1.286 1.287a.64.64 0 0 0-.385.128l-.329.246c-.693.52-1.04.78-1.438.931a3 3 0 0 1-.229.076c-.408.119-.841.119-1.708.119H14"/><path d="m14.5 8.499l3.071 3.478a1.448 1.448 0 0 1-2.095 1.998c.553.553.576 1.472.024 2.024a1.414 1.414 0 0 1-2 0l-.5-.5a1.414 1.414 0 1 1-2 2a1.414 1.414 0 0 1 0 2l-.06.06a1.5 1.5 0 0 1-1.061.44H9.75c-.48 0-.94-.19-1.28-.53l-4.056-4.056a1.4 1.4 0 0 0-1-.414A1.414 1.414 0 0 1 2 13.585V9.499c0-1.886 0-2.828.586-3.414S4.114 5.499 6 5.499h5"/></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-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M14.5 8.5c-.867.433-3.388 1.167-5.868 1.094c-.652-.02-1.132-.579-1.132-1.23c0-.525.31-1 .78-1.231a128 128 0 0 0 3.99-2.074c.853-.461 1.28-.692 1.603-.8c.865-.293 1.562-.304 2.437-.04c.326.099.718.295 1.502.687l.905.452c.071.036.107.054.144.069a1 1 0 0 0 .296.07c.04.003.08.003.16.003c.635 0 .953 0 1.213.071a2 2 0 0 1 1.398 1.398c.072.26.072.578.072 1.214v5.53c0 .71-.576 1.287-1.286 1.287a.64.64 0 0 0-.385.128l-.329.246c-.693.52-1.04.78-1.438.931a3 3 0 0 1-.229.076c-.408.119-.841.119-1.708.119H14"/><path d="m14.5 8.499l3.071 3.478a1.448 1.448 0 0 1-2.095 1.998c.553.553.576 1.472.024 2.024a1.414 1.414 0 0 1-2 0l-.5-.5a1.414 1.414 0 1 1-2 2a1.414 1.414 0 0 1 0 2l-.06.06a1.5 1.5 0 0 1-1.061.44H9.75c-.48 0-.94-.19-1.28-.53l-4.056-4.056a1.4 1.4 0 0 0-1-.414A1.414 1.414 0 0 1 2 13.585V9.499c0-1.886 0-2.828.586-3.414S4.114 5.499 6 5.499h5"/></g></svg>
</template>

CSS

.icon-handshake {
  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-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M14.5%208.5c-.867.433-3.388%201.167-5.868%201.094c-.652-.02-1.132-.579-1.132-1.23c0-.525.31-1%20.78-1.231a128%20128%200%200%200%203.99-2.074c.853-.461%201.28-.692%201.603-.8c.865-.293%201.562-.304%202.437-.04c.326.099.718.295%201.502.687l.905.452c.071.036.107.054.144.069a1%201%200%200%200%20.296.07c.04.003.08.003.16.003c.635%200%20.953%200%201.213.071a2%202%200%200%201%201.398%201.398c.072.26.072.578.072%201.214v5.53c0%20.71-.576%201.287-1.286%201.287a.64.64%200%200%200-.385.128l-.329.246c-.693.52-1.04.78-1.438.931a3%203%200%200%201-.229.076c-.408.119-.841.119-1.708.119H14%22%2F%3E%3Cpath%20d%3D%22m14.5%208.499l3.071%203.478a1.448%201.448%200%200%201-2.095%201.998c.553.553.576%201.472.024%202.024a1.414%201.414%200%200%201-2%200l-.5-.5a1.414%201.414%200%201%201-2%202a1.414%201.414%200%200%201%200%202l-.06.06a1.5%201.5%200%200%201-1.061.44H9.75c-.48%200-.94-.19-1.28-.53l-4.056-4.056a1.4%201.4%200%200%200-1-.414A1.414%201.414%200%200%201%202%2013.585V9.499c0-1.886%200-2.828.586-3.414S4.114%205.499%206%205.499h5%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-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M14.5%208.5c-.867.433-3.388%201.167-5.868%201.094c-.652-.02-1.132-.579-1.132-1.23c0-.525.31-1%20.78-1.231a128%20128%200%200%200%203.99-2.074c.853-.461%201.28-.692%201.603-.8c.865-.293%201.562-.304%202.437-.04c.326.099.718.295%201.502.687l.905.452c.071.036.107.054.144.069a1%201%200%200%200%20.296.07c.04.003.08.003.16.003c.635%200%20.953%200%201.213.071a2%202%200%200%201%201.398%201.398c.072.26.072.578.072%201.214v5.53c0%20.71-.576%201.287-1.286%201.287a.64.64%200%200%200-.385.128l-.329.246c-.693.52-1.04.78-1.438.931a3%203%200%200%201-.229.076c-.408.119-.841.119-1.708.119H14%22%2F%3E%3Cpath%20d%3D%22m14.5%208.499l3.071%203.478a1.448%201.448%200%200%201-2.095%201.998c.553.553.576%201.472.024%202.024a1.414%201.414%200%200%201-2%200l-.5-.5a1.414%201.414%200%201%201-2%202a1.414%201.414%200%200%201%200%202l-.06.06a1.5%201.5%200%200%201-1.061.44H9.75c-.48%200-.94-.19-1.28-.53l-4.056-4.056a1.4%201.4%200%200%200-1-.414A1.414%201.414%200%200%201%202%2013.585V9.499c0-1.886%200-2.828.586-3.414S4.114%205.499%206%205.499h5%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/handshake.svg?color=%231a73e8&size=48