hand shake icon
hand-shake-linear from Solar by 480 Design · Linear · Hands · CC-BY-4.0 Attribution required.
- Name
- hand-shake-linear
- Set
- Solar
- Style
- Linear
- 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.78355 21.9999C7.09836 21.2478 5.70641 20.0758 4.7915 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.2497C8.85112 20.4391 13.3132 21.3361 16.9576 19.2533C20.602 17.1705 22.0487 12.8965 20.1888 9.7072L17.6632 5.37608C17.1982 4.57875 16.0827 4.35449 15.1716 4.8752C14.2605 5.3959 13.8988 6.46438 14.3638 7.26172M6.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.81624M11.0644 9.14736L8.53873 4.81624C8.07377 4.0189 8.43544 2.95042 9.34654 2.42971C10.2576 1.90901 11.3732 2.13326 11.8381 2.9306L14.3638 7.26172M14.3638 7.26172L16.0475 10.1491C14.2253 11.1905 13.502 13.3275 14.4319 14.9222"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarHandShakeLinear(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.78355 21.9999C7.09836 21.2478 5.70641 20.0758 4.7915 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.2497C8.85112 20.4391 13.3132 21.3361 16.9576 19.2533C20.602 17.1705 22.0487 12.8965 20.1888 9.7072L17.6632 5.37608C17.1982 4.57875 16.0827 4.35449 15.1716 4.8752C14.2605 5.3959 13.8988 6.46438 14.3638 7.26172M6.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.81624M11.0644 9.14736L8.53873 4.81624C8.07377 4.0189 8.43544 2.95042 9.34654 2.42971C10.2576 1.90901 11.3732 2.13326 11.8381 2.9306L14.3638 7.26172M14.3638 7.26172L16.0475 10.1491C14.2253 11.1905 13.502 13.3275 14.4319 14.9222"/></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.78355 21.9999C7.09836 21.2478 5.70641 20.0758 4.7915 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.2497C8.85112 20.4391 13.3132 21.3361 16.9576 19.2533C20.602 17.1705 22.0487 12.8965 20.1888 9.7072L17.6632 5.37608C17.1982 4.57875 16.0827 4.35449 15.1716 4.8752C14.2605 5.3959 13.8988 6.46438 14.3638 7.26172M6.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.81624M11.0644 9.14736L8.53873 4.81624C8.07377 4.0189 8.43544 2.95042 9.34654 2.42971C10.2576 1.90901 11.3732 2.13326 11.8381 2.9306L14.3638 7.26172M14.3638 7.26172L16.0475 10.1491C14.2253 11.1905 13.502 13.3275 14.4319 14.9222"/></g></svg> </template>
CSS
.icon-hand-shake-linear {
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.78355%2021.9999C7.09836%2021.2478%205.70641%2020.0758%204.7915%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.2497C8.85112%2020.4391%2013.3132%2021.3361%2016.9576%2019.2533C20.602%2017.1705%2022.0487%2012.8965%2020.1888%209.7072L17.6632%205.37608C17.1982%204.57875%2016.0827%204.35449%2015.1716%204.8752C14.2605%205.3959%2013.8988%206.46438%2014.3638%207.26172M6.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.81624M11.0644%209.14736L8.53873%204.81624C8.07377%204.0189%208.43544%202.95042%209.34654%202.42971C10.2576%201.90901%2011.3732%202.13326%2011.8381%202.9306L14.3638%207.26172M14.3638%207.26172L16.0475%2010.1491C14.2253%2011.1905%2013.502%2013.3275%2014.4319%2014.9222%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.78355%2021.9999C7.09836%2021.2478%205.70641%2020.0758%204.7915%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.2497C8.85112%2020.4391%2013.3132%2021.3361%2016.9576%2019.2533C20.602%2017.1705%2022.0487%2012.8965%2020.1888%209.7072L17.6632%205.37608C17.1982%204.57875%2016.0827%204.35449%2015.1716%204.8752C14.2605%205.3959%2013.8988%206.46438%2014.3638%207.26172M6.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.81624M11.0644%209.14736L8.53873%204.81624C8.07377%204.0189%208.43544%202.95042%209.34654%202.42971C10.2576%201.90901%2011.3732%202.13326%2011.8381%202.9306L14.3638%207.26172M14.3638%207.26172L16.0475%2010.1491C14.2253%2011.1905%2013.502%2013.3275%2014.4319%2014.9222%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-linear.svg?color=%231a73e8&size=48