handshake icon
handshake-duotone from Reicon by REICON · Duotone · Hands · MIT Free for personal and commercial use.
- Name
- handshake-duotone
- Set
- Reicon
- Style
- Duotone
- Category
- Hands
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
All handshake icons →handshakeEmoji One (Colored)handshakeFont Awesome 6 RegularhandshakeFont Awesome 6 SolidhandshakeFont Awesome RegularhandshakeFont Awesome Solidhandshake-16-filledFluent UI System IconshandshakeFluent EmojihandshakeFluent Emoji FlathandshakeFluent Emoji High ContrasthandshakeHuge IconshandshakeLine AwesomehandshakeLucidehandshakeMaterial SymbolshandshakeMaterial Symbols LighthandshakeMaterial Design IconshandshakeNoto EmojihandshakeOpenMojihandshakePhosphorhandshakeSimple IconshandshakeTwitter Emoji
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"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M11.19 3.308c-.213-.367-.837-.59-1.47-.227c-.632.36-.743.997-.533 1.357l2.526 4.331a.75.75 0 0 1-1.296.756L7.049 3.75c-.214-.367-.838-.59-1.471-.227c-.632.36-.743.997-.532 1.357l3.788 6.497a.75.75 0 0 1-1.296.756L5.855 9.245c-.214-.367-.838-.59-1.472-.227c-.631.36-.742.996-.532 1.357l3.789 6.497c1.608 2.759 5.579 3.654 8.946 1.73c3.365-1.923 4.56-5.764 2.955-8.517l-2.525-4.331c-.214-.367-.838-.59-1.472-.228c-.631.361-.742.997-.532 1.358l1.684 2.887a.75.75 0 0 1-.276 1.03c-1.542.88-2.015 2.585-1.34 3.743a.75.75 0 1 1-1.296.756c-.912-1.565-.543-3.45.635-4.782c.33-.372.443-.914.192-1.344z"/><path d="M4.413 17.859a.75.75 0 0 1 1.026.27c.827 1.418 2.091 2.49 3.65 3.186a.75.75 0 0 1-.611 1.37c-1.812-.809-3.332-2.08-4.335-3.8a.75.75 0 0 1 .27-1.026M18.905 3.922c-1.014-1.036-2.46-1.417-3.875-1.015a.75.75 0 1 1-.41-1.442c1.938-.552 3.954-.025 5.357 1.408a.75.75 0 1 1-1.072 1.049" opacity=".5"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconHandshakeDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fillRule="evenodd" clipRule="evenodd"><path d="M11.19 3.308c-.213-.367-.837-.59-1.47-.227c-.632.36-.743.997-.533 1.357l2.526 4.331a.75.75 0 0 1-1.296.756L7.049 3.75c-.214-.367-.838-.59-1.471-.227c-.632.36-.743.997-.532 1.357l3.788 6.497a.75.75 0 0 1-1.296.756L5.855 9.245c-.214-.367-.838-.59-1.472-.227c-.631.36-.742.996-.532 1.357l3.789 6.497c1.608 2.759 5.579 3.654 8.946 1.73c3.365-1.923 4.56-5.764 2.955-8.517l-2.525-4.331c-.214-.367-.838-.59-1.472-.228c-.631.361-.742.997-.532 1.358l1.684 2.887a.75.75 0 0 1-.276 1.03c-1.542.88-2.015 2.585-1.34 3.743a.75.75 0 1 1-1.296.756c-.912-1.565-.543-3.45.635-4.782c.33-.372.443-.914.192-1.344z"/><path d="M4.413 17.859a.75.75 0 0 1 1.026.27c.827 1.418 2.091 2.49 3.65 3.186a.75.75 0 0 1-.611 1.37c-1.812-.809-3.332-2.08-4.335-3.8a.75.75 0 0 1 .27-1.026M18.905 3.922c-1.014-1.036-2.46-1.417-3.875-1.015a.75.75 0 1 1-.41-1.442c1.938-.552 3.954-.025 5.357 1.408a.75.75 0 1 1-1.072 1.049" opacity=".5"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M11.19 3.308c-.213-.367-.837-.59-1.47-.227c-.632.36-.743.997-.533 1.357l2.526 4.331a.75.75 0 0 1-1.296.756L7.049 3.75c-.214-.367-.838-.59-1.471-.227c-.632.36-.743.997-.532 1.357l3.788 6.497a.75.75 0 0 1-1.296.756L5.855 9.245c-.214-.367-.838-.59-1.472-.227c-.631.36-.742.996-.532 1.357l3.789 6.497c1.608 2.759 5.579 3.654 8.946 1.73c3.365-1.923 4.56-5.764 2.955-8.517l-2.525-4.331c-.214-.367-.838-.59-1.472-.228c-.631.361-.742.997-.532 1.358l1.684 2.887a.75.75 0 0 1-.276 1.03c-1.542.88-2.015 2.585-1.34 3.743a.75.75 0 1 1-1.296.756c-.912-1.565-.543-3.45.635-4.782c.33-.372.443-.914.192-1.344z"/><path d="M4.413 17.859a.75.75 0 0 1 1.026.27c.827 1.418 2.091 2.49 3.65 3.186a.75.75 0 0 1-.611 1.37c-1.812-.809-3.332-2.08-4.335-3.8a.75.75 0 0 1 .27-1.026M18.905 3.922c-1.014-1.036-2.46-1.417-3.875-1.015a.75.75 0 1 1-.41-1.442c1.938-.552 3.954-.025 5.357 1.408a.75.75 0 1 1-1.072 1.049" opacity=".5"/></g></svg> </template>
CSS
.icon-handshake-duotone {
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%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M11.19%203.308c-.213-.367-.837-.59-1.47-.227c-.632.36-.743.997-.533%201.357l2.526%204.331a.75.75%200%200%201-1.296.756L7.049%203.75c-.214-.367-.838-.59-1.471-.227c-.632.36-.743.997-.532%201.357l3.788%206.497a.75.75%200%200%201-1.296.756L5.855%209.245c-.214-.367-.838-.59-1.472-.227c-.631.36-.742.996-.532%201.357l3.789%206.497c1.608%202.759%205.579%203.654%208.946%201.73c3.365-1.923%204.56-5.764%202.955-8.517l-2.525-4.331c-.214-.367-.838-.59-1.472-.228c-.631.361-.742.997-.532%201.358l1.684%202.887a.75.75%200%200%201-.276%201.03c-1.542.88-2.015%202.585-1.34%203.743a.75.75%200%201%201-1.296.756c-.912-1.565-.543-3.45.635-4.782c.33-.372.443-.914.192-1.344z%22%2F%3E%3Cpath%20d%3D%22M4.413%2017.859a.75.75%200%200%201%201.026.27c.827%201.418%202.091%202.49%203.65%203.186a.75.75%200%200%201-.611%201.37c-1.812-.809-3.332-2.08-4.335-3.8a.75.75%200%200%201%20.27-1.026M18.905%203.922c-1.014-1.036-2.46-1.417-3.875-1.015a.75.75%200%201%201-.41-1.442c1.938-.552%203.954-.025%205.357%201.408a.75.75%200%201%201-1.072%201.049%22%20opacity%3D%22.5%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%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M11.19%203.308c-.213-.367-.837-.59-1.47-.227c-.632.36-.743.997-.533%201.357l2.526%204.331a.75.75%200%200%201-1.296.756L7.049%203.75c-.214-.367-.838-.59-1.471-.227c-.632.36-.743.997-.532%201.357l3.788%206.497a.75.75%200%200%201-1.296.756L5.855%209.245c-.214-.367-.838-.59-1.472-.227c-.631.36-.742.996-.532%201.357l3.789%206.497c1.608%202.759%205.579%203.654%208.946%201.73c3.365-1.923%204.56-5.764%202.955-8.517l-2.525-4.331c-.214-.367-.838-.59-1.472-.228c-.631.361-.742.997-.532%201.358l1.684%202.887a.75.75%200%200%201-.276%201.03c-1.542.88-2.015%202.585-1.34%203.743a.75.75%200%201%201-1.296.756c-.912-1.565-.543-3.45.635-4.782c.33-.372.443-.914.192-1.344z%22%2F%3E%3Cpath%20d%3D%22M4.413%2017.859a.75.75%200%200%201%201.026.27c.827%201.418%202.091%202.49%203.65%203.186a.75.75%200%200%201-.611%201.37c-1.812-.809-3.332-2.08-4.335-3.8a.75.75%200%200%201%20.27-1.026M18.905%203.922c-1.014-1.036-2.46-1.417-3.875-1.015a.75.75%200%201%201-.41-1.442c1.938-.552%203.954-.025%205.357%201.408a.75.75%200%201%201-1.072%201.049%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/handshake-duotone.svg?color=%231a73e8&size=48