waving hand 2 emoji

waving-hand-2 from Streamline Emojis by Streamline · Default · Smiley People · CC-BY-4.0 Attribution required.

Name
waving-hand-2
Set
Streamline Emojis
Style
Default
Category
Smiley People
Viewbox
48×48
License
CC BY 4.0

More smiley people icons from Streamline Emojis

Use the waving hand 2 emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#45413c" d="M11.5 45.5a12.5 1.5 0 1 0 25 0a12.5 1.5 0 1 0-25 0" opacity=".15"/><path fill="#ffcebf" d="m33.46 19.26l-.13 3.26l-11.22-11.23a2.59 2.59 0 0 0-3.44-.29a2.49 2.49 0 0 0-.19 3.7l-1.59-1.59a2.77 2.77 0 0 0-3.77-.21a2.67 2.67 0 0 0-.1 3.87l-.02-.05a2.53 2.53 0 0 0-3-.46a2.5 2.5 0 0 0-.53 3.94l3 3a2.19 2.19 0 0 0-3.24.16a2.28 2.28 0 0 0 .24 3L22 39a9.39 9.39 0 0 0 13.37-.06a14.47 14.47 0 0 0 4-10.81L39 16a1.08 1.08 0 0 0-1.08-1a4.45 4.45 0 0 0-4.46 4.26"/><path fill="#ffdcd1" d="M33.33 22.52L22.11 11.29a2.59 2.59 0 0 0-3.44-.29a2.48 2.48 0 0 0-.36 3.49a1.8 1.8 0 0 1 .36-.37a2.59 2.59 0 0 1 3.44.27l9.66 9.67Zm5.76-3.4L39 16a1.08 1.08 0 0 0-1.08-1a4.45 4.45 0 0 0-4.45 4.29l-.13 3.26l.13-.14a4.46 4.46 0 0 1 4.45-4.29a1.17 1.17 0 0 1 1.17 1"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="m33.46 19.26l-.13 3.26l-11.22-11.23a2.59 2.59 0 0 0-3.44-.29a2.49 2.49 0 0 0-.19 3.7l-1.59-1.59a2.77 2.77 0 0 0-3.77-.21a2.67 2.67 0 0 0-.1 3.87l-.02-.05a2.53 2.53 0 0 0-3-.46a2.5 2.5 0 0 0-.53 3.94l3 3a2.19 2.19 0 0 0-3.24.16a2.28 2.28 0 0 0 .24 3L22 39a9.39 9.39 0 0 0 13.37-.06a14.47 14.47 0 0 0 4-10.81L39 16a1.08 1.08 0 0 0-1.08-1h0a4.45 4.45 0 0 0-4.46 4.26m-21.12 3.92l6.06 6.05m-5.38-12.45l8.91 8.91m-3.45-10.97l7.21 7.22"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="m33.33 22.52l-3.57 3.57a6 6 0 0 0 0 8.49h0M24.11 8.76a9.06 9.06 0 0 1 4.31 2a9.7 9.7 0 0 1 2.7 4m-6.44-8.67A11.06 11.06 0 0 1 30 8.51a11.84 11.84 0 0 1 3.33 4.93M4.65 24.24a9 9 0 0 0 .79 4.67a9.65 9.65 0 0 0 3.17 3.63M1.92 24.1a11.07 11.07 0 0 0 1 5.77a12 12 0 0 0 3.91 4.49"/></svg>

React

import type { SVGProps } from "react";

export function StreamlineEmojisWavingHand2(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#45413c" d="M11.5 45.5a12.5 1.5 0 1 0 25 0a12.5 1.5 0 1 0-25 0" opacity=".15"/><path fill="#ffcebf" d="m33.46 19.26l-.13 3.26l-11.22-11.23a2.59 2.59 0 0 0-3.44-.29a2.49 2.49 0 0 0-.19 3.7l-1.59-1.59a2.77 2.77 0 0 0-3.77-.21a2.67 2.67 0 0 0-.1 3.87l-.02-.05a2.53 2.53 0 0 0-3-.46a2.5 2.5 0 0 0-.53 3.94l3 3a2.19 2.19 0 0 0-3.24.16a2.28 2.28 0 0 0 .24 3L22 39a9.39 9.39 0 0 0 13.37-.06a14.47 14.47 0 0 0 4-10.81L39 16a1.08 1.08 0 0 0-1.08-1a4.45 4.45 0 0 0-4.46 4.26"/><path fill="#ffdcd1" d="M33.33 22.52L22.11 11.29a2.59 2.59 0 0 0-3.44-.29a2.48 2.48 0 0 0-.36 3.49a1.8 1.8 0 0 1 .36-.37a2.59 2.59 0 0 1 3.44.27l9.66 9.67Zm5.76-3.4L39 16a1.08 1.08 0 0 0-1.08-1a4.45 4.45 0 0 0-4.45 4.29l-.13 3.26l.13-.14a4.46 4.46 0 0 1 4.45-4.29a1.17 1.17 0 0 1 1.17 1"/><path fill="none" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="m33.46 19.26l-.13 3.26l-11.22-11.23a2.59 2.59 0 0 0-3.44-.29a2.49 2.49 0 0 0-.19 3.7l-1.59-1.59a2.77 2.77 0 0 0-3.77-.21a2.67 2.67 0 0 0-.1 3.87l-.02-.05a2.53 2.53 0 0 0-3-.46a2.5 2.5 0 0 0-.53 3.94l3 3a2.19 2.19 0 0 0-3.24.16a2.28 2.28 0 0 0 .24 3L22 39a9.39 9.39 0 0 0 13.37-.06a14.47 14.47 0 0 0 4-10.81L39 16a1.08 1.08 0 0 0-1.08-1h0a4.45 4.45 0 0 0-4.46 4.26m-21.12 3.92l6.06 6.05m-5.38-12.45l8.91 8.91m-3.45-10.97l7.21 7.22"/><path fill="none" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="m33.33 22.52l-3.57 3.57a6 6 0 0 0 0 8.49h0M24.11 8.76a9.06 9.06 0 0 1 4.31 2a9.7 9.7 0 0 1 2.7 4m-6.44-8.67A11.06 11.06 0 0 1 30 8.51a11.84 11.84 0 0 1 3.33 4.93M4.65 24.24a9 9 0 0 0 .79 4.67a9.65 9.65 0 0 0 3.17 3.63M1.92 24.1a11.07 11.07 0 0 0 1 5.77a12 12 0 0 0 3.91 4.49"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#45413c" d="M11.5 45.5a12.5 1.5 0 1 0 25 0a12.5 1.5 0 1 0-25 0" opacity=".15"/><path fill="#ffcebf" d="m33.46 19.26l-.13 3.26l-11.22-11.23a2.59 2.59 0 0 0-3.44-.29a2.49 2.49 0 0 0-.19 3.7l-1.59-1.59a2.77 2.77 0 0 0-3.77-.21a2.67 2.67 0 0 0-.1 3.87l-.02-.05a2.53 2.53 0 0 0-3-.46a2.5 2.5 0 0 0-.53 3.94l3 3a2.19 2.19 0 0 0-3.24.16a2.28 2.28 0 0 0 .24 3L22 39a9.39 9.39 0 0 0 13.37-.06a14.47 14.47 0 0 0 4-10.81L39 16a1.08 1.08 0 0 0-1.08-1a4.45 4.45 0 0 0-4.46 4.26"/><path fill="#ffdcd1" d="M33.33 22.52L22.11 11.29a2.59 2.59 0 0 0-3.44-.29a2.48 2.48 0 0 0-.36 3.49a1.8 1.8 0 0 1 .36-.37a2.59 2.59 0 0 1 3.44.27l9.66 9.67Zm5.76-3.4L39 16a1.08 1.08 0 0 0-1.08-1a4.45 4.45 0 0 0-4.45 4.29l-.13 3.26l.13-.14a4.46 4.46 0 0 1 4.45-4.29a1.17 1.17 0 0 1 1.17 1"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="m33.46 19.26l-.13 3.26l-11.22-11.23a2.59 2.59 0 0 0-3.44-.29a2.49 2.49 0 0 0-.19 3.7l-1.59-1.59a2.77 2.77 0 0 0-3.77-.21a2.67 2.67 0 0 0-.1 3.87l-.02-.05a2.53 2.53 0 0 0-3-.46a2.5 2.5 0 0 0-.53 3.94l3 3a2.19 2.19 0 0 0-3.24.16a2.28 2.28 0 0 0 .24 3L22 39a9.39 9.39 0 0 0 13.37-.06a14.47 14.47 0 0 0 4-10.81L39 16a1.08 1.08 0 0 0-1.08-1h0a4.45 4.45 0 0 0-4.46 4.26m-21.12 3.92l6.06 6.05m-5.38-12.45l8.91 8.91m-3.45-10.97l7.21 7.22"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="m33.33 22.52l-3.57 3.57a6 6 0 0 0 0 8.49h0M24.11 8.76a9.06 9.06 0 0 1 4.31 2a9.7 9.7 0 0 1 2.7 4m-6.44-8.67A11.06 11.06 0 0 1 30 8.51a11.84 11.84 0 0 1 3.33 4.93M4.65 24.24a9 9 0 0 0 .79 4.67a9.65 9.65 0 0 0 3.17 3.63M1.92 24.1a11.07 11.07 0 0 0 1 5.77a12 12 0 0 0 3.91 4.49"/></svg>
</template>

CSS

.icon-waving-hand-2 {
  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%2048%2048%22%3E%3Cpath%20fill%3D%22%2345413c%22%20d%3D%22M11.5%2045.5a12.5%201.5%200%201%200%2025%200a12.5%201.5%200%201%200-25%200%22%20opacity%3D%22.15%22%2F%3E%3Cpath%20fill%3D%22%23ffcebf%22%20d%3D%22m33.46%2019.26l-.13%203.26l-11.22-11.23a2.59%202.59%200%200%200-3.44-.29a2.49%202.49%200%200%200-.19%203.7l-1.59-1.59a2.77%202.77%200%200%200-3.77-.21a2.67%202.67%200%200%200-.1%203.87l-.02-.05a2.53%202.53%200%200%200-3-.46a2.5%202.5%200%200%200-.53%203.94l3%203a2.19%202.19%200%200%200-3.24.16a2.28%202.28%200%200%200%20.24%203L22%2039a9.39%209.39%200%200%200%2013.37-.06a14.47%2014.47%200%200%200%204-10.81L39%2016a1.08%201.08%200%200%200-1.08-1a4.45%204.45%200%200%200-4.46%204.26%22%2F%3E%3Cpath%20fill%3D%22%23ffdcd1%22%20d%3D%22M33.33%2022.52L22.11%2011.29a2.59%202.59%200%200%200-3.44-.29a2.48%202.48%200%200%200-.36%203.49a1.8%201.8%200%200%201%20.36-.37a2.59%202.59%200%200%201%203.44.27l9.66%209.67Zm5.76-3.4L39%2016a1.08%201.08%200%200%200-1.08-1a4.45%204.45%200%200%200-4.45%204.29l-.13%203.26l.13-.14a4.46%204.46%200%200%201%204.45-4.29a1.17%201.17%200%200%201%201.17%201%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m33.46%2019.26l-.13%203.26l-11.22-11.23a2.59%202.59%200%200%200-3.44-.29a2.49%202.49%200%200%200-.19%203.7l-1.59-1.59a2.77%202.77%200%200%200-3.77-.21a2.67%202.67%200%200%200-.1%203.87l-.02-.05a2.53%202.53%200%200%200-3-.46a2.5%202.5%200%200%200-.53%203.94l3%203a2.19%202.19%200%200%200-3.24.16a2.28%202.28%200%200%200%20.24%203L22%2039a9.39%209.39%200%200%200%2013.37-.06a14.47%2014.47%200%200%200%204-10.81L39%2016a1.08%201.08%200%200%200-1.08-1h0a4.45%204.45%200%200%200-4.46%204.26m-21.12%203.92l6.06%206.05m-5.38-12.45l8.91%208.91m-3.45-10.97l7.21%207.22%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m33.33%2022.52l-3.57%203.57a6%206%200%200%200%200%208.49h0M24.11%208.76a9.06%209.06%200%200%201%204.31%202a9.7%209.7%200%200%201%202.7%204m-6.44-8.67A11.06%2011.06%200%200%201%2030%208.51a11.84%2011.84%200%200%201%203.33%204.93M4.65%2024.24a9%209%200%200%200%20.79%204.67a9.65%209.65%200%200%200%203.17%203.63M1.92%2024.1a11.07%2011.07%200%200%200%201%205.77a12%2012%200%200%200%203.91%204.49%22%2F%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%2048%2048%22%3E%3Cpath%20fill%3D%22%2345413c%22%20d%3D%22M11.5%2045.5a12.5%201.5%200%201%200%2025%200a12.5%201.5%200%201%200-25%200%22%20opacity%3D%22.15%22%2F%3E%3Cpath%20fill%3D%22%23ffcebf%22%20d%3D%22m33.46%2019.26l-.13%203.26l-11.22-11.23a2.59%202.59%200%200%200-3.44-.29a2.49%202.49%200%200%200-.19%203.7l-1.59-1.59a2.77%202.77%200%200%200-3.77-.21a2.67%202.67%200%200%200-.1%203.87l-.02-.05a2.53%202.53%200%200%200-3-.46a2.5%202.5%200%200%200-.53%203.94l3%203a2.19%202.19%200%200%200-3.24.16a2.28%202.28%200%200%200%20.24%203L22%2039a9.39%209.39%200%200%200%2013.37-.06a14.47%2014.47%200%200%200%204-10.81L39%2016a1.08%201.08%200%200%200-1.08-1a4.45%204.45%200%200%200-4.46%204.26%22%2F%3E%3Cpath%20fill%3D%22%23ffdcd1%22%20d%3D%22M33.33%2022.52L22.11%2011.29a2.59%202.59%200%200%200-3.44-.29a2.48%202.48%200%200%200-.36%203.49a1.8%201.8%200%200%201%20.36-.37a2.59%202.59%200%200%201%203.44.27l9.66%209.67Zm5.76-3.4L39%2016a1.08%201.08%200%200%200-1.08-1a4.45%204.45%200%200%200-4.45%204.29l-.13%203.26l.13-.14a4.46%204.46%200%200%201%204.45-4.29a1.17%201.17%200%200%201%201.17%201%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m33.46%2019.26l-.13%203.26l-11.22-11.23a2.59%202.59%200%200%200-3.44-.29a2.49%202.49%200%200%200-.19%203.7l-1.59-1.59a2.77%202.77%200%200%200-3.77-.21a2.67%202.67%200%200%200-.1%203.87l-.02-.05a2.53%202.53%200%200%200-3-.46a2.5%202.5%200%200%200-.53%203.94l3%203a2.19%202.19%200%200%200-3.24.16a2.28%202.28%200%200%200%20.24%203L22%2039a9.39%209.39%200%200%200%2013.37-.06a14.47%2014.47%200%200%200%204-10.81L39%2016a1.08%201.08%200%200%200-1.08-1h0a4.45%204.45%200%200%200-4.46%204.26m-21.12%203.92l6.06%206.05m-5.38-12.45l8.91%208.91m-3.45-10.97l7.21%207.22%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m33.33%2022.52l-3.57%203.57a6%206%200%200%200%200%208.49h0M24.11%208.76a9.06%209.06%200%200%201%204.31%202a9.7%209.7%200%200%201%202.7%204m-6.44-8.67A11.06%2011.06%200%200%201%2030%208.51a11.84%2011.84%200%200%201%203.33%204.93M4.65%2024.24a9%209%200%200%200%20.79%204.67a9.65%209.65%200%200%200%203.17%203.63M1.92%2024.1a11.07%2011.07%200%200%200%201%205.77a12%2012%200%200%200%203.91%204.49%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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