handshake from Font Awesome 6 Regular by Dave Gandy · Regular · Charity · CC-BY-4.0 Attribution required.

Name
handshake
Set
Font Awesome 6 Regular
Style
Regular
Category
Charity
Viewbox
640×512
License
CC BY 4.0

The same icon in other sets

More charity icons from Font Awesome 6 Regular

Use the handshake icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="m272.2 64.6l-51.1 51.1c-15.3 4.2-29.5 11.9-41.5 22.5L153 161.9c-10.2 9.1-23.5 14.1-37.2 14.1H96v128c20.4.6 39.8 8.9 54.3 23.4l35.6 35.6l7 7l27 27c6.2 6.2 16.4 6.2 22.6 0c1.7-1.7 3-3.7 3.7-5.8c2.8-7.7 9.3-13.5 17.3-15.3s16.4.6 22.2 6.5l10.8 10.6c11.6 11.6 30.4 11.6 41.9 0c5.4-5.4 8.3-12.3 8.6-19.4c.4-8.8 5.6-16.6 13.6-20.4s17.3-3 24.4 2.1c9.4 6.7 22.5 5.8 30.9-2.6c9.4-9.4 9.4-24.6 0-33.9L340.1 243l-35.8 33c-27.3 25.2-69.2 25.6-97 .9c-31.7-28.2-32.4-77.4-1.6-106.5l70.1-66.2C303.2 78.4 339.4 64 377.1 64c36.1 0 71 13.3 97.9 37.2l30.1 26.8H624c8.8 0 16 7.2 16 16v208c0 17.7-14.3 32-32 32h-32c-11.8 0-22.2-6.4-27.7-16h-84.9c-3.4 6.7-7.9 13.1-13.5 18.7c-17.1 17.1-40.8 23.8-63 20.1c-3.6 7.3-8.5 14.1-14.6 20.2c-27.3 27.3-70 30-100.4 8.1c-25.1 20.8-62.5 19.5-86-4.1L159 404l-7-7l-35.6-35.6c-5.5-5.5-12.7-8.7-20.4-9.3c0 17.6-14.4 31.9-32 31.9H32c-17.7 0-32-14.3-32-32V144c0-8.8 7.2-16 16-16h99.8c2 0 3.9-.7 5.3-2l26.5-23.6C175.5 77.7 211.4 64 248.7 64H259c4.4 0 8.9.2 13.2.6M544 320V176h-48c-5.9 0-11.6-2.2-15.9-6.1l-36.9-32.8C425 120.9 401.5 112 377.1 112c-25.4 0-49.8 9.7-68.3 27.1l-70.1 66.2c-10.3 9.8-10.1 26.3.5 35.7c9.3 8.3 23.4 8.1 32.5-.3l71.9-66.4c9.7-9 24.9-8.4 33.9 1.4s8.4 24.9-1.4 33.9l-.8.8l74.4 74.4c10 10 16.5 22.3 19.4 35.1h74.8zM64 336a16 16 0 1 0-32 0a16 16 0 1 0 32 0m528 16a16 16 0 1 0 0-32a16 16 0 1 0 0 32"/></svg>

React

import type { SVGProps } from "react";

export function Fa6RegularHandshake(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="m272.2 64.6l-51.1 51.1c-15.3 4.2-29.5 11.9-41.5 22.5L153 161.9c-10.2 9.1-23.5 14.1-37.2 14.1H96v128c20.4.6 39.8 8.9 54.3 23.4l35.6 35.6l7 7l27 27c6.2 6.2 16.4 6.2 22.6 0c1.7-1.7 3-3.7 3.7-5.8c2.8-7.7 9.3-13.5 17.3-15.3s16.4.6 22.2 6.5l10.8 10.6c11.6 11.6 30.4 11.6 41.9 0c5.4-5.4 8.3-12.3 8.6-19.4c.4-8.8 5.6-16.6 13.6-20.4s17.3-3 24.4 2.1c9.4 6.7 22.5 5.8 30.9-2.6c9.4-9.4 9.4-24.6 0-33.9L340.1 243l-35.8 33c-27.3 25.2-69.2 25.6-97 .9c-31.7-28.2-32.4-77.4-1.6-106.5l70.1-66.2C303.2 78.4 339.4 64 377.1 64c36.1 0 71 13.3 97.9 37.2l30.1 26.8H624c8.8 0 16 7.2 16 16v208c0 17.7-14.3 32-32 32h-32c-11.8 0-22.2-6.4-27.7-16h-84.9c-3.4 6.7-7.9 13.1-13.5 18.7c-17.1 17.1-40.8 23.8-63 20.1c-3.6 7.3-8.5 14.1-14.6 20.2c-27.3 27.3-70 30-100.4 8.1c-25.1 20.8-62.5 19.5-86-4.1L159 404l-7-7l-35.6-35.6c-5.5-5.5-12.7-8.7-20.4-9.3c0 17.6-14.4 31.9-32 31.9H32c-17.7 0-32-14.3-32-32V144c0-8.8 7.2-16 16-16h99.8c2 0 3.9-.7 5.3-2l26.5-23.6C175.5 77.7 211.4 64 248.7 64H259c4.4 0 8.9.2 13.2.6M544 320V176h-48c-5.9 0-11.6-2.2-15.9-6.1l-36.9-32.8C425 120.9 401.5 112 377.1 112c-25.4 0-49.8 9.7-68.3 27.1l-70.1 66.2c-10.3 9.8-10.1 26.3.5 35.7c9.3 8.3 23.4 8.1 32.5-.3l71.9-66.4c9.7-9 24.9-8.4 33.9 1.4s8.4 24.9-1.4 33.9l-.8.8l74.4 74.4c10 10 16.5 22.3 19.4 35.1h74.8zM64 336a16 16 0 1 0-32 0a16 16 0 1 0 32 0m528 16a16 16 0 1 0 0-32a16 16 0 1 0 0 32"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="m272.2 64.6l-51.1 51.1c-15.3 4.2-29.5 11.9-41.5 22.5L153 161.9c-10.2 9.1-23.5 14.1-37.2 14.1H96v128c20.4.6 39.8 8.9 54.3 23.4l35.6 35.6l7 7l27 27c6.2 6.2 16.4 6.2 22.6 0c1.7-1.7 3-3.7 3.7-5.8c2.8-7.7 9.3-13.5 17.3-15.3s16.4.6 22.2 6.5l10.8 10.6c11.6 11.6 30.4 11.6 41.9 0c5.4-5.4 8.3-12.3 8.6-19.4c.4-8.8 5.6-16.6 13.6-20.4s17.3-3 24.4 2.1c9.4 6.7 22.5 5.8 30.9-2.6c9.4-9.4 9.4-24.6 0-33.9L340.1 243l-35.8 33c-27.3 25.2-69.2 25.6-97 .9c-31.7-28.2-32.4-77.4-1.6-106.5l70.1-66.2C303.2 78.4 339.4 64 377.1 64c36.1 0 71 13.3 97.9 37.2l30.1 26.8H624c8.8 0 16 7.2 16 16v208c0 17.7-14.3 32-32 32h-32c-11.8 0-22.2-6.4-27.7-16h-84.9c-3.4 6.7-7.9 13.1-13.5 18.7c-17.1 17.1-40.8 23.8-63 20.1c-3.6 7.3-8.5 14.1-14.6 20.2c-27.3 27.3-70 30-100.4 8.1c-25.1 20.8-62.5 19.5-86-4.1L159 404l-7-7l-35.6-35.6c-5.5-5.5-12.7-8.7-20.4-9.3c0 17.6-14.4 31.9-32 31.9H32c-17.7 0-32-14.3-32-32V144c0-8.8 7.2-16 16-16h99.8c2 0 3.9-.7 5.3-2l26.5-23.6C175.5 77.7 211.4 64 248.7 64H259c4.4 0 8.9.2 13.2.6M544 320V176h-48c-5.9 0-11.6-2.2-15.9-6.1l-36.9-32.8C425 120.9 401.5 112 377.1 112c-25.4 0-49.8 9.7-68.3 27.1l-70.1 66.2c-10.3 9.8-10.1 26.3.5 35.7c9.3 8.3 23.4 8.1 32.5-.3l71.9-66.4c9.7-9 24.9-8.4 33.9 1.4s8.4 24.9-1.4 33.9l-.8.8l74.4 74.4c10 10 16.5 22.3 19.4 35.1h74.8zM64 336a16 16 0 1 0-32 0a16 16 0 1 0 32 0m528 16a16 16 0 1 0 0-32a16 16 0 1 0 0 32"/></svg>
</template>

CSS

.icon-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%20640%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m272.2%2064.6l-51.1%2051.1c-15.3%204.2-29.5%2011.9-41.5%2022.5L153%20161.9c-10.2%209.1-23.5%2014.1-37.2%2014.1H96v128c20.4.6%2039.8%208.9%2054.3%2023.4l35.6%2035.6l7%207l27%2027c6.2%206.2%2016.4%206.2%2022.6%200c1.7-1.7%203-3.7%203.7-5.8c2.8-7.7%209.3-13.5%2017.3-15.3s16.4.6%2022.2%206.5l10.8%2010.6c11.6%2011.6%2030.4%2011.6%2041.9%200c5.4-5.4%208.3-12.3%208.6-19.4c.4-8.8%205.6-16.6%2013.6-20.4s17.3-3%2024.4%202.1c9.4%206.7%2022.5%205.8%2030.9-2.6c9.4-9.4%209.4-24.6%200-33.9L340.1%20243l-35.8%2033c-27.3%2025.2-69.2%2025.6-97%20.9c-31.7-28.2-32.4-77.4-1.6-106.5l70.1-66.2C303.2%2078.4%20339.4%2064%20377.1%2064c36.1%200%2071%2013.3%2097.9%2037.2l30.1%2026.8H624c8.8%200%2016%207.2%2016%2016v208c0%2017.7-14.3%2032-32%2032h-32c-11.8%200-22.2-6.4-27.7-16h-84.9c-3.4%206.7-7.9%2013.1-13.5%2018.7c-17.1%2017.1-40.8%2023.8-63%2020.1c-3.6%207.3-8.5%2014.1-14.6%2020.2c-27.3%2027.3-70%2030-100.4%208.1c-25.1%2020.8-62.5%2019.5-86-4.1L159%20404l-7-7l-35.6-35.6c-5.5-5.5-12.7-8.7-20.4-9.3c0%2017.6-14.4%2031.9-32%2031.9H32c-17.7%200-32-14.3-32-32V144c0-8.8%207.2-16%2016-16h99.8c2%200%203.9-.7%205.3-2l26.5-23.6C175.5%2077.7%20211.4%2064%20248.7%2064H259c4.4%200%208.9.2%2013.2.6M544%20320V176h-48c-5.9%200-11.6-2.2-15.9-6.1l-36.9-32.8C425%20120.9%20401.5%20112%20377.1%20112c-25.4%200-49.8%209.7-68.3%2027.1l-70.1%2066.2c-10.3%209.8-10.1%2026.3.5%2035.7c9.3%208.3%2023.4%208.1%2032.5-.3l71.9-66.4c9.7-9%2024.9-8.4%2033.9%201.4s8.4%2024.9-1.4%2033.9l-.8.8l74.4%2074.4c10%2010%2016.5%2022.3%2019.4%2035.1h74.8zM64%20336a16%2016%200%201%200-32%200a16%2016%200%201%200%2032%200m528%2016a16%2016%200%201%200%200-32a16%2016%200%201%200%200%2032%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%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m272.2%2064.6l-51.1%2051.1c-15.3%204.2-29.5%2011.9-41.5%2022.5L153%20161.9c-10.2%209.1-23.5%2014.1-37.2%2014.1H96v128c20.4.6%2039.8%208.9%2054.3%2023.4l35.6%2035.6l7%207l27%2027c6.2%206.2%2016.4%206.2%2022.6%200c1.7-1.7%203-3.7%203.7-5.8c2.8-7.7%209.3-13.5%2017.3-15.3s16.4.6%2022.2%206.5l10.8%2010.6c11.6%2011.6%2030.4%2011.6%2041.9%200c5.4-5.4%208.3-12.3%208.6-19.4c.4-8.8%205.6-16.6%2013.6-20.4s17.3-3%2024.4%202.1c9.4%206.7%2022.5%205.8%2030.9-2.6c9.4-9.4%209.4-24.6%200-33.9L340.1%20243l-35.8%2033c-27.3%2025.2-69.2%2025.6-97%20.9c-31.7-28.2-32.4-77.4-1.6-106.5l70.1-66.2C303.2%2078.4%20339.4%2064%20377.1%2064c36.1%200%2071%2013.3%2097.9%2037.2l30.1%2026.8H624c8.8%200%2016%207.2%2016%2016v208c0%2017.7-14.3%2032-32%2032h-32c-11.8%200-22.2-6.4-27.7-16h-84.9c-3.4%206.7-7.9%2013.1-13.5%2018.7c-17.1%2017.1-40.8%2023.8-63%2020.1c-3.6%207.3-8.5%2014.1-14.6%2020.2c-27.3%2027.3-70%2030-100.4%208.1c-25.1%2020.8-62.5%2019.5-86-4.1L159%20404l-7-7l-35.6-35.6c-5.5-5.5-12.7-8.7-20.4-9.3c0%2017.6-14.4%2031.9-32%2031.9H32c-17.7%200-32-14.3-32-32V144c0-8.8%207.2-16%2016-16h99.8c2%200%203.9-.7%205.3-2l26.5-23.6C175.5%2077.7%20211.4%2064%20248.7%2064H259c4.4%200%208.9.2%2013.2.6M544%20320V176h-48c-5.9%200-11.6-2.2-15.9-6.1l-36.9-32.8C425%20120.9%20401.5%20112%20377.1%20112c-25.4%200-49.8%209.7-68.3%2027.1l-70.1%2066.2c-10.3%209.8-10.1%2026.3.5%2035.7c9.3%208.3%2023.4%208.1%2032.5-.3l71.9-66.4c9.7-9%2024.9-8.4%2033.9%201.4s8.4%2024.9-1.4%2033.9l-.8.8l74.4%2074.4c10%2010%2016.5%2022.3%2019.4%2035.1h74.8zM64%20336a16%2016%200%201%200-32%200a16%2016%200%201%200%2032%200m528%2016a16%2016%200%201%200%200-32a16%2016%200%201%200%200%2032%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-regular/handshake.svg?color=%231a73e8&size=48