hand shake icon

hand-shake-broken from Solar by 480 Design · Broken · Hands · CC-BY-4.0 Attribution required.

Name
hand-shake-broken
Set
Solar
Style
Broken
Category
Hands
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More hands icons from Solar

Use the hand shake icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path d="M8.7838 21.9999C7.0986 21.2478 5.70665 20.0758 4.79175 18.5068"/><path d="M14.8252 2.18595C16.5021 1.70882 18.2333 2.16305 19.4417 3.39724"/><path stroke-linejoin="round" d="M8.18595 11.7548L6.50218 8.86743C6.03722 8.0701 4.9217 7.84584 4.0106 8.36655C3.0995 8.88725 2.73784 9.95573 3.2028 10.7531L6.99128 17.2497C7.56334 18.2308 8.38161 18.9949 9.34654 19.5221M6.50218 8.86743L4.39747 5.25817C3.93251 4.46083 4.29417 3.39235 5.20527 2.87164C6.11637 2.35094 7.23189 2.57519 7.69685 3.37253L8.53873 4.81624M14.3638 7.26172L11.8381 2.9306C11.3732 2.13326 10.2576 1.90901 9.34654 2.42971C8.43544 2.95042 8.07377 4.0189 8.53873 4.81624L11.0644 9.14736M14.3638 7.26172L16.0475 10.1491C14.2253 11.1905 13.502 13.3275 14.4319 14.9222M14.3638 7.26172C13.8988 6.46438 14.2605 5.3959 15.1716 4.8752C16.0827 4.35449 17.1982 4.57875 17.6632 5.37608M19.6991 8.86743L20.1888 9.7072C22.0487 12.8965 20.602 17.1705 16.9576 19.2533C16.0071 19.7965 15.001 20.137 14 20.2871"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarHandShakeBroken(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5"><path d="M8.7838 21.9999C7.0986 21.2478 5.70665 20.0758 4.79175 18.5068"/><path d="M14.8252 2.18595C16.5021 1.70882 18.2333 2.16305 19.4417 3.39724"/><path strokeLinejoin="round" d="M8.18595 11.7548L6.50218 8.86743C6.03722 8.0701 4.9217 7.84584 4.0106 8.36655C3.0995 8.88725 2.73784 9.95573 3.2028 10.7531L6.99128 17.2497C7.56334 18.2308 8.38161 18.9949 9.34654 19.5221M6.50218 8.86743L4.39747 5.25817C3.93251 4.46083 4.29417 3.39235 5.20527 2.87164C6.11637 2.35094 7.23189 2.57519 7.69685 3.37253L8.53873 4.81624M14.3638 7.26172L11.8381 2.9306C11.3732 2.13326 10.2576 1.90901 9.34654 2.42971C8.43544 2.95042 8.07377 4.0189 8.53873 4.81624L11.0644 9.14736M14.3638 7.26172L16.0475 10.1491C14.2253 11.1905 13.502 13.3275 14.4319 14.9222M14.3638 7.26172C13.8988 6.46438 14.2605 5.3959 15.1716 4.8752C16.0827 4.35449 17.1982 4.57875 17.6632 5.37608M19.6991 8.86743L20.1888 9.7072C22.0487 12.8965 20.602 17.1705 16.9576 19.2533C16.0071 19.7965 15.001 20.137 14 20.2871"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path d="M8.7838 21.9999C7.0986 21.2478 5.70665 20.0758 4.79175 18.5068"/><path d="M14.8252 2.18595C16.5021 1.70882 18.2333 2.16305 19.4417 3.39724"/><path stroke-linejoin="round" d="M8.18595 11.7548L6.50218 8.86743C6.03722 8.0701 4.9217 7.84584 4.0106 8.36655C3.0995 8.88725 2.73784 9.95573 3.2028 10.7531L6.99128 17.2497C7.56334 18.2308 8.38161 18.9949 9.34654 19.5221M6.50218 8.86743L4.39747 5.25817C3.93251 4.46083 4.29417 3.39235 5.20527 2.87164C6.11637 2.35094 7.23189 2.57519 7.69685 3.37253L8.53873 4.81624M14.3638 7.26172L11.8381 2.9306C11.3732 2.13326 10.2576 1.90901 9.34654 2.42971C8.43544 2.95042 8.07377 4.0189 8.53873 4.81624L11.0644 9.14736M14.3638 7.26172L16.0475 10.1491C14.2253 11.1905 13.502 13.3275 14.4319 14.9222M14.3638 7.26172C13.8988 6.46438 14.2605 5.3959 15.1716 4.8752C16.0827 4.35449 17.1982 4.57875 17.6632 5.37608M19.6991 8.86743L20.1888 9.7072C22.0487 12.8965 20.602 17.1705 16.9576 19.2533C16.0071 19.7965 15.001 20.137 14 20.2871"/></g></svg>
</template>

CSS

.icon-hand-shake-broken {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M8.7838%2021.9999C7.0986%2021.2478%205.70665%2020.0758%204.79175%2018.5068%22%2F%3E%3Cpath%20d%3D%22M14.8252%202.18595C16.5021%201.70882%2018.2333%202.16305%2019.4417%203.39724%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M8.18595%2011.7548L6.50218%208.86743C6.03722%208.0701%204.9217%207.84584%204.0106%208.36655C3.0995%208.88725%202.73784%209.95573%203.2028%2010.7531L6.99128%2017.2497C7.56334%2018.2308%208.38161%2018.9949%209.34654%2019.5221M6.50218%208.86743L4.39747%205.25817C3.93251%204.46083%204.29417%203.39235%205.20527%202.87164C6.11637%202.35094%207.23189%202.57519%207.69685%203.37253L8.53873%204.81624M14.3638%207.26172L11.8381%202.9306C11.3732%202.13326%2010.2576%201.90901%209.34654%202.42971C8.43544%202.95042%208.07377%204.0189%208.53873%204.81624L11.0644%209.14736M14.3638%207.26172L16.0475%2010.1491C14.2253%2011.1905%2013.502%2013.3275%2014.4319%2014.9222M14.3638%207.26172C13.8988%206.46438%2014.2605%205.3959%2015.1716%204.8752C16.0827%204.35449%2017.1982%204.57875%2017.6632%205.37608M19.6991%208.86743L20.1888%209.7072C22.0487%2012.8965%2020.602%2017.1705%2016.9576%2019.2533C16.0071%2019.7965%2015.001%2020.137%2014%2020.2871%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M8.7838%2021.9999C7.0986%2021.2478%205.70665%2020.0758%204.79175%2018.5068%22%2F%3E%3Cpath%20d%3D%22M14.8252%202.18595C16.5021%201.70882%2018.2333%202.16305%2019.4417%203.39724%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M8.18595%2011.7548L6.50218%208.86743C6.03722%208.0701%204.9217%207.84584%204.0106%208.36655C3.0995%208.88725%202.73784%209.95573%203.2028%2010.7531L6.99128%2017.2497C7.56334%2018.2308%208.38161%2018.9949%209.34654%2019.5221M6.50218%208.86743L4.39747%205.25817C3.93251%204.46083%204.29417%203.39235%205.20527%202.87164C6.11637%202.35094%207.23189%202.57519%207.69685%203.37253L8.53873%204.81624M14.3638%207.26172L11.8381%202.9306C11.3732%202.13326%2010.2576%201.90901%209.34654%202.42971C8.43544%202.95042%208.07377%204.0189%208.53873%204.81624L11.0644%209.14736M14.3638%207.26172L16.0475%2010.1491C14.2253%2011.1905%2013.502%2013.3275%2014.4319%2014.9222M14.3638%207.26172C13.8988%206.46438%2014.2605%205.3959%2015.1716%204.8752C16.0827%204.35449%2017.1982%204.57875%2017.6632%205.37608M19.6991%208.86743L20.1888%209.7072C22.0487%2012.8965%2020.602%2017.1705%2016.9576%2019.2533C16.0071%2019.7965%2015.001%2020.137%2014%2020.2871%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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