heart handshake icon

heart-handshake from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
heart-handshake
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Huge Icons

Use the heart handshake 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-linejoin="round" stroke-width="1.5"><path d="M19.67 14.67C21.01 12.962 22 11.068 22 9.193C22 6.326 19.895 4 17 4c-1.5 0-3 .5-5 2.5C10 4.5 8.5 4 7 4C4.105 4 2 6.326 2 9.194c0 5.073 7.251 10.293 9.084 11.531c.27.183.59.275.916.275s.646-.092.916-.275q.16-.106.367-.252c.997-.694 1.076-2.114.217-2.973"/><path stroke-linecap="round" d="m18.5 11l.99.99c.709.709.858 1.805.244 2.597c-.746.96-2.17.976-3.03.116L16.5 14.5m0 0l.194.194c.875.875.816 2.367-.11 3.187c-.865.764-2.088.616-2.903-.2L13.5 17.5"/><path stroke-linecap="round" d="M12 6.5L9.25 9.25a1.768 1.768 0 1 0 2.5 2.5L13.5 10c.545-.545.818-.818 1.112-.964a2 2 0 0 1 1.776 0c.294.146.567.419 1.112.964l1.5 1.5"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsHeartHandshake(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" strokeLinejoin="round" strokeWidth="1.5"><path d="M19.67 14.67C21.01 12.962 22 11.068 22 9.193C22 6.326 19.895 4 17 4c-1.5 0-3 .5-5 2.5C10 4.5 8.5 4 7 4C4.105 4 2 6.326 2 9.194c0 5.073 7.251 10.293 9.084 11.531c.27.183.59.275.916.275s.646-.092.916-.275q.16-.106.367-.252c.997-.694 1.076-2.114.217-2.973"/><path strokeLinecap="round" d="m18.5 11l.99.99c.709.709.858 1.805.244 2.597c-.746.96-2.17.976-3.03.116L16.5 14.5m0 0l.194.194c.875.875.816 2.367-.11 3.187c-.865.764-2.088.616-2.903-.2L13.5 17.5"/><path strokeLinecap="round" d="M12 6.5L9.25 9.25a1.768 1.768 0 1 0 2.5 2.5L13.5 10c.545-.545.818-.818 1.112-.964a2 2 0 0 1 1.776 0c.294.146.567.419 1.112.964l1.5 1.5"/></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-linejoin="round" stroke-width="1.5"><path d="M19.67 14.67C21.01 12.962 22 11.068 22 9.193C22 6.326 19.895 4 17 4c-1.5 0-3 .5-5 2.5C10 4.5 8.5 4 7 4C4.105 4 2 6.326 2 9.194c0 5.073 7.251 10.293 9.084 11.531c.27.183.59.275.916.275s.646-.092.916-.275q.16-.106.367-.252c.997-.694 1.076-2.114.217-2.973"/><path stroke-linecap="round" d="m18.5 11l.99.99c.709.709.858 1.805.244 2.597c-.746.96-2.17.976-3.03.116L16.5 14.5m0 0l.194.194c.875.875.816 2.367-.11 3.187c-.865.764-2.088.616-2.903-.2L13.5 17.5"/><path stroke-linecap="round" d="M12 6.5L9.25 9.25a1.768 1.768 0 1 0 2.5 2.5L13.5 10c.545-.545.818-.818 1.112-.964a2 2 0 0 1 1.776 0c.294.146.567.419 1.112.964l1.5 1.5"/></g></svg>
</template>

CSS

.icon-heart-handshake {
  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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M19.67%2014.67C21.01%2012.962%2022%2011.068%2022%209.193C22%206.326%2019.895%204%2017%204c-1.5%200-3%20.5-5%202.5C10%204.5%208.5%204%207%204C4.105%204%202%206.326%202%209.194c0%205.073%207.251%2010.293%209.084%2011.531c.27.183.59.275.916.275s.646-.092.916-.275q.16-.106.367-.252c.997-.694%201.076-2.114.217-2.973%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22m18.5%2011l.99.99c.709.709.858%201.805.244%202.597c-.746.96-2.17.976-3.03.116L16.5%2014.5m0%200l.194.194c.875.875.816%202.367-.11%203.187c-.865.764-2.088.616-2.903-.2L13.5%2017.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%206.5L9.25%209.25a1.768%201.768%200%201%200%202.5%202.5L13.5%2010c.545-.545.818-.818%201.112-.964a2%202%200%200%201%201.776%200c.294.146.567.419%201.112.964l1.5%201.5%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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M19.67%2014.67C21.01%2012.962%2022%2011.068%2022%209.193C22%206.326%2019.895%204%2017%204c-1.5%200-3%20.5-5%202.5C10%204.5%208.5%204%207%204C4.105%204%202%206.326%202%209.194c0%205.073%207.251%2010.293%209.084%2011.531c.27.183.59.275.916.275s.646-.092.916-.275q.16-.106.367-.252c.997-.694%201.076-2.114.217-2.973%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22m18.5%2011l.99.99c.709.709.858%201.805.244%202.597c-.746.96-2.17.976-3.03.116L16.5%2014.5m0%200l.194.194c.875.875.816%202.367-.11%203.187c-.865.764-2.088.616-2.903-.2L13.5%2017.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%206.5L9.25%209.25a1.768%201.768%200%201%200%202.5%202.5L13.5%2010c.545-.545.818-.818%201.112-.964a2%202%200%200%201%201.776%200c.294.146.567.419%201.112.964l1.5%201.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/heart-handshake.svg?color=%231a73e8&size=48