handshake simple icon
handshake-simple from Font Awesome Regular by Dave Gandy · Regular · CC-BY-4.0 Attribution required.
- Name
- handshake-simple
- Set
- Font Awesome Regular
- Style
- Regular
- Viewbox
- 640×640
- License
- CC BY 4.0
The same icon in other sets
Related icons in Font Awesome Regular
Use the handshake simple icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M598.1 139.4c10.7-7.8 13.1-22.8 5.3-33.5s-22.8-13.1-33.5-5.3l-74.5 54.2l-9.9-6.6C465.8 135 442.6 128 418.9 128H215.7c-26.7 0-52.5 8.9-73.4 25.1l-72.2-52.5c-10.7-7.8-25.7-5.4-33.5 5.3s-5.4 25.7 5.3 33.5l88 64c9.6 6.9 22.7 5.9 31.1-2.4l3.9-3.9c13.5-13.5 31.8-21.1 50.9-21.1h46.3l-91.7 91.7c-15.6 15.6-15.6 40.9 0 56.6l.8.8C218 372 294 372 340.9 325.1L368 298l97.8 97.8c15.6 15.6 15.6 40.9 0 56.6l-9.8 9.8l-31-31c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l28 28c-17.5 10.4-37.2 16.7-57.6 18.5L313 463c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l15 15h-3.8c-36.1 0-70.7-14.3-96.2-39.8L65 343c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l129.1 129.2c34.5 34.5 81.3 53.9 130.1 53.9h51.8l1 1l1-1h5.7c48.8 0 95.6-19.4 130.1-53.9l19.9-19.9c1.2-1.2 2.3-2.3 3.4-3.5c.7-.5 1.3-1.1 1.9-1.7L609 377c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-53.8 53.8c-4.2-12.8-11.3-24.9-21.5-35.1L385 247c-9.4-9.4-24.6-9.4-33.9 0L307 291.1c-26.5 26.5-68.5 28-96.7 4.6L309 197c13.4-13.4 31.6-21 50.6-21.1h59.5c14.2 0 28.1 4.2 39.9 12.1l23.7 16c8.4 5.6 19.3 5.3 27.4-.6z"/></svg>
React
import type { SVGProps } from "react";
export function Fa7RegularHandshakeSimple(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M598.1 139.4c10.7-7.8 13.1-22.8 5.3-33.5s-22.8-13.1-33.5-5.3l-74.5 54.2l-9.9-6.6C465.8 135 442.6 128 418.9 128H215.7c-26.7 0-52.5 8.9-73.4 25.1l-72.2-52.5c-10.7-7.8-25.7-5.4-33.5 5.3s-5.4 25.7 5.3 33.5l88 64c9.6 6.9 22.7 5.9 31.1-2.4l3.9-3.9c13.5-13.5 31.8-21.1 50.9-21.1h46.3l-91.7 91.7c-15.6 15.6-15.6 40.9 0 56.6l.8.8C218 372 294 372 340.9 325.1L368 298l97.8 97.8c15.6 15.6 15.6 40.9 0 56.6l-9.8 9.8l-31-31c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l28 28c-17.5 10.4-37.2 16.7-57.6 18.5L313 463c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l15 15h-3.8c-36.1 0-70.7-14.3-96.2-39.8L65 343c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l129.1 129.2c34.5 34.5 81.3 53.9 130.1 53.9h51.8l1 1l1-1h5.7c48.8 0 95.6-19.4 130.1-53.9l19.9-19.9c1.2-1.2 2.3-2.3 3.4-3.5c.7-.5 1.3-1.1 1.9-1.7L609 377c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-53.8 53.8c-4.2-12.8-11.3-24.9-21.5-35.1L385 247c-9.4-9.4-24.6-9.4-33.9 0L307 291.1c-26.5 26.5-68.5 28-96.7 4.6L309 197c13.4-13.4 31.6-21 50.6-21.1h59.5c14.2 0 28.1 4.2 39.9 12.1l23.7 16c8.4 5.6 19.3 5.3 27.4-.6z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M598.1 139.4c10.7-7.8 13.1-22.8 5.3-33.5s-22.8-13.1-33.5-5.3l-74.5 54.2l-9.9-6.6C465.8 135 442.6 128 418.9 128H215.7c-26.7 0-52.5 8.9-73.4 25.1l-72.2-52.5c-10.7-7.8-25.7-5.4-33.5 5.3s-5.4 25.7 5.3 33.5l88 64c9.6 6.9 22.7 5.9 31.1-2.4l3.9-3.9c13.5-13.5 31.8-21.1 50.9-21.1h46.3l-91.7 91.7c-15.6 15.6-15.6 40.9 0 56.6l.8.8C218 372 294 372 340.9 325.1L368 298l97.8 97.8c15.6 15.6 15.6 40.9 0 56.6l-9.8 9.8l-31-31c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l28 28c-17.5 10.4-37.2 16.7-57.6 18.5L313 463c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l15 15h-3.8c-36.1 0-70.7-14.3-96.2-39.8L65 343c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l129.1 129.2c34.5 34.5 81.3 53.9 130.1 53.9h51.8l1 1l1-1h5.7c48.8 0 95.6-19.4 130.1-53.9l19.9-19.9c1.2-1.2 2.3-2.3 3.4-3.5c.7-.5 1.3-1.1 1.9-1.7L609 377c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-53.8 53.8c-4.2-12.8-11.3-24.9-21.5-35.1L385 247c-9.4-9.4-24.6-9.4-33.9 0L307 291.1c-26.5 26.5-68.5 28-96.7 4.6L309 197c13.4-13.4 31.6-21 50.6-21.1h59.5c14.2 0 28.1 4.2 39.9 12.1l23.7 16c8.4 5.6 19.3 5.3 27.4-.6z"/></svg> </template>
CSS
.icon-handshake-simple {
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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M598.1%20139.4c10.7-7.8%2013.1-22.8%205.3-33.5s-22.8-13.1-33.5-5.3l-74.5%2054.2l-9.9-6.6C465.8%20135%20442.6%20128%20418.9%20128H215.7c-26.7%200-52.5%208.9-73.4%2025.1l-72.2-52.5c-10.7-7.8-25.7-5.4-33.5%205.3s-5.4%2025.7%205.3%2033.5l88%2064c9.6%206.9%2022.7%205.9%2031.1-2.4l3.9-3.9c13.5-13.5%2031.8-21.1%2050.9-21.1h46.3l-91.7%2091.7c-15.6%2015.6-15.6%2040.9%200%2056.6l.8.8C218%20372%20294%20372%20340.9%20325.1L368%20298l97.8%2097.8c15.6%2015.6%2015.6%2040.9%200%2056.6l-9.8%209.8l-31-31c-9.4-9.4-24.6-9.4-33.9%200s-9.4%2024.6%200%2033.9l28%2028c-17.5%2010.4-37.2%2016.7-57.6%2018.5L313%20463c-9.4-9.4-24.6-9.4-33.9%200s-9.4%2024.6%200%2033.9l15%2015h-3.8c-36.1%200-70.7-14.3-96.2-39.8L65%20343c-9.4-9.4-24.6-9.4-33.9%200s-9.4%2024.6%200%2033.9l129.1%20129.2c34.5%2034.5%2081.3%2053.9%20130.1%2053.9h51.8l1%201l1-1h5.7c48.8%200%2095.6-19.4%20130.1-53.9l19.9-19.9c1.2-1.2%202.3-2.3%203.4-3.5c.7-.5%201.3-1.1%201.9-1.7L609%20377c9.4-9.4%209.4-24.6%200-33.9s-24.6-9.4-33.9%200l-53.8%2053.8c-4.2-12.8-11.3-24.9-21.5-35.1L385%20247c-9.4-9.4-24.6-9.4-33.9%200L307%20291.1c-26.5%2026.5-68.5%2028-96.7%204.6L309%20197c13.4-13.4%2031.6-21%2050.6-21.1h59.5c14.2%200%2028.1%204.2%2039.9%2012.1l23.7%2016c8.4%205.6%2019.3%205.3%2027.4-.6z%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M598.1%20139.4c10.7-7.8%2013.1-22.8%205.3-33.5s-22.8-13.1-33.5-5.3l-74.5%2054.2l-9.9-6.6C465.8%20135%20442.6%20128%20418.9%20128H215.7c-26.7%200-52.5%208.9-73.4%2025.1l-72.2-52.5c-10.7-7.8-25.7-5.4-33.5%205.3s-5.4%2025.7%205.3%2033.5l88%2064c9.6%206.9%2022.7%205.9%2031.1-2.4l3.9-3.9c13.5-13.5%2031.8-21.1%2050.9-21.1h46.3l-91.7%2091.7c-15.6%2015.6-15.6%2040.9%200%2056.6l.8.8C218%20372%20294%20372%20340.9%20325.1L368%20298l97.8%2097.8c15.6%2015.6%2015.6%2040.9%200%2056.6l-9.8%209.8l-31-31c-9.4-9.4-24.6-9.4-33.9%200s-9.4%2024.6%200%2033.9l28%2028c-17.5%2010.4-37.2%2016.7-57.6%2018.5L313%20463c-9.4-9.4-24.6-9.4-33.9%200s-9.4%2024.6%200%2033.9l15%2015h-3.8c-36.1%200-70.7-14.3-96.2-39.8L65%20343c-9.4-9.4-24.6-9.4-33.9%200s-9.4%2024.6%200%2033.9l129.1%20129.2c34.5%2034.5%2081.3%2053.9%20130.1%2053.9h51.8l1%201l1-1h5.7c48.8%200%2095.6-19.4%20130.1-53.9l19.9-19.9c1.2-1.2%202.3-2.3%203.4-3.5c.7-.5%201.3-1.1%201.9-1.7L609%20377c9.4-9.4%209.4-24.6%200-33.9s-24.6-9.4-33.9%200l-53.8%2053.8c-4.2-12.8-11.3-24.9-21.5-35.1L385%20247c-9.4-9.4-24.6-9.4-33.9%200L307%20291.1c-26.5%2026.5-68.5%2028-96.7%204.6L309%20197c13.4-13.4%2031.6-21%2050.6-21.1h59.5c14.2%200%2028.1%204.2%2039.9%2012.1l23.7%2016c8.4%205.6%2019.3%205.3%2027.4-.6z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-regular/handshake-simple.svg?color=%231a73e8&size=48