waving hand emoji

waving-hand from OpenMoji by OpenMoji · Default · People Body · CC-BY-SA-4.0 Attribution required.

Name
waving-hand
Set
OpenMoji
Style
Default
Category
People Body
Viewbox
72×72
License
CC BY-SA 4.0

5 other variants in OpenMoji

The same emoji in other sets

More people body icons from OpenMoji

Use the waving hand emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fcea2b" d="M18.658 19.24a3.531 3.531 0 1 0-5.564 4.25l11.533 15.1l2.688 3.387l-7.89-10.331a3.531 3.531 0 1 0-5.564 4.249l7.891 10.331l6.27 7.899c5.468 6.273 14.515 5.93 20.787.465a19.62 19.62 0 0 0 6.515-12.31c.386-4.233.807-15.301.807-15.301c-.182-2.601-3.135-4.524-3.515-3.18l-4.894 9.757l-3.366-4.223l3.366 4.223l-3.366-4.223l-13.465-17.208a3.531 3.531 0 1 0-5.563 4.249l4.249 5.563L36 30.417l-13.419-17.68a3.531 3.531 0 1 0-5.563 4.248L31.689 36"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M18.658 19.24a3.531 3.531 0 1 0-5.564 4.25l11.533 15.1l2.688 3.387l-7.89-10.331a3.531 3.531 0 1 0-5.564 4.249l7.891 10.331l6.27 7.899c5.468 6.273 14.515 5.93 20.787.465a19.62 19.62 0 0 0 6.515-12.31c.386-4.233.807-15.301.807-15.301c-.182-2.601-3.135-4.524-3.515-3.18l-4.894 9.757l-3.366-4.223l3.366 4.223l-3.366-4.223l-13.465-17.208a3.531 3.531 0 1 0-5.563 4.249l4.249 5.563L36 30.417l-13.419-17.68a3.531 3.531 0 1 0-5.563 4.248L31.689 36"/><path stroke-miterlimit="10" d="M11.673 42.872c0 2.566 1.747 4.643 3.905 4.643m-8.517-5.078c0 5.596 3.81 10.124 8.517 10.124m29.684-31.323c0-2.567-1.747-4.643-3.906-4.643m8.517 5.078c0-5.596-3.81-10.124-8.517-10.124"/></g></svg>

React

import type { SVGProps } from "react";

export function OpenmojiWavingHand(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fcea2b" d="M18.658 19.24a3.531 3.531 0 1 0-5.564 4.25l11.533 15.1l2.688 3.387l-7.89-10.331a3.531 3.531 0 1 0-5.564 4.249l7.891 10.331l6.27 7.899c5.468 6.273 14.515 5.93 20.787.465a19.62 19.62 0 0 0 6.515-12.31c.386-4.233.807-15.301.807-15.301c-.182-2.601-3.135-4.524-3.515-3.18l-4.894 9.757l-3.366-4.223l3.366 4.223l-3.366-4.223l-13.465-17.208a3.531 3.531 0 1 0-5.563 4.249l4.249 5.563L36 30.417l-13.419-17.68a3.531 3.531 0 1 0-5.563 4.248L31.689 36"/><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path d="M18.658 19.24a3.531 3.531 0 1 0-5.564 4.25l11.533 15.1l2.688 3.387l-7.89-10.331a3.531 3.531 0 1 0-5.564 4.249l7.891 10.331l6.27 7.899c5.468 6.273 14.515 5.93 20.787.465a19.62 19.62 0 0 0 6.515-12.31c.386-4.233.807-15.301.807-15.301c-.182-2.601-3.135-4.524-3.515-3.18l-4.894 9.757l-3.366-4.223l3.366 4.223l-3.366-4.223l-13.465-17.208a3.531 3.531 0 1 0-5.563 4.249l4.249 5.563L36 30.417l-13.419-17.68a3.531 3.531 0 1 0-5.563 4.248L31.689 36"/><path strokeMiterlimit="10" d="M11.673 42.872c0 2.566 1.747 4.643 3.905 4.643m-8.517-5.078c0 5.596 3.81 10.124 8.517 10.124m29.684-31.323c0-2.567-1.747-4.643-3.906-4.643m8.517 5.078c0-5.596-3.81-10.124-8.517-10.124"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fcea2b" d="M18.658 19.24a3.531 3.531 0 1 0-5.564 4.25l11.533 15.1l2.688 3.387l-7.89-10.331a3.531 3.531 0 1 0-5.564 4.249l7.891 10.331l6.27 7.899c5.468 6.273 14.515 5.93 20.787.465a19.62 19.62 0 0 0 6.515-12.31c.386-4.233.807-15.301.807-15.301c-.182-2.601-3.135-4.524-3.515-3.18l-4.894 9.757l-3.366-4.223l3.366 4.223l-3.366-4.223l-13.465-17.208a3.531 3.531 0 1 0-5.563 4.249l4.249 5.563L36 30.417l-13.419-17.68a3.531 3.531 0 1 0-5.563 4.248L31.689 36"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="M18.658 19.24a3.531 3.531 0 1 0-5.564 4.25l11.533 15.1l2.688 3.387l-7.89-10.331a3.531 3.531 0 1 0-5.564 4.249l7.891 10.331l6.27 7.899c5.468 6.273 14.515 5.93 20.787.465a19.62 19.62 0 0 0 6.515-12.31c.386-4.233.807-15.301.807-15.301c-.182-2.601-3.135-4.524-3.515-3.18l-4.894 9.757l-3.366-4.223l3.366 4.223l-3.366-4.223l-13.465-17.208a3.531 3.531 0 1 0-5.563 4.249l4.249 5.563L36 30.417l-13.419-17.68a3.531 3.531 0 1 0-5.563 4.248L31.689 36"/><path stroke-miterlimit="10" d="M11.673 42.872c0 2.566 1.747 4.643 3.905 4.643m-8.517-5.078c0 5.596 3.81 10.124 8.517 10.124m29.684-31.323c0-2.567-1.747-4.643-3.906-4.643m8.517 5.078c0-5.596-3.81-10.124-8.517-10.124"/></g></svg>
</template>

CSS

.icon-waving-hand {
  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%2072%2072%22%3E%3Cpath%20fill%3D%22%23fcea2b%22%20d%3D%22M18.658%2019.24a3.531%203.531%200%201%200-5.564%204.25l11.533%2015.1l2.688%203.387l-7.89-10.331a3.531%203.531%200%201%200-5.564%204.249l7.891%2010.331l6.27%207.899c5.468%206.273%2014.515%205.93%2020.787.465a19.62%2019.62%200%200%200%206.515-12.31c.386-4.233.807-15.301.807-15.301c-.182-2.601-3.135-4.524-3.515-3.18l-4.894%209.757l-3.366-4.223l3.366%204.223l-3.366-4.223l-13.465-17.208a3.531%203.531%200%201%200-5.563%204.249l4.249%205.563L36%2030.417l-13.419-17.68a3.531%203.531%200%201%200-5.563%204.248L31.689%2036%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M18.658%2019.24a3.531%203.531%200%201%200-5.564%204.25l11.533%2015.1l2.688%203.387l-7.89-10.331a3.531%203.531%200%201%200-5.564%204.249l7.891%2010.331l6.27%207.899c5.468%206.273%2014.515%205.93%2020.787.465a19.62%2019.62%200%200%200%206.515-12.31c.386-4.233.807-15.301.807-15.301c-.182-2.601-3.135-4.524-3.515-3.18l-4.894%209.757l-3.366-4.223l3.366%204.223l-3.366-4.223l-13.465-17.208a3.531%203.531%200%201%200-5.563%204.249l4.249%205.563L36%2030.417l-13.419-17.68a3.531%203.531%200%201%200-5.563%204.248L31.689%2036%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M11.673%2042.872c0%202.566%201.747%204.643%203.905%204.643m-8.517-5.078c0%205.596%203.81%2010.124%208.517%2010.124m29.684-31.323c0-2.567-1.747-4.643-3.906-4.643m8.517%205.078c0-5.596-3.81-10.124-8.517-10.124%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%2072%2072%22%3E%3Cpath%20fill%3D%22%23fcea2b%22%20d%3D%22M18.658%2019.24a3.531%203.531%200%201%200-5.564%204.25l11.533%2015.1l2.688%203.387l-7.89-10.331a3.531%203.531%200%201%200-5.564%204.249l7.891%2010.331l6.27%207.899c5.468%206.273%2014.515%205.93%2020.787.465a19.62%2019.62%200%200%200%206.515-12.31c.386-4.233.807-15.301.807-15.301c-.182-2.601-3.135-4.524-3.515-3.18l-4.894%209.757l-3.366-4.223l3.366%204.223l-3.366-4.223l-13.465-17.208a3.531%203.531%200%201%200-5.563%204.249l4.249%205.563L36%2030.417l-13.419-17.68a3.531%203.531%200%201%200-5.563%204.248L31.689%2036%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M18.658%2019.24a3.531%203.531%200%201%200-5.564%204.25l11.533%2015.1l2.688%203.387l-7.89-10.331a3.531%203.531%200%201%200-5.564%204.249l7.891%2010.331l6.27%207.899c5.468%206.273%2014.515%205.93%2020.787.465a19.62%2019.62%200%200%200%206.515-12.31c.386-4.233.807-15.301.807-15.301c-.182-2.601-3.135-4.524-3.515-3.18l-4.894%209.757l-3.366-4.223l3.366%204.223l-3.366-4.223l-13.465-17.208a3.531%203.531%200%201%200-5.563%204.249l4.249%205.563L36%2030.417l-13.419-17.68a3.531%203.531%200%201%200-5.563%204.248L31.689%2036%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M11.673%2042.872c0%202.566%201.747%204.643%203.905%204.643m-8.517-5.078c0%205.596%203.81%2010.124%208.517%2010.124m29.684-31.323c0-2.567-1.747-4.643-3.906-4.643m8.517%205.078c0-5.596-3.81-10.124-8.517-10.124%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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