handshake icon
handshake-outline from Material Symbols Light by Google · Outline · Social · Apache-2.0 Free for personal and commercial use.
- Name
- handshake-outline
- Set
- Material Symbols Light
- Style
- Outline
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
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 Design IconshandshakeNoto EmojihandshakeOpenMojihandshakePhosphorhandshakeSimple IconshandshakeTwitter Emoji
More social icons from Material Symbols Light
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" d="M11.702 19.942q.196 0 .402-.088t.333-.215l7.796-7.797q.377-.377.582-.77q.204-.395.204-.866q0-.477-.204-.926q-.205-.45-.582-.82l-3.75-3.75q-.371-.377-.763-.553q-.391-.176-.868-.176q-.471 0-.875.176t-.761.552l-.872.872l1.85 1.855q.298.293.445.666q.146.373.146.757q0 .781-.511 1.292t-1.291.51q-.385 0-.751-.117t-.659-.41L9.66 8.228l-4.318 4.317q-.151.152-.227.345t-.076.39q0 .354.227.583q.226.23.58.23q.196 0 .402-.088q.206-.089.333-.216L9.75 10.62l.708.708l-3.164 3.17q-.152.151-.228.344q-.075.194-.075.39q0 .335.236.571t.571.237q.196 0 .402-.089t.333-.215l3.4-3.394l.708.707l-3.395 3.4q-.133.127-.218.333q-.086.206-.086.402q0 .334.237.57q.236.238.571.238q.196 0 .39-.076t.344-.228l3.4-3.395l.708.708l-3.4 3.4q-.151.152-.227.365t-.076.389q0 .354.249.571t.564.217m-.006 1q-.771 0-1.32-.564q-.549-.565-.482-1.394q-.85.01-1.415-.507q-.565-.518-.537-1.444q-.926.01-1.46-.53t-.486-1.422q-.834.01-1.396-.47q-.561-.478-.561-1.332q0-.385.149-.77q.149-.386.44-.678L9.66 6.806l2.582 2.582q.127.133.314.219t.421.085q.321 0 .567-.224t.247-.584q0-.234-.086-.42q-.086-.187-.218-.314l-3.44-3.44q-.372-.377-.773-.553t-.878-.176q-.471 0-.856.176q-.384.176-.761.553L3.735 7.76q-.322.32-.52.765q-.198.444-.21.917q-.01.339.058.651t.22.588l-.758.758q-.252-.402-.394-.926T2 9.443q.012-.682.273-1.305t.748-1.111l3.025-3.025q.523-.518 1.107-.77q.584-.251 1.263-.251t1.252.252q.574.251 1.092.769l.87.871l.872-.871q.523-.518 1.097-.77q.574-.251 1.253-.251t1.263.252q.583.251 1.1.769l3.726 3.725q.517.517.798 1.161t.28 1.323q0 .68-.28 1.253t-.798 1.092l-7.797 7.79q-.311.312-.678.454q-.366.142-.77.142M8.491 8.327"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightHandshakeOutline(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" d="M11.702 19.942q.196 0 .402-.088t.333-.215l7.796-7.797q.377-.377.582-.77q.204-.395.204-.866q0-.477-.204-.926q-.205-.45-.582-.82l-3.75-3.75q-.371-.377-.763-.553q-.391-.176-.868-.176q-.471 0-.875.176t-.761.552l-.872.872l1.85 1.855q.298.293.445.666q.146.373.146.757q0 .781-.511 1.292t-1.291.51q-.385 0-.751-.117t-.659-.41L9.66 8.228l-4.318 4.317q-.151.152-.227.345t-.076.39q0 .354.227.583q.226.23.58.23q.196 0 .402-.088q.206-.089.333-.216L9.75 10.62l.708.708l-3.164 3.17q-.152.151-.228.344q-.075.194-.075.39q0 .335.236.571t.571.237q.196 0 .402-.089t.333-.215l3.4-3.394l.708.707l-3.395 3.4q-.133.127-.218.333q-.086.206-.086.402q0 .334.237.57q.236.238.571.238q.196 0 .39-.076t.344-.228l3.4-3.395l.708.708l-3.4 3.4q-.151.152-.227.365t-.076.389q0 .354.249.571t.564.217m-.006 1q-.771 0-1.32-.564q-.549-.565-.482-1.394q-.85.01-1.415-.507q-.565-.518-.537-1.444q-.926.01-1.46-.53t-.486-1.422q-.834.01-1.396-.47q-.561-.478-.561-1.332q0-.385.149-.77q.149-.386.44-.678L9.66 6.806l2.582 2.582q.127.133.314.219t.421.085q.321 0 .567-.224t.247-.584q0-.234-.086-.42q-.086-.187-.218-.314l-3.44-3.44q-.372-.377-.773-.553t-.878-.176q-.471 0-.856.176q-.384.176-.761.553L3.735 7.76q-.322.32-.52.765q-.198.444-.21.917q-.01.339.058.651t.22.588l-.758.758q-.252-.402-.394-.926T2 9.443q.012-.682.273-1.305t.748-1.111l3.025-3.025q.523-.518 1.107-.77q.584-.251 1.263-.251t1.252.252q.574.251 1.092.769l.87.871l.872-.871q.523-.518 1.097-.77q.574-.251 1.253-.251t1.263.252q.583.251 1.1.769l3.726 3.725q.517.517.798 1.161t.28 1.323q0 .68-.28 1.253t-.798 1.092l-7.797 7.79q-.311.312-.678.454q-.366.142-.77.142M8.491 8.327"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.702 19.942q.196 0 .402-.088t.333-.215l7.796-7.797q.377-.377.582-.77q.204-.395.204-.866q0-.477-.204-.926q-.205-.45-.582-.82l-3.75-3.75q-.371-.377-.763-.553q-.391-.176-.868-.176q-.471 0-.875.176t-.761.552l-.872.872l1.85 1.855q.298.293.445.666q.146.373.146.757q0 .781-.511 1.292t-1.291.51q-.385 0-.751-.117t-.659-.41L9.66 8.228l-4.318 4.317q-.151.152-.227.345t-.076.39q0 .354.227.583q.226.23.58.23q.196 0 .402-.088q.206-.089.333-.216L9.75 10.62l.708.708l-3.164 3.17q-.152.151-.228.344q-.075.194-.075.39q0 .335.236.571t.571.237q.196 0 .402-.089t.333-.215l3.4-3.394l.708.707l-3.395 3.4q-.133.127-.218.333q-.086.206-.086.402q0 .334.237.57q.236.238.571.238q.196 0 .39-.076t.344-.228l3.4-3.395l.708.708l-3.4 3.4q-.151.152-.227.365t-.076.389q0 .354.249.571t.564.217m-.006 1q-.771 0-1.32-.564q-.549-.565-.482-1.394q-.85.01-1.415-.507q-.565-.518-.537-1.444q-.926.01-1.46-.53t-.486-1.422q-.834.01-1.396-.47q-.561-.478-.561-1.332q0-.385.149-.77q.149-.386.44-.678L9.66 6.806l2.582 2.582q.127.133.314.219t.421.085q.321 0 .567-.224t.247-.584q0-.234-.086-.42q-.086-.187-.218-.314l-3.44-3.44q-.372-.377-.773-.553t-.878-.176q-.471 0-.856.176q-.384.176-.761.553L3.735 7.76q-.322.32-.52.765q-.198.444-.21.917q-.01.339.058.651t.22.588l-.758.758q-.252-.402-.394-.926T2 9.443q.012-.682.273-1.305t.748-1.111l3.025-3.025q.523-.518 1.107-.77q.584-.251 1.263-.251t1.252.252q.574.251 1.092.769l.87.871l.872-.871q.523-.518 1.097-.77q.574-.251 1.253-.251t1.263.252q.583.251 1.1.769l3.726 3.725q.517.517.798 1.161t.28 1.323q0 .68-.28 1.253t-.798 1.092l-7.797 7.79q-.311.312-.678.454q-.366.142-.77.142M8.491 8.327"/></svg> </template>
CSS
.icon-handshake-outline {
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%20d%3D%22M11.702%2019.942q.196%200%20.402-.088t.333-.215l7.796-7.797q.377-.377.582-.77q.204-.395.204-.866q0-.477-.204-.926q-.205-.45-.582-.82l-3.75-3.75q-.371-.377-.763-.553q-.391-.176-.868-.176q-.471%200-.875.176t-.761.552l-.872.872l1.85%201.855q.298.293.445.666q.146.373.146.757q0%20.781-.511%201.292t-1.291.51q-.385%200-.751-.117t-.659-.41L9.66%208.228l-4.318%204.317q-.151.152-.227.345t-.076.39q0%20.354.227.583q.226.23.58.23q.196%200%20.402-.088q.206-.089.333-.216L9.75%2010.62l.708.708l-3.164%203.17q-.152.151-.228.344q-.075.194-.075.39q0%20.335.236.571t.571.237q.196%200%20.402-.089t.333-.215l3.4-3.394l.708.707l-3.395%203.4q-.133.127-.218.333q-.086.206-.086.402q0%20.334.237.57q.236.238.571.238q.196%200%20.39-.076t.344-.228l3.4-3.395l.708.708l-3.4%203.4q-.151.152-.227.365t-.076.389q0%20.354.249.571t.564.217m-.006%201q-.771%200-1.32-.564q-.549-.565-.482-1.394q-.85.01-1.415-.507q-.565-.518-.537-1.444q-.926.01-1.46-.53t-.486-1.422q-.834.01-1.396-.47q-.561-.478-.561-1.332q0-.385.149-.77q.149-.386.44-.678L9.66%206.806l2.582%202.582q.127.133.314.219t.421.085q.321%200%20.567-.224t.247-.584q0-.234-.086-.42q-.086-.187-.218-.314l-3.44-3.44q-.372-.377-.773-.553t-.878-.176q-.471%200-.856.176q-.384.176-.761.553L3.735%207.76q-.322.32-.52.765q-.198.444-.21.917q-.01.339.058.651t.22.588l-.758.758q-.252-.402-.394-.926T2%209.443q.012-.682.273-1.305t.748-1.111l3.025-3.025q.523-.518%201.107-.77q.584-.251%201.263-.251t1.252.252q.574.251%201.092.769l.87.871l.872-.871q.523-.518%201.097-.77q.574-.251%201.253-.251t1.263.252q.583.251%201.1.769l3.726%203.725q.517.517.798%201.161t.28%201.323q0%20.68-.28%201.253t-.798%201.092l-7.797%207.79q-.311.312-.678.454q-.366.142-.77.142M8.491%208.327%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%20d%3D%22M11.702%2019.942q.196%200%20.402-.088t.333-.215l7.796-7.797q.377-.377.582-.77q.204-.395.204-.866q0-.477-.204-.926q-.205-.45-.582-.82l-3.75-3.75q-.371-.377-.763-.553q-.391-.176-.868-.176q-.471%200-.875.176t-.761.552l-.872.872l1.85%201.855q.298.293.445.666q.146.373.146.757q0%20.781-.511%201.292t-1.291.51q-.385%200-.751-.117t-.659-.41L9.66%208.228l-4.318%204.317q-.151.152-.227.345t-.076.39q0%20.354.227.583q.226.23.58.23q.196%200%20.402-.088q.206-.089.333-.216L9.75%2010.62l.708.708l-3.164%203.17q-.152.151-.228.344q-.075.194-.075.39q0%20.335.236.571t.571.237q.196%200%20.402-.089t.333-.215l3.4-3.394l.708.707l-3.395%203.4q-.133.127-.218.333q-.086.206-.086.402q0%20.334.237.57q.236.238.571.238q.196%200%20.39-.076t.344-.228l3.4-3.395l.708.708l-3.4%203.4q-.151.152-.227.365t-.076.389q0%20.354.249.571t.564.217m-.006%201q-.771%200-1.32-.564q-.549-.565-.482-1.394q-.85.01-1.415-.507q-.565-.518-.537-1.444q-.926.01-1.46-.53t-.486-1.422q-.834.01-1.396-.47q-.561-.478-.561-1.332q0-.385.149-.77q.149-.386.44-.678L9.66%206.806l2.582%202.582q.127.133.314.219t.421.085q.321%200%20.567-.224t.247-.584q0-.234-.086-.42q-.086-.187-.218-.314l-3.44-3.44q-.372-.377-.773-.553t-.878-.176q-.471%200-.856.176q-.384.176-.761.553L3.735%207.76q-.322.32-.52.765q-.198.444-.21.917q-.01.339.058.651t.22.588l-.758.758q-.252-.402-.394-.926T2%209.443q.012-.682.273-1.305t.748-1.111l3.025-3.025q.523-.518%201.107-.77q.584-.251%201.263-.251t1.252.252q.574.251%201.092.769l.87.871l.872-.871q.523-.518%201.097-.77q.574-.251%201.253-.251t1.263.252q.583.251%201.1.769l3.726%203.725q.517.517.798%201.161t.28%201.323q0%20.68-.28%201.253t-.798%201.092l-7.797%207.79q-.311.312-.678.454q-.366.142-.77.142M8.491%208.327%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/handshake-outline.svg?color=%231a73e8&size=48