Waving Hand icon

Waving Hand is a Google Material Symbol from the Social category. It's one of the 500 most used Material Symbols. It comes in outlined, rounded and sharp styles, filled or unfilled, at seven weights from 100 to 700. Download it as SVG or PNG, or copy code for HTML, React, Vue, Angular, Flutter and Android — it's free to use under the Apache License 2.0.

Outlined

SVG

Outlined, filled

SVG

Every style, fill and weight

Material Symbols are variable: each icon comes in three styles, with or without fill, at seven weights. Pick a combination to preview it, download it, or copy the code for your platform.

Outlined, unfilled, weight 400

waving_hand_outlined_fill0_wght400.svg

Waving Hand icon in HTML

Load the Material Symbols font from Google Fonts (this link loads just this icon), then use the icon's name as text.

<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200&icon_names=waving_hand" />

<span class="material-symbols-outlined">waving_hand</span>

Waving Hand icon in React

// With the font from the HTML tab:
export function WavingHandIcon() {
  return (
    <span className="material-symbols-outlined">
      waving_hand
    </span>
  );
}

// Or as an SVG component (Vite + vite-plugin-svgr) instead:
//   npm install @material-symbols/svg-400
//   import WavingHandIcon from "@material-symbols/svg-400/outlined/waving_hand.svg?react";

Waving Hand icon in Vue

<!-- With the font from the HTML tab -->
<template>
  <span class="material-symbols-outlined">waving_hand</span>
</template>

<!-- Or as an SVG component (Vite + vite-svg-loader):
     npm install @material-symbols/svg-400
     import WavingHandIcon from "@material-symbols/svg-400/outlined/waving_hand.svg?component"; -->

Waving Hand icon in Angular

With Angular Material and the font from the HTML tab:

<mat-icon fontSet="material-symbols-outlined">waving_hand</mat-icon>

Waving Hand icon in Flutter

Uses the community material_symbols_icons package.

flutter pub add material_symbols_icons

import 'package:material_symbols_icons/symbols.dart';

Icon(Symbols.waving_hand, fill: 0, weight: 400)

Waving Hand icon in Android

A vector drawable of the selected style, fill and weight:

<!-- res/drawable/waving_hand.xml -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24"
    android:tint="?attr/colorControlNormal">
        <path android:fillColor="@android:color/white" android:pathData="m10.85 11.55 6.9-6.875q.225-.225 .525-.225t.525 .225q.225 .225 .225 .525t-.225 .525L11.9 12.625l-1.05-1.075Zm2.6 2.6 6.175-6.175q.225-.225 .538-.225t.537 .225q.225 .225 .225 .525t-.225 .525L14.5 15.225l-1.05-1.075ZM4.875 19.025q-2.275-2.275-2.287-5.45T4.85 8.125l3.05-3.05 1.05 1.05q.3 .3 .488 .7t.212 .75l4.075-4.1q.225-.225 .538-.225t.537 .225q.225 .225 .225 .538t-.225 .537L9.725 9.625l-1.625 1.625 .65 .65q1.05 1.05 1.013 2.513T8.675 16.925l-.175 .175-1.05-1.075 .175-.175q.625-.625 .638-1.462T7.675 12.95l-1.175-1.175q-.225-.225-.225-.537t.225-.538l1.4-1.375q.425-.425 .425-1.062T7.9 7.2l-2 2q-1.825 1.825-1.812 4.375T5.925 17.95q1.85 1.85 4.425 1.888T14.75 18.05l6.025-6.025q.225-.225 .538-.225t.537 .225q.225 .225 .225 .525t-.225 .525L15.825 19.1q-2.275 2.275-5.475 2.238T4.875 19.025Zm5.425-5.425ZM17.225 23l.025-1.5q1.775 0 3.013-1.237T21.5 17.25l1.5-.025q0 2.4-1.687 4.088T17.225 23ZM1 6.775q0-2.4 1.688-4.087T6.775 1l-.025 1.5q-1.775 0-3.012 1.238T2.5 6.75l-1.5 .025Z" />
</vector>

Waving Hand icon in SVG

npm install @material-symbols/svg-400

import icon from "@material-symbols/svg-400/outlined/waving_hand.svg";

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/[email protected]/outlined/waving_hand.svg" width="24" height="24" alt="Waving Hand">

Waving Hand icon in Power Apps

Paste into an Image control's Image property. The Copy button copies the full formula with this icon's SVG.

"data:image/svg+xml;utf8, " & EncodeUrl("<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'>…</svg>")

Details

NameWaving Hand
Ligaturewaving_hand
Code pointU+E766
CategorySocial
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/waving_hand.svg, waving_hand-fill.svg
FlutterSymbols.waving_hand
LicenseApache License 2.0 (© Google LLC)

Keywords

socialhumaniconpersonstatusprofilechatactivityavatargestureinteractionwave

Related icons