shake hands icon

shake-hands-line from Remix Icon by Remix Design · Line · Business · Apache-2.0 Free for personal and commercial use.

Name
shake-hands-line
Set
Remix Icon
Style
Line
Category
Business
Viewbox
24×24
License
Apache 2.0

1 other variant in Remix Icon

More business icons from Remix Icon

Use the shake hands icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.861 2.39a3 3 0 0 1 3.275-.034L19.29 5H21a1 1 0 0 1 1 1v9a1 1 0 0 1-1 1h-1.52a2.65 2.65 0 0 1-1.285 2.449l-5.093 3.056a2 2 0 0 1-2.07-.008a2 2 0 0 1-2.561.073l-5.14-4.039a2 2 0 0 1-.565-2.446A2 2 0 0 1 2 13.51V6a1 1 0 0 1 1-1h4.947zM4.173 13.646l.692-.605a3 3 0 0 1 4.195.24l2.702 2.972a3 3 0 0 1 .396 3.487l5.009-3.005a.66.66 0 0 0 .278-.79l-4.427-6.198a1 1 0 0 0-1.101-.377l-2.486.745a3 3 0 0 1-2.983-.752l-.293-.292A2 2 0 0 1 5.68 7H4v6.51zm9.89-9.602a1 1 0 0 0-1.093.012l-5.4 3.6l.292.293a1 1 0 0 0 .995.25l2.485-.745a3 3 0 0 1 3.303 1.13L18.515 14H20V7h-.709a2 2 0 0 1-1.074-.313zM6.181 14.545l-1.616 1.414l5.14 4.039l.705-1.232a1 1 0 0 0-.129-1.169L7.58 14.625a1 1 0 0 0-1.398-.08"/></svg>

React

import type { SVGProps } from "react";

export function RiShakeHandsLine(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.861 2.39a3 3 0 0 1 3.275-.034L19.29 5H21a1 1 0 0 1 1 1v9a1 1 0 0 1-1 1h-1.52a2.65 2.65 0 0 1-1.285 2.449l-5.093 3.056a2 2 0 0 1-2.07-.008a2 2 0 0 1-2.561.073l-5.14-4.039a2 2 0 0 1-.565-2.446A2 2 0 0 1 2 13.51V6a1 1 0 0 1 1-1h4.947zM4.173 13.646l.692-.605a3 3 0 0 1 4.195.24l2.702 2.972a3 3 0 0 1 .396 3.487l5.009-3.005a.66.66 0 0 0 .278-.79l-4.427-6.198a1 1 0 0 0-1.101-.377l-2.486.745a3 3 0 0 1-2.983-.752l-.293-.292A2 2 0 0 1 5.68 7H4v6.51zm9.89-9.602a1 1 0 0 0-1.093.012l-5.4 3.6l.292.293a1 1 0 0 0 .995.25l2.485-.745a3 3 0 0 1 3.303 1.13L18.515 14H20V7h-.709a2 2 0 0 1-1.074-.313zM6.181 14.545l-1.616 1.414l5.14 4.039l.705-1.232a1 1 0 0 0-.129-1.169L7.58 14.625a1 1 0 0 0-1.398-.08"/></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.861 2.39a3 3 0 0 1 3.275-.034L19.29 5H21a1 1 0 0 1 1 1v9a1 1 0 0 1-1 1h-1.52a2.65 2.65 0 0 1-1.285 2.449l-5.093 3.056a2 2 0 0 1-2.07-.008a2 2 0 0 1-2.561.073l-5.14-4.039a2 2 0 0 1-.565-2.446A2 2 0 0 1 2 13.51V6a1 1 0 0 1 1-1h4.947zM4.173 13.646l.692-.605a3 3 0 0 1 4.195.24l2.702 2.972a3 3 0 0 1 .396 3.487l5.009-3.005a.66.66 0 0 0 .278-.79l-4.427-6.198a1 1 0 0 0-1.101-.377l-2.486.745a3 3 0 0 1-2.983-.752l-.293-.292A2 2 0 0 1 5.68 7H4v6.51zm9.89-9.602a1 1 0 0 0-1.093.012l-5.4 3.6l.292.293a1 1 0 0 0 .995.25l2.485-.745a3 3 0 0 1 3.303 1.13L18.515 14H20V7h-.709a2 2 0 0 1-1.074-.313zM6.181 14.545l-1.616 1.414l5.14 4.039l.705-1.232a1 1 0 0 0-.129-1.169L7.58 14.625a1 1 0 0 0-1.398-.08"/></svg>
</template>

CSS

.icon-shake-hands-line {
  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.861%202.39a3%203%200%200%201%203.275-.034L19.29%205H21a1%201%200%200%201%201%201v9a1%201%200%200%201-1%201h-1.52a2.65%202.65%200%200%201-1.285%202.449l-5.093%203.056a2%202%200%200%201-2.07-.008a2%202%200%200%201-2.561.073l-5.14-4.039a2%202%200%200%201-.565-2.446A2%202%200%200%201%202%2013.51V6a1%201%200%200%201%201-1h4.947zM4.173%2013.646l.692-.605a3%203%200%200%201%204.195.24l2.702%202.972a3%203%200%200%201%20.396%203.487l5.009-3.005a.66.66%200%200%200%20.278-.79l-4.427-6.198a1%201%200%200%200-1.101-.377l-2.486.745a3%203%200%200%201-2.983-.752l-.293-.292A2%202%200%200%201%205.68%207H4v6.51zm9.89-9.602a1%201%200%200%200-1.093.012l-5.4%203.6l.292.293a1%201%200%200%200%20.995.25l2.485-.745a3%203%200%200%201%203.303%201.13L18.515%2014H20V7h-.709a2%202%200%200%201-1.074-.313zM6.181%2014.545l-1.616%201.414l5.14%204.039l.705-1.232a1%201%200%200%200-.129-1.169L7.58%2014.625a1%201%200%200%200-1.398-.08%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.861%202.39a3%203%200%200%201%203.275-.034L19.29%205H21a1%201%200%200%201%201%201v9a1%201%200%200%201-1%201h-1.52a2.65%202.65%200%200%201-1.285%202.449l-5.093%203.056a2%202%200%200%201-2.07-.008a2%202%200%200%201-2.561.073l-5.14-4.039a2%202%200%200%201-.565-2.446A2%202%200%200%201%202%2013.51V6a1%201%200%200%201%201-1h4.947zM4.173%2013.646l.692-.605a3%203%200%200%201%204.195.24l2.702%202.972a3%203%200%200%201%20.396%203.487l5.009-3.005a.66.66%200%200%200%20.278-.79l-4.427-6.198a1%201%200%200%200-1.101-.377l-2.486.745a3%203%200%200%201-2.983-.752l-.293-.292A2%202%200%200%201%205.68%207H4v6.51zm9.89-9.602a1%201%200%200%200-1.093.012l-5.4%203.6l.292.293a1%201%200%200%200%20.995.25l2.485-.745a3%203%200%200%201%203.303%201.13L18.515%2014H20V7h-.709a2%202%200%200%201-1.074-.313zM6.181%2014.545l-1.616%201.414l5.14%204.039l.705-1.232a1%201%200%200%200-.129-1.169L7.58%2014.625a1%201%200%200%200-1.398-.08%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ri/shake-hands-line.svg?color=%231a73e8&size=48