Hand Shake icon in outline, twotone, bold and bulk. Free in all four styles, for reactions, ratings, favourites, awards, stickers. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconHandShake } from "@devigner-ui/icons";
<IconHandShake className="size-6" />
<script setup>
import { IconHandShake } from "@devigner-ui/icons-vue";
</script>
<template>
<IconHandShake class="size-6" />
</template>
<script>
import { IconHandShake } from "@devigner-ui/icons-svelte";
</script>
<IconHandShake class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="1" d="M8.78 22a8.6 8.6 0 0 1-3.99-3.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M14.83 2.19a4.6 4.6 0 0 1 4.61 1.2" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="m4.01 8.37-.37-.65zm2.5.5.64-.38zm-3.3 1.88-.66.38zM7.7 3.37 8.34 3zm.84 1.45-.65.37zm1.88 4.7a.75.75 0 0 0 1.3-.75zm-2.88 2.61a.75.75 0 0 0 1.3-.75zM4.4 5.26l-.65.38zm7.44-2.33.65-.38zm2.52 4.33.65-.38zm1.69 2.89.37.65a.75.75 0 0 0 .28-1.03zm1.61-4.77-.64.37zM20.2 9.7l.65-.38zM7 17.24l.65-.38zm9.97 2-.37-.65zm-3.18-3.95a.75.75 0 1 0 1.3-.76zm-9.4-6.28c.64-.36 1.26-.14 1.47.23l1.3-.76c-.72-1.23-2.32-1.45-3.51-.77zm-.74-1.3c-1.2.68-1.8 2.18-1.09 3.41l1.3-.75c-.21-.37-.1-1 .53-1.36zm3.4-3.97.85 1.44 1.3-.75-.85-1.45zm.85 1.44 2.53 4.34 1.3-.76L9.2 4.43zm.94 6.19L7.15 8.49l-1.3.76 1.69 2.88zM7.15 8.49l-2.1-3.61-1.3.76 2.1 3.6zM5.58 3.52c.63-.36 1.25-.14 1.47.23l1.3-.76c-.72-1.22-2.33-1.45-3.52-.77zm-.75-1.3c-1.19.68-1.8 2.18-1.08 3.42l1.3-.76c-.21-.36-.1-1 .53-1.36zm6.36 1.09 2.53 4.33 1.3-.76-2.53-4.33zm2.53 4.33 1.68 2.89 1.3-.76L15 6.88zm-4-4.56c.63-.36 1.26-.14 1.47.23l1.3-.76c-.72-1.22-2.33-1.45-3.52-.77zm-.75-1.3c-1.19.68-1.8 2.18-1.08 3.41l1.3-.75c-.21-.36-.1-1 .53-1.36zm8.05 3.97 2.52 4.34 1.3-.76L18.3 5zm-1.48-.22c.64-.37 1.26-.14 1.48.22l1.3-.75c-.72-1.23-2.33-1.46-3.52-.78zm-.74-1.3c-1.2.67-1.8 2.18-1.08 3.41l1.3-.76c-.22-.36-.1-1 .52-1.35zm-12.25 6.9 3.8 6.5 1.29-.76-3.79-6.5zM16.6 18.6c-3.37 1.93-7.34 1.03-8.95-1.73l-1.3.76c2.11 3.62 7.07 4.52 10.99 2.27zm2.95-8.51c1.6 2.75.41 6.59-2.95 8.51l.74 1.3c3.92-2.24 5.62-6.94 3.5-10.57zm-4.46 4.45c-.68-1.15-.2-2.86 1.34-3.74l-.74-1.3c-2.1 1.2-3.08 3.77-1.9 5.8z" fill="currentColor"></path></svg>