handshake icon
handshake-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- handshake-thin
- Set
- Phosphor
- Style
- Thin
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
handshakeEmoji One (Colored)handshakeFont Awesome 6 RegularhandshakeFont Awesome 6 Solidhandshake-16-filledFluent UI System IconshandshakeFluent EmojihandshakeFluent Emoji FlathandshakeFluent Emoji High ContrasthandshakeHuge IconshandshakeLine AwesomehandshakeLucidehandshakeMaterial SymbolshandshakeMaterial Design IconshandshakeNoto EmojihandshakeOpenMojihandshakeSimple IconshandshakeTwitter Emoji
Use the handshake icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m250.73 109.69l-25.53-51a12 12 0 0 0-16.1-5.37l-26.22 13.06L129 52.14a3.9 3.9 0 0 0-2 0L73.12 66.38L46.9 53.27a12 12 0 0 0-16.1 5.37L5.27 109.69a12 12 0 0 0 5.37 16.1l27.29 13.65l55.75 39.82a3.9 3.9 0 0 0 1.35.62l64 16a4 4 0 0 0 3.8-1l55.54-55.54l27-13.5a12 12 0 0 0 5.37-16.1Zm-51 36.95l-37.2-29.8a4 4 0 0 0-5.34.3c-19.49 19.64-41.34 17.11-55.29 8.2a4.07 4.07 0 0 1-1.85-3a3.91 3.91 0 0 1 1.11-3.21L145.62 76h35.91l29.6 59.21ZM12.21 116.32a4 4 0 0 1 .22-3L38 62.22A4 4 0 0 1 41.54 60a4 4 0 0 1 1.78.43l24 12l-29.11 58.21l-24-12a4 4 0 0 1-2-2.32m146.56 71.25L97.71 172.3l-52.6-37.57L75.45 74L128 60.14L157.72 68H144a4 4 0 0 0-2.79 1.13l-45.7 44.33a12 12 0 0 0 2.06 18.62c19.88 12.71 44.13 10 62.66-6.81L194 152.33Zm85-71.25a4 4 0 0 1-2 2.32l-24 12l-29.09-58.21l24-12a4 4 0 0 1 5.32 1.79l25.53 51.05a4 4 0 0 1 .26 3.05ZM127.94 217a4 4 0 0 1-3.88 3a4 4 0 0 1-1-.12l-41.68-10.43a4 4 0 0 1-1.36-.62L53.68 190a4 4 0 0 1 4.65-6.51l25.72 18.37l41 10.25a4 4 0 0 1 2.89 4.89"/></svg>
React
import type { SVGProps } from "react";
export function PhHandshakeThin(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m250.73 109.69l-25.53-51a12 12 0 0 0-16.1-5.37l-26.22 13.06L129 52.14a3.9 3.9 0 0 0-2 0L73.12 66.38L46.9 53.27a12 12 0 0 0-16.1 5.37L5.27 109.69a12 12 0 0 0 5.37 16.1l27.29 13.65l55.75 39.82a3.9 3.9 0 0 0 1.35.62l64 16a4 4 0 0 0 3.8-1l55.54-55.54l27-13.5a12 12 0 0 0 5.37-16.1Zm-51 36.95l-37.2-29.8a4 4 0 0 0-5.34.3c-19.49 19.64-41.34 17.11-55.29 8.2a4.07 4.07 0 0 1-1.85-3a3.91 3.91 0 0 1 1.11-3.21L145.62 76h35.91l29.6 59.21ZM12.21 116.32a4 4 0 0 1 .22-3L38 62.22A4 4 0 0 1 41.54 60a4 4 0 0 1 1.78.43l24 12l-29.11 58.21l-24-12a4 4 0 0 1-2-2.32m146.56 71.25L97.71 172.3l-52.6-37.57L75.45 74L128 60.14L157.72 68H144a4 4 0 0 0-2.79 1.13l-45.7 44.33a12 12 0 0 0 2.06 18.62c19.88 12.71 44.13 10 62.66-6.81L194 152.33Zm85-71.25a4 4 0 0 1-2 2.32l-24 12l-29.09-58.21l24-12a4 4 0 0 1 5.32 1.79l25.53 51.05a4 4 0 0 1 .26 3.05ZM127.94 217a4 4 0 0 1-3.88 3a4 4 0 0 1-1-.12l-41.68-10.43a4 4 0 0 1-1.36-.62L53.68 190a4 4 0 0 1 4.65-6.51l25.72 18.37l41 10.25a4 4 0 0 1 2.89 4.89"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m250.73 109.69l-25.53-51a12 12 0 0 0-16.1-5.37l-26.22 13.06L129 52.14a3.9 3.9 0 0 0-2 0L73.12 66.38L46.9 53.27a12 12 0 0 0-16.1 5.37L5.27 109.69a12 12 0 0 0 5.37 16.1l27.29 13.65l55.75 39.82a3.9 3.9 0 0 0 1.35.62l64 16a4 4 0 0 0 3.8-1l55.54-55.54l27-13.5a12 12 0 0 0 5.37-16.1Zm-51 36.95l-37.2-29.8a4 4 0 0 0-5.34.3c-19.49 19.64-41.34 17.11-55.29 8.2a4.07 4.07 0 0 1-1.85-3a3.91 3.91 0 0 1 1.11-3.21L145.62 76h35.91l29.6 59.21ZM12.21 116.32a4 4 0 0 1 .22-3L38 62.22A4 4 0 0 1 41.54 60a4 4 0 0 1 1.78.43l24 12l-29.11 58.21l-24-12a4 4 0 0 1-2-2.32m146.56 71.25L97.71 172.3l-52.6-37.57L75.45 74L128 60.14L157.72 68H144a4 4 0 0 0-2.79 1.13l-45.7 44.33a12 12 0 0 0 2.06 18.62c19.88 12.71 44.13 10 62.66-6.81L194 152.33Zm85-71.25a4 4 0 0 1-2 2.32l-24 12l-29.09-58.21l24-12a4 4 0 0 1 5.32 1.79l25.53 51.05a4 4 0 0 1 .26 3.05ZM127.94 217a4 4 0 0 1-3.88 3a4 4 0 0 1-1-.12l-41.68-10.43a4 4 0 0 1-1.36-.62L53.68 190a4 4 0 0 1 4.65-6.51l25.72 18.37l41 10.25a4 4 0 0 1 2.89 4.89"/></svg> </template>
CSS
.icon-handshake-thin {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m250.73%20109.69l-25.53-51a12%2012%200%200%200-16.1-5.37l-26.22%2013.06L129%2052.14a3.9%203.9%200%200%200-2%200L73.12%2066.38L46.9%2053.27a12%2012%200%200%200-16.1%205.37L5.27%20109.69a12%2012%200%200%200%205.37%2016.1l27.29%2013.65l55.75%2039.82a3.9%203.9%200%200%200%201.35.62l64%2016a4%204%200%200%200%203.8-1l55.54-55.54l27-13.5a12%2012%200%200%200%205.37-16.1Zm-51%2036.95l-37.2-29.8a4%204%200%200%200-5.34.3c-19.49%2019.64-41.34%2017.11-55.29%208.2a4.07%204.07%200%200%201-1.85-3a3.91%203.91%200%200%201%201.11-3.21L145.62%2076h35.91l29.6%2059.21ZM12.21%20116.32a4%204%200%200%201%20.22-3L38%2062.22A4%204%200%200%201%2041.54%2060a4%204%200%200%201%201.78.43l24%2012l-29.11%2058.21l-24-12a4%204%200%200%201-2-2.32m146.56%2071.25L97.71%20172.3l-52.6-37.57L75.45%2074L128%2060.14L157.72%2068H144a4%204%200%200%200-2.79%201.13l-45.7%2044.33a12%2012%200%200%200%202.06%2018.62c19.88%2012.71%2044.13%2010%2062.66-6.81L194%20152.33Zm85-71.25a4%204%200%200%201-2%202.32l-24%2012l-29.09-58.21l24-12a4%204%200%200%201%205.32%201.79l25.53%2051.05a4%204%200%200%201%20.26%203.05ZM127.94%20217a4%204%200%200%201-3.88%203a4%204%200%200%201-1-.12l-41.68-10.43a4%204%200%200%201-1.36-.62L53.68%20190a4%204%200%200%201%204.65-6.51l25.72%2018.37l41%2010.25a4%204%200%200%201%202.89%204.89%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m250.73%20109.69l-25.53-51a12%2012%200%200%200-16.1-5.37l-26.22%2013.06L129%2052.14a3.9%203.9%200%200%200-2%200L73.12%2066.38L46.9%2053.27a12%2012%200%200%200-16.1%205.37L5.27%20109.69a12%2012%200%200%200%205.37%2016.1l27.29%2013.65l55.75%2039.82a3.9%203.9%200%200%200%201.35.62l64%2016a4%204%200%200%200%203.8-1l55.54-55.54l27-13.5a12%2012%200%200%200%205.37-16.1Zm-51%2036.95l-37.2-29.8a4%204%200%200%200-5.34.3c-19.49%2019.64-41.34%2017.11-55.29%208.2a4.07%204.07%200%200%201-1.85-3a3.91%203.91%200%200%201%201.11-3.21L145.62%2076h35.91l29.6%2059.21ZM12.21%20116.32a4%204%200%200%201%20.22-3L38%2062.22A4%204%200%200%201%2041.54%2060a4%204%200%200%201%201.78.43l24%2012l-29.11%2058.21l-24-12a4%204%200%200%201-2-2.32m146.56%2071.25L97.71%20172.3l-52.6-37.57L75.45%2074L128%2060.14L157.72%2068H144a4%204%200%200%200-2.79%201.13l-45.7%2044.33a12%2012%200%200%200%202.06%2018.62c19.88%2012.71%2044.13%2010%2062.66-6.81L194%20152.33Zm85-71.25a4%204%200%200%201-2%202.32l-24%2012l-29.09-58.21l24-12a4%204%200%200%201%205.32%201.79l25.53%2051.05a4%204%200%200%201%20.26%203.05ZM127.94%20217a4%204%200%200%201-3.88%203a4%204%200%200%201-1-.12l-41.68-10.43a4%204%200%200%201-1.36-.62L53.68%20190a4%204%200%200%201%204.65-6.51l25.72%2018.37l41%2010.25a4%204%200%200%201%202.89%204.89%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/handshake-thin.svg?color=%231a73e8&size=48