handshake icon

handshake-filled from Reicon by REICON · Filled · Hands · MIT Free for personal and commercial use.

Name
handshake-filled
Set
Reicon
Style
Filled
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="M4.414 17.859a.75.75 0 0 1 1.025.27c.827 1.418 2.091 2.49 3.65 3.186a.75.75 0 0 1-.611 1.37c-1.812-.809-3.331-2.08-4.334-3.8a.75.75 0 0 1 .27-1.026M18.906 3.922c-1.014-1.036-2.46-1.417-3.876-1.015a.75.75 0 0 1-.41-1.442c1.938-.552 3.955-.025 5.358 1.408a.75.75 0 0 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 0 1-1.296.755L7.05 3.75c-.214-.367-.838-.59-1.472-.227c-.631.36-.742.997-.532 1.357l3.789 6.497a.75.75 0 1 1-1.296.756L5.854 9.245c-.214-.367-.838-.59-1.471-.227c-.632.36-.743.996-.532 1.357l3.788 6.497c1.609 2.759 5.58 3.654 8.946 1.73s4.561-5.764 2.956-8.517l-2.526-4.331c-.214-.367-.838-.59-1.471-.228c-.632.361-.743.997-.532 1.358l1.683 2.887a.75.75 0 0 1-.275 1.03c-1.543.88-2.016 2.585-1.34 3.743a.75.75 0 1 1-1.296.756c-.913-1.565-.544-3.45.635-4.782c.33-.372.442-.914.192-1.344z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function ReiconHandshakeFilled(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="M4.414 17.859a.75.75 0 0 1 1.025.27c.827 1.418 2.091 2.49 3.65 3.186a.75.75 0 0 1-.611 1.37c-1.812-.809-3.331-2.08-4.334-3.8a.75.75 0 0 1 .27-1.026M18.906 3.922c-1.014-1.036-2.46-1.417-3.876-1.015a.75.75 0 0 1-.41-1.442c1.938-.552 3.955-.025 5.358 1.408a.75.75 0 0 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 0 1-1.296.755L7.05 3.75c-.214-.367-.838-.59-1.472-.227c-.631.36-.742.997-.532 1.357l3.789 6.497a.75.75 0 1 1-1.296.756L5.854 9.245c-.214-.367-.838-.59-1.471-.227c-.632.36-.743.996-.532 1.357l3.788 6.497c1.609 2.759 5.58 3.654 8.946 1.73s4.561-5.764 2.956-8.517l-2.526-4.331c-.214-.367-.838-.59-1.471-.228c-.632.361-.743.997-.532 1.358l1.683 2.887a.75.75 0 0 1-.275 1.03c-1.543.88-2.016 2.585-1.34 3.743a.75.75 0 1 1-1.296.756c-.913-1.565-.544-3.45.635-4.782c.33-.372.442-.914.192-1.344z" 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="M4.414 17.859a.75.75 0 0 1 1.025.27c.827 1.418 2.091 2.49 3.65 3.186a.75.75 0 0 1-.611 1.37c-1.812-.809-3.331-2.08-4.334-3.8a.75.75 0 0 1 .27-1.026M18.906 3.922c-1.014-1.036-2.46-1.417-3.876-1.015a.75.75 0 0 1-.41-1.442c1.938-.552 3.955-.025 5.358 1.408a.75.75 0 0 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 0 1-1.296.755L7.05 3.75c-.214-.367-.838-.59-1.472-.227c-.631.36-.742.997-.532 1.357l3.789 6.497a.75.75 0 1 1-1.296.756L5.854 9.245c-.214-.367-.838-.59-1.471-.227c-.632.36-.743.996-.532 1.357l3.788 6.497c1.609 2.759 5.58 3.654 8.946 1.73s4.561-5.764 2.956-8.517l-2.526-4.331c-.214-.367-.838-.59-1.471-.228c-.632.361-.743.997-.532 1.358l1.683 2.887a.75.75 0 0 1-.275 1.03c-1.543.88-2.016 2.585-1.34 3.743a.75.75 0 1 1-1.296.756c-.913-1.565-.544-3.45.635-4.782c.33-.372.442-.914.192-1.344z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-handshake-filled {
  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%22M4.414%2017.859a.75.75%200%200%201%201.025.27c.827%201.418%202.091%202.49%203.65%203.186a.75.75%200%200%201-.611%201.37c-1.812-.809-3.331-2.08-4.334-3.8a.75.75%200%200%201%20.27-1.026M18.906%203.922c-1.014-1.036-2.46-1.417-3.876-1.015a.75.75%200%200%201-.41-1.442c1.938-.552%203.955-.025%205.358%201.408a.75.75%200%200%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%200%201-1.296.755L7.05%203.75c-.214-.367-.838-.59-1.472-.227c-.631.36-.742.997-.532%201.357l3.789%206.497a.75.75%200%201%201-1.296.756L5.854%209.245c-.214-.367-.838-.59-1.471-.227c-.632.36-.743.996-.532%201.357l3.788%206.497c1.609%202.759%205.58%203.654%208.946%201.73s4.561-5.764%202.956-8.517l-2.526-4.331c-.214-.367-.838-.59-1.471-.228c-.632.361-.743.997-.532%201.358l1.683%202.887a.75.75%200%200%201-.275%201.03c-1.543.88-2.016%202.585-1.34%203.743a.75.75%200%201%201-1.296.756c-.913-1.565-.544-3.45.635-4.782c.33-.372.442-.914.192-1.344z%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%22M4.414%2017.859a.75.75%200%200%201%201.025.27c.827%201.418%202.091%202.49%203.65%203.186a.75.75%200%200%201-.611%201.37c-1.812-.809-3.331-2.08-4.334-3.8a.75.75%200%200%201%20.27-1.026M18.906%203.922c-1.014-1.036-2.46-1.417-3.876-1.015a.75.75%200%200%201-.41-1.442c1.938-.552%203.955-.025%205.358%201.408a.75.75%200%200%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%200%201-1.296.755L7.05%203.75c-.214-.367-.838-.59-1.472-.227c-.631.36-.742.997-.532%201.357l3.789%206.497a.75.75%200%201%201-1.296.756L5.854%209.245c-.214-.367-.838-.59-1.471-.227c-.632.36-.743.996-.532%201.357l3.788%206.497c1.609%202.759%205.58%203.654%208.946%201.73s4.561-5.764%202.956-8.517l-2.526-4.331c-.214-.367-.838-.59-1.471-.228c-.632.361-.743.997-.532%201.358l1.683%202.887a.75.75%200%200%201-.275%201.03c-1.543.88-2.016%202.585-1.34%203.743a.75.75%200%201%201-1.296.756c-.913-1.565-.544-3.45.635-4.782c.33-.372.442-.914.192-1.344z%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-filled.svg?color=%231a73e8&size=48