shake hands icon

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

Name
shake-hands-fill
Set
Remix Icon
Style
Fill
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="M19.291 6h.71a1 1 0 0 1 1 1v7a1 1 0 0 1-1 1h-2l-4.17-5.836a2 2 0 0 0-2.201-.753l-2.486.746a2 2 0 0 1-1.988-.502l-.293-.293a1 1 0 0 1 .152-1.539l5.401-3.6a2 2 0 0 1 2.183-.024l4.156 2.645A1 1 0 0 0 19.29 6M5.027 14.295l-1.616 1.414a1 1 0 0 0 .041 1.538l5.14 4.04a1 1 0 0 0 1.487-.29l.704-1.232a2 2 0 0 0-.257-2.338l-2.702-2.972a2 2 0 0 0-2.797-.16M7.046 5H3a1 1 0 0 0-1 1v7.516a2 2 0 0 0 .35 1.13l.074-.066l1.615-1.414a3.5 3.5 0 0 1 4.895.28l2.702 2.972a3.5 3.5 0 0 1 .45 4.09l-.655 1.146a2 2 0 0 0 1.738-.155l4.41-2.646a1 1 0 0 0 .299-1.438l-5.267-7.379a.5.5 0 0 0-.55-.188l-2.486.745a3.5 3.5 0 0 1-3.48-.877l-.293-.293a2.5 2.5 0 0 1 .38-3.848z"/></svg>

React

import type { SVGProps } from "react";

export function RiShakeHandsFill(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="M19.291 6h.71a1 1 0 0 1 1 1v7a1 1 0 0 1-1 1h-2l-4.17-5.836a2 2 0 0 0-2.201-.753l-2.486.746a2 2 0 0 1-1.988-.502l-.293-.293a1 1 0 0 1 .152-1.539l5.401-3.6a2 2 0 0 1 2.183-.024l4.156 2.645A1 1 0 0 0 19.29 6M5.027 14.295l-1.616 1.414a1 1 0 0 0 .041 1.538l5.14 4.04a1 1 0 0 0 1.487-.29l.704-1.232a2 2 0 0 0-.257-2.338l-2.702-2.972a2 2 0 0 0-2.797-.16M7.046 5H3a1 1 0 0 0-1 1v7.516a2 2 0 0 0 .35 1.13l.074-.066l1.615-1.414a3.5 3.5 0 0 1 4.895.28l2.702 2.972a3.5 3.5 0 0 1 .45 4.09l-.655 1.146a2 2 0 0 0 1.738-.155l4.41-2.646a1 1 0 0 0 .299-1.438l-5.267-7.379a.5.5 0 0 0-.55-.188l-2.486.745a3.5 3.5 0 0 1-3.48-.877l-.293-.293a2.5 2.5 0 0 1 .38-3.848z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.291 6h.71a1 1 0 0 1 1 1v7a1 1 0 0 1-1 1h-2l-4.17-5.836a2 2 0 0 0-2.201-.753l-2.486.746a2 2 0 0 1-1.988-.502l-.293-.293a1 1 0 0 1 .152-1.539l5.401-3.6a2 2 0 0 1 2.183-.024l4.156 2.645A1 1 0 0 0 19.29 6M5.027 14.295l-1.616 1.414a1 1 0 0 0 .041 1.538l5.14 4.04a1 1 0 0 0 1.487-.29l.704-1.232a2 2 0 0 0-.257-2.338l-2.702-2.972a2 2 0 0 0-2.797-.16M7.046 5H3a1 1 0 0 0-1 1v7.516a2 2 0 0 0 .35 1.13l.074-.066l1.615-1.414a3.5 3.5 0 0 1 4.895.28l2.702 2.972a3.5 3.5 0 0 1 .45 4.09l-.655 1.146a2 2 0 0 0 1.738-.155l4.41-2.646a1 1 0 0 0 .299-1.438l-5.267-7.379a.5.5 0 0 0-.55-.188l-2.486.745a3.5 3.5 0 0 1-3.48-.877l-.293-.293a2.5 2.5 0 0 1 .38-3.848z"/></svg>
</template>

CSS

.icon-shake-hands-fill {
  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%22M19.291%206h.71a1%201%200%200%201%201%201v7a1%201%200%200%201-1%201h-2l-4.17-5.836a2%202%200%200%200-2.201-.753l-2.486.746a2%202%200%200%201-1.988-.502l-.293-.293a1%201%200%200%201%20.152-1.539l5.401-3.6a2%202%200%200%201%202.183-.024l4.156%202.645A1%201%200%200%200%2019.29%206M5.027%2014.295l-1.616%201.414a1%201%200%200%200%20.041%201.538l5.14%204.04a1%201%200%200%200%201.487-.29l.704-1.232a2%202%200%200%200-.257-2.338l-2.702-2.972a2%202%200%200%200-2.797-.16M7.046%205H3a1%201%200%200%200-1%201v7.516a2%202%200%200%200%20.35%201.13l.074-.066l1.615-1.414a3.5%203.5%200%200%201%204.895.28l2.702%202.972a3.5%203.5%200%200%201%20.45%204.09l-.655%201.146a2%202%200%200%200%201.738-.155l4.41-2.646a1%201%200%200%200%20.299-1.438l-5.267-7.379a.5.5%200%200%200-.55-.188l-2.486.745a3.5%203.5%200%200%201-3.48-.877l-.293-.293a2.5%202.5%200%200%201%20.38-3.848z%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%22M19.291%206h.71a1%201%200%200%201%201%201v7a1%201%200%200%201-1%201h-2l-4.17-5.836a2%202%200%200%200-2.201-.753l-2.486.746a2%202%200%200%201-1.988-.502l-.293-.293a1%201%200%200%201%20.152-1.539l5.401-3.6a2%202%200%200%201%202.183-.024l4.156%202.645A1%201%200%200%200%2019.29%206M5.027%2014.295l-1.616%201.414a1%201%200%200%200%20.041%201.538l5.14%204.04a1%201%200%200%200%201.487-.29l.704-1.232a2%202%200%200%200-.257-2.338l-2.702-2.972a2%202%200%200%200-2.797-.16M7.046%205H3a1%201%200%200%200-1%201v7.516a2%202%200%200%200%20.35%201.13l.074-.066l1.615-1.414a3.5%203.5%200%200%201%204.895.28l2.702%202.972a3.5%203.5%200%200%201%20.45%204.09l-.655%201.146a2%202%200%200%200%201.738-.155l4.41-2.646a1%201%200%200%200%20.299-1.438l-5.267-7.379a.5.5%200%200%200-.55-.188l-2.486.745a3.5%203.5%200%200%201-3.48-.877l-.293-.293a2.5%202.5%200%200%201%20.38-3.848z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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