handshake icon

handshake from Reicon by REICON · Outline · Hands · MIT Free for personal and commercial use.

Name
handshake
Set
Reicon
Style
Outline
Category
Hands
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

All handshake icons →

More hands icons from Reicon

Use the handshake icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M18.906 3.922c-1.014-1.036-2.46-1.417-3.875-1.015a.75.75 0 1 1-.41-1.442c1.937-.552 3.954-.025 5.357 1.408a.75.75 0 1 1-1.072 1.049m-7.716-.614c-.214-.367-.838-.59-1.471-.227c-.632.36-.743.997-.532 1.357l2.525 4.332a.75.75 0 1 1-1.295.755L7.89 5.194L7.049 3.75c-.214-.367-.838-.59-1.471-.227c-.632.36-.743.997-.533 1.357l3.789 6.497a.75.75 0 1 1-1.296.756L5.854 9.245c-.214-.367-.837-.59-1.471-.227c-.631.36-.743.996-.532 1.357l3.788 6.497c1.61 2.759 5.58 3.654 8.947 1.73c3.364-1.923 4.56-5.764 2.955-8.517l-2.526-4.331c-.214-.367-.838-.59-1.471-.228c-.632.361-.742.997-.532 1.358l1.684 2.887a.75.75 0 0 1-.276 1.03c-1.543.88-2.015 2.585-1.34 3.743a.75.75 0 1 1-1.296.756c-1.06-1.817-.392-4.063 1.263-5.377zm2.73 1.702l-1.433-2.456c-.716-1.228-2.323-1.454-3.511-.774a2.8 2.8 0 0 0-.913.829c-.8-.881-2.178-.988-3.229-.388c-1.19.681-1.803 2.182-1.083 3.416l1.002 1.719a2.9 2.9 0 0 0-1.113.36c-1.191.68-1.804 2.182-1.084 3.416l3.789 6.497c2.11 3.62 7.064 4.518 10.986 2.276c3.924-2.242 5.621-6.949 3.507-10.575L18.31 5c-.716-1.228-2.323-1.454-3.511-.775c-.35.2-.65.471-.881.785M4.414 17.86a.75.75 0 0 1 1.026.27c.827 1.418 2.09 2.49 3.65 3.186a.75.75 0 0 1-.612 1.37c-1.811-.809-3.331-2.08-4.334-3.8a.75.75 0 0 1 .27-1.026" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function ReiconHandshake(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M18.906 3.922c-1.014-1.036-2.46-1.417-3.875-1.015a.75.75 0 1 1-.41-1.442c1.937-.552 3.954-.025 5.357 1.408a.75.75 0 1 1-1.072 1.049m-7.716-.614c-.214-.367-.838-.59-1.471-.227c-.632.36-.743.997-.532 1.357l2.525 4.332a.75.75 0 1 1-1.295.755L7.89 5.194L7.049 3.75c-.214-.367-.838-.59-1.471-.227c-.632.36-.743.997-.533 1.357l3.789 6.497a.75.75 0 1 1-1.296.756L5.854 9.245c-.214-.367-.837-.59-1.471-.227c-.631.36-.743.996-.532 1.357l3.788 6.497c1.61 2.759 5.58 3.654 8.947 1.73c3.364-1.923 4.56-5.764 2.955-8.517l-2.526-4.331c-.214-.367-.838-.59-1.471-.228c-.632.361-.742.997-.532 1.358l1.684 2.887a.75.75 0 0 1-.276 1.03c-1.543.88-2.015 2.585-1.34 3.743a.75.75 0 1 1-1.296.756c-1.06-1.817-.392-4.063 1.263-5.377zm2.73 1.702l-1.433-2.456c-.716-1.228-2.323-1.454-3.511-.774a2.8 2.8 0 0 0-.913.829c-.8-.881-2.178-.988-3.229-.388c-1.19.681-1.803 2.182-1.083 3.416l1.002 1.719a2.9 2.9 0 0 0-1.113.36c-1.191.68-1.804 2.182-1.084 3.416l3.789 6.497c2.11 3.62 7.064 4.518 10.986 2.276c3.924-2.242 5.621-6.949 3.507-10.575L18.31 5c-.716-1.228-2.323-1.454-3.511-.775c-.35.2-.65.471-.881.785M4.414 17.86a.75.75 0 0 1 1.026.27c.827 1.418 2.09 2.49 3.65 3.186a.75.75 0 0 1-.612 1.37c-1.811-.809-3.331-2.08-4.334-3.8a.75.75 0 0 1 .27-1.026" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M18.906 3.922c-1.014-1.036-2.46-1.417-3.875-1.015a.75.75 0 1 1-.41-1.442c1.937-.552 3.954-.025 5.357 1.408a.75.75 0 1 1-1.072 1.049m-7.716-.614c-.214-.367-.838-.59-1.471-.227c-.632.36-.743.997-.532 1.357l2.525 4.332a.75.75 0 1 1-1.295.755L7.89 5.194L7.049 3.75c-.214-.367-.838-.59-1.471-.227c-.632.36-.743.997-.533 1.357l3.789 6.497a.75.75 0 1 1-1.296.756L5.854 9.245c-.214-.367-.837-.59-1.471-.227c-.631.36-.743.996-.532 1.357l3.788 6.497c1.61 2.759 5.58 3.654 8.947 1.73c3.364-1.923 4.56-5.764 2.955-8.517l-2.526-4.331c-.214-.367-.838-.59-1.471-.228c-.632.361-.742.997-.532 1.358l1.684 2.887a.75.75 0 0 1-.276 1.03c-1.543.88-2.015 2.585-1.34 3.743a.75.75 0 1 1-1.296.756c-1.06-1.817-.392-4.063 1.263-5.377zm2.73 1.702l-1.433-2.456c-.716-1.228-2.323-1.454-3.511-.774a2.8 2.8 0 0 0-.913.829c-.8-.881-2.178-.988-3.229-.388c-1.19.681-1.803 2.182-1.083 3.416l1.002 1.719a2.9 2.9 0 0 0-1.113.36c-1.191.68-1.804 2.182-1.084 3.416l3.789 6.497c2.11 3.62 7.064 4.518 10.986 2.276c3.924-2.242 5.621-6.949 3.507-10.575L18.31 5c-.716-1.228-2.323-1.454-3.511-.775c-.35.2-.65.471-.881.785M4.414 17.86a.75.75 0 0 1 1.026.27c.827 1.418 2.09 2.49 3.65 3.186a.75.75 0 0 1-.612 1.37c-1.811-.809-3.331-2.08-4.334-3.8a.75.75 0 0 1 .27-1.026" clip-rule="evenodd"/></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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M18.906%203.922c-1.014-1.036-2.46-1.417-3.875-1.015a.75.75%200%201%201-.41-1.442c1.937-.552%203.954-.025%205.357%201.408a.75.75%200%201%201-1.072%201.049m-7.716-.614c-.214-.367-.838-.59-1.471-.227c-.632.36-.743.997-.532%201.357l2.525%204.332a.75.75%200%201%201-1.295.755L7.89%205.194L7.049%203.75c-.214-.367-.838-.59-1.471-.227c-.632.36-.743.997-.533%201.357l3.789%206.497a.75.75%200%201%201-1.296.756L5.854%209.245c-.214-.367-.837-.59-1.471-.227c-.631.36-.743.996-.532%201.357l3.788%206.497c1.61%202.759%205.58%203.654%208.947%201.73c3.364-1.923%204.56-5.764%202.955-8.517l-2.526-4.331c-.214-.367-.838-.59-1.471-.228c-.632.361-.742.997-.532%201.358l1.684%202.887a.75.75%200%200%201-.276%201.03c-1.543.88-2.015%202.585-1.34%203.743a.75.75%200%201%201-1.296.756c-1.06-1.817-.392-4.063%201.263-5.377zm2.73%201.702l-1.433-2.456c-.716-1.228-2.323-1.454-3.511-.774a2.8%202.8%200%200%200-.913.829c-.8-.881-2.178-.988-3.229-.388c-1.19.681-1.803%202.182-1.083%203.416l1.002%201.719a2.9%202.9%200%200%200-1.113.36c-1.191.68-1.804%202.182-1.084%203.416l3.789%206.497c2.11%203.62%207.064%204.518%2010.986%202.276c3.924-2.242%205.621-6.949%203.507-10.575L18.31%205c-.716-1.228-2.323-1.454-3.511-.775c-.35.2-.65.471-.881.785M4.414%2017.86a.75.75%200%200%201%201.026.27c.827%201.418%202.09%202.49%203.65%203.186a.75.75%200%200%201-.612%201.37c-1.811-.809-3.331-2.08-4.334-3.8a.75.75%200%200%201%20.27-1.026%22%20clip-rule%3D%22evenodd%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M18.906%203.922c-1.014-1.036-2.46-1.417-3.875-1.015a.75.75%200%201%201-.41-1.442c1.937-.552%203.954-.025%205.357%201.408a.75.75%200%201%201-1.072%201.049m-7.716-.614c-.214-.367-.838-.59-1.471-.227c-.632.36-.743.997-.532%201.357l2.525%204.332a.75.75%200%201%201-1.295.755L7.89%205.194L7.049%203.75c-.214-.367-.838-.59-1.471-.227c-.632.36-.743.997-.533%201.357l3.789%206.497a.75.75%200%201%201-1.296.756L5.854%209.245c-.214-.367-.837-.59-1.471-.227c-.631.36-.743.996-.532%201.357l3.788%206.497c1.61%202.759%205.58%203.654%208.947%201.73c3.364-1.923%204.56-5.764%202.955-8.517l-2.526-4.331c-.214-.367-.838-.59-1.471-.228c-.632.361-.742.997-.532%201.358l1.684%202.887a.75.75%200%200%201-.276%201.03c-1.543.88-2.015%202.585-1.34%203.743a.75.75%200%201%201-1.296.756c-1.06-1.817-.392-4.063%201.263-5.377zm2.73%201.702l-1.433-2.456c-.716-1.228-2.323-1.454-3.511-.774a2.8%202.8%200%200%200-.913.829c-.8-.881-2.178-.988-3.229-.388c-1.19.681-1.803%202.182-1.083%203.416l1.002%201.719a2.9%202.9%200%200%200-1.113.36c-1.191.68-1.804%202.182-1.084%203.416l3.789%206.497c2.11%203.62%207.064%204.518%2010.986%202.276c3.924-2.242%205.621-6.949%203.507-10.575L18.31%205c-.716-1.228-2.323-1.454-3.511-.775c-.35.2-.65.471-.881.785M4.414%2017.86a.75.75%200%200%201%201.026.27c.827%201.418%202.09%202.49%203.65%203.186a.75.75%200%200%201-.612%201.37c-1.811-.809-3.331-2.08-4.334-3.8a.75.75%200%200%201%20.27-1.026%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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