twotone handshake icon
twotone-handshake from Google Material Icons by Material Design Authors · Baseline · Social · Apache-2.0 Free for personal and commercial use.
- Name
- twotone-handshake
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
More social icons from Google Material Icons
baseline-18-up-ratingbaseline-6-ft-apartbaseline-add-moderatorbaseline-add-reactionbaseline-adobebaseline-applebaseline-architecturebaseline-assist-walkerbaseline-back-handbaseline-blindbaseline-boybaseline-cakebaseline-catching-pokemonbaseline-clean-handsbaseline-co2baseline-compostbaseline-connect-without-contactbaseline-constructionbaseline-cookiebaseline-coronavirusbaseline-cruelty-freebaseline-cyclonebaseline-deckbaseline-discord
Use the twotone handshake icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.22 19.85c-.18.18-.5.21-.71 0a.504.504 0 0 1 0-.71l3.39-3.39l-1.41-1.41l-3.39 3.39c-.19.2-.51.19-.71 0a.504.504 0 0 1 0-.71l3.39-3.39l-1.41-1.41l-3.39 3.39c-.18.18-.5.21-.71 0a.513.513 0 0 1 0-.71l3.39-3.39l-1.42-1.41l-3.39 3.39c-.18.18-.5.21-.71 0a.513.513 0 0 1 0-.71L9.52 8.4l1.87 1.86c.95.95 2.59.94 3.54 0c.98-.98.98-2.56 0-3.54l-1.86-1.86l.28-.28c.78-.78 2.05-.78 2.83 0l4.24 4.24c.78.78.78 2.05 0 2.83z" opacity=".3"/><path fill="currentColor" d="M12.22 19.85c-.18.18-.5.21-.71 0a.504.504 0 0 1 0-.71l3.39-3.39l-1.41-1.41l-3.39 3.39c-.19.2-.51.19-.71 0a.504.504 0 0 1 0-.71l3.39-3.39l-1.41-1.41l-3.39 3.39c-.18.18-.5.21-.71 0a.513.513 0 0 1 0-.71l3.39-3.39l-1.42-1.41l-3.39 3.39c-.18.18-.5.21-.71 0a.513.513 0 0 1 0-.71L9.52 8.4l1.87 1.86c.95.95 2.59.94 3.54 0c.98-.98.98-2.56 0-3.54l-1.86-1.86l.28-.28c.78-.78 2.05-.78 2.83 0l4.24 4.24c.78.78.78 2.05 0 2.83zm9.61-6.78a4.01 4.01 0 0 0 0-5.66l-4.24-4.24a4.01 4.01 0 0 0-5.66 0l-.28.28l-.28-.28a4.01 4.01 0 0 0-5.66 0L2.17 6.71a3.99 3.99 0 0 0-.4 5.19l1.45-1.45a2 2 0 0 1 .37-2.33l3.54-3.54c.78-.78 2.05-.78 2.83 0l3.56 3.56c.18.18.21.5 0 .71s-.53.18-.71 0L9.52 5.57l-5.8 5.79c-.98.97-.98 2.56 0 3.54c.39.39.89.63 1.42.7a2.46 2.46 0 0 0 2.12 2.12a2.46 2.46 0 0 0 2.12 2.12c.07.54.31 1.03.7 1.42c.47.47 1.1.73 1.77.73s1.3-.26 1.77-.73z"/></svg>
React
import type { SVGProps } from "react";
export function IcTwotoneHandshake(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="M12.22 19.85c-.18.18-.5.21-.71 0a.504.504 0 0 1 0-.71l3.39-3.39l-1.41-1.41l-3.39 3.39c-.19.2-.51.19-.71 0a.504.504 0 0 1 0-.71l3.39-3.39l-1.41-1.41l-3.39 3.39c-.18.18-.5.21-.71 0a.513.513 0 0 1 0-.71l3.39-3.39l-1.42-1.41l-3.39 3.39c-.18.18-.5.21-.71 0a.513.513 0 0 1 0-.71L9.52 8.4l1.87 1.86c.95.95 2.59.94 3.54 0c.98-.98.98-2.56 0-3.54l-1.86-1.86l.28-.28c.78-.78 2.05-.78 2.83 0l4.24 4.24c.78.78.78 2.05 0 2.83z" opacity=".3"/><path fill="currentColor" d="M12.22 19.85c-.18.18-.5.21-.71 0a.504.504 0 0 1 0-.71l3.39-3.39l-1.41-1.41l-3.39 3.39c-.19.2-.51.19-.71 0a.504.504 0 0 1 0-.71l3.39-3.39l-1.41-1.41l-3.39 3.39c-.18.18-.5.21-.71 0a.513.513 0 0 1 0-.71l3.39-3.39l-1.42-1.41l-3.39 3.39c-.18.18-.5.21-.71 0a.513.513 0 0 1 0-.71L9.52 8.4l1.87 1.86c.95.95 2.59.94 3.54 0c.98-.98.98-2.56 0-3.54l-1.86-1.86l.28-.28c.78-.78 2.05-.78 2.83 0l4.24 4.24c.78.78.78 2.05 0 2.83zm9.61-6.78a4.01 4.01 0 0 0 0-5.66l-4.24-4.24a4.01 4.01 0 0 0-5.66 0l-.28.28l-.28-.28a4.01 4.01 0 0 0-5.66 0L2.17 6.71a3.99 3.99 0 0 0-.4 5.19l1.45-1.45a2 2 0 0 1 .37-2.33l3.54-3.54c.78-.78 2.05-.78 2.83 0l3.56 3.56c.18.18.21.5 0 .71s-.53.18-.71 0L9.52 5.57l-5.8 5.79c-.98.97-.98 2.56 0 3.54c.39.39.89.63 1.42.7a2.46 2.46 0 0 0 2.12 2.12a2.46 2.46 0 0 0 2.12 2.12c.07.54.31 1.03.7 1.42c.47.47 1.1.73 1.77.73s1.3-.26 1.77-.73z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.22 19.85c-.18.18-.5.21-.71 0a.504.504 0 0 1 0-.71l3.39-3.39l-1.41-1.41l-3.39 3.39c-.19.2-.51.19-.71 0a.504.504 0 0 1 0-.71l3.39-3.39l-1.41-1.41l-3.39 3.39c-.18.18-.5.21-.71 0a.513.513 0 0 1 0-.71l3.39-3.39l-1.42-1.41l-3.39 3.39c-.18.18-.5.21-.71 0a.513.513 0 0 1 0-.71L9.52 8.4l1.87 1.86c.95.95 2.59.94 3.54 0c.98-.98.98-2.56 0-3.54l-1.86-1.86l.28-.28c.78-.78 2.05-.78 2.83 0l4.24 4.24c.78.78.78 2.05 0 2.83z" opacity=".3"/><path fill="currentColor" d="M12.22 19.85c-.18.18-.5.21-.71 0a.504.504 0 0 1 0-.71l3.39-3.39l-1.41-1.41l-3.39 3.39c-.19.2-.51.19-.71 0a.504.504 0 0 1 0-.71l3.39-3.39l-1.41-1.41l-3.39 3.39c-.18.18-.5.21-.71 0a.513.513 0 0 1 0-.71l3.39-3.39l-1.42-1.41l-3.39 3.39c-.18.18-.5.21-.71 0a.513.513 0 0 1 0-.71L9.52 8.4l1.87 1.86c.95.95 2.59.94 3.54 0c.98-.98.98-2.56 0-3.54l-1.86-1.86l.28-.28c.78-.78 2.05-.78 2.83 0l4.24 4.24c.78.78.78 2.05 0 2.83zm9.61-6.78a4.01 4.01 0 0 0 0-5.66l-4.24-4.24a4.01 4.01 0 0 0-5.66 0l-.28.28l-.28-.28a4.01 4.01 0 0 0-5.66 0L2.17 6.71a3.99 3.99 0 0 0-.4 5.19l1.45-1.45a2 2 0 0 1 .37-2.33l3.54-3.54c.78-.78 2.05-.78 2.83 0l3.56 3.56c.18.18.21.5 0 .71s-.53.18-.71 0L9.52 5.57l-5.8 5.79c-.98.97-.98 2.56 0 3.54c.39.39.89.63 1.42.7a2.46 2.46 0 0 0 2.12 2.12a2.46 2.46 0 0 0 2.12 2.12c.07.54.31 1.03.7 1.42c.47.47 1.1.73 1.77.73s1.3-.26 1.77-.73z"/></svg> </template>
CSS
.icon-twotone-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%20d%3D%22M12.22%2019.85c-.18.18-.5.21-.71%200a.504.504%200%200%201%200-.71l3.39-3.39l-1.41-1.41l-3.39%203.39c-.19.2-.51.19-.71%200a.504.504%200%200%201%200-.71l3.39-3.39l-1.41-1.41l-3.39%203.39c-.18.18-.5.21-.71%200a.513.513%200%200%201%200-.71l3.39-3.39l-1.42-1.41l-3.39%203.39c-.18.18-.5.21-.71%200a.513.513%200%200%201%200-.71L9.52%208.4l1.87%201.86c.95.95%202.59.94%203.54%200c.98-.98.98-2.56%200-3.54l-1.86-1.86l.28-.28c.78-.78%202.05-.78%202.83%200l4.24%204.24c.78.78.78%202.05%200%202.83z%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.22%2019.85c-.18.18-.5.21-.71%200a.504.504%200%200%201%200-.71l3.39-3.39l-1.41-1.41l-3.39%203.39c-.19.2-.51.19-.71%200a.504.504%200%200%201%200-.71l3.39-3.39l-1.41-1.41l-3.39%203.39c-.18.18-.5.21-.71%200a.513.513%200%200%201%200-.71l3.39-3.39l-1.42-1.41l-3.39%203.39c-.18.18-.5.21-.71%200a.513.513%200%200%201%200-.71L9.52%208.4l1.87%201.86c.95.95%202.59.94%203.54%200c.98-.98.98-2.56%200-3.54l-1.86-1.86l.28-.28c.78-.78%202.05-.78%202.83%200l4.24%204.24c.78.78.78%202.05%200%202.83zm9.61-6.78a4.01%204.01%200%200%200%200-5.66l-4.24-4.24a4.01%204.01%200%200%200-5.66%200l-.28.28l-.28-.28a4.01%204.01%200%200%200-5.66%200L2.17%206.71a3.99%203.99%200%200%200-.4%205.19l1.45-1.45a2%202%200%200%201%20.37-2.33l3.54-3.54c.78-.78%202.05-.78%202.83%200l3.56%203.56c.18.18.21.5%200%20.71s-.53.18-.71%200L9.52%205.57l-5.8%205.79c-.98.97-.98%202.56%200%203.54c.39.39.89.63%201.42.7a2.46%202.46%200%200%200%202.12%202.12a2.46%202.46%200%200%200%202.12%202.12c.07.54.31%201.03.7%201.42c.47.47%201.1.73%201.77.73s1.3-.26%201.77-.73z%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%22M12.22%2019.85c-.18.18-.5.21-.71%200a.504.504%200%200%201%200-.71l3.39-3.39l-1.41-1.41l-3.39%203.39c-.19.2-.51.19-.71%200a.504.504%200%200%201%200-.71l3.39-3.39l-1.41-1.41l-3.39%203.39c-.18.18-.5.21-.71%200a.513.513%200%200%201%200-.71l3.39-3.39l-1.42-1.41l-3.39%203.39c-.18.18-.5.21-.71%200a.513.513%200%200%201%200-.71L9.52%208.4l1.87%201.86c.95.95%202.59.94%203.54%200c.98-.98.98-2.56%200-3.54l-1.86-1.86l.28-.28c.78-.78%202.05-.78%202.83%200l4.24%204.24c.78.78.78%202.05%200%202.83z%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.22%2019.85c-.18.18-.5.21-.71%200a.504.504%200%200%201%200-.71l3.39-3.39l-1.41-1.41l-3.39%203.39c-.19.2-.51.19-.71%200a.504.504%200%200%201%200-.71l3.39-3.39l-1.41-1.41l-3.39%203.39c-.18.18-.5.21-.71%200a.513.513%200%200%201%200-.71l3.39-3.39l-1.42-1.41l-3.39%203.39c-.18.18-.5.21-.71%200a.513.513%200%200%201%200-.71L9.52%208.4l1.87%201.86c.95.95%202.59.94%203.54%200c.98-.98.98-2.56%200-3.54l-1.86-1.86l.28-.28c.78-.78%202.05-.78%202.83%200l4.24%204.24c.78.78.78%202.05%200%202.83zm9.61-6.78a4.01%204.01%200%200%200%200-5.66l-4.24-4.24a4.01%204.01%200%200%200-5.66%200l-.28.28l-.28-.28a4.01%204.01%200%200%200-5.66%200L2.17%206.71a3.99%203.99%200%200%200-.4%205.19l1.45-1.45a2%202%200%200%201%20.37-2.33l3.54-3.54c.78-.78%202.05-.78%202.83%200l3.56%203.56c.18.18.21.5%200%20.71s-.53.18-.71%200L9.52%205.57l-5.8%205.79c-.98.97-.98%202.56%200%203.54c.39.39.89.63%201.42.7a2.46%202.46%200%200%200%202.12%202.12a2.46%202.46%200%200%200%202.12%202.12c.07.54.31%201.03.7%201.42c.47.47%201.1.73%201.77.73s1.3-.26%201.77-.73z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/twotone-handshake.svg?color=%231a73e8&size=48