waving-hand-outline from Material Symbols Light by Google · Outline · Social · Apache-2.0 Free for personal and commercial use.

Name
waving-hand-outline
Set
Material Symbols Light
Style
Outline
Category
Social
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More social icons from Material Symbols Light

Use the waving hand icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m11.192 11.73l6.345-6.363q.165-.165.354-.165t.353.165q.166.166.166.354q0 .189-.166.354l-6.338 6.344zm2.322 2.303l5.638-5.644q.165-.166.357-.166t.357.166t.165.356t-.165.357l-5.658 5.639zm-7.816 4.23q-2.006-2.005-1.996-4.802q.01-2.795 2.035-4.82l2.865-2.866l.994 1.014q.271.27.416.593t.192.695l3.623-3.629q.165-.165.357-.165t.357.165t.165.357t-.165.357l-4.345 4.344l-1.567 1.58l.494.495q.958.958.946 2.308t-.975 2.313l-.192.192l-.694-.707l.173-.193q.671-.671.685-1.603T8.41 12.29l-.636-.631q-.242-.242-.242-.578t.242-.578L8.891 9.41q.395-.396.395-.963q0-.566-.395-.962l-.289-.289l-2.158 2.139q-1.719 1.719-1.748 4.11t1.69 4.11t4.143 1.72t4.142-1.72l5.321-5.326q.166-.165.357-.165q.192 0 .357.165t.165.357t-.165.356l-5.346 5.322q-2.025 2.025-4.831 2.025t-4.831-2.026m10.571 3.512l-.019-1.006q1.88 0 3.2-1.319t1.32-3.2l1.005.02q0 2.288-1.609 3.896t-3.897 1.609M2.225 7.731q0-2.289 1.609-3.897Q5.442 2.225 7.73 2.225l.019 1.006q-1.88 0-3.2 1.319t-1.32 3.2z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightWavingHandOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m11.192 11.73l6.345-6.363q.165-.165.354-.165t.353.165q.166.166.166.354q0 .189-.166.354l-6.338 6.344zm2.322 2.303l5.638-5.644q.165-.166.357-.166t.357.166t.165.356t-.165.357l-5.658 5.639zm-7.816 4.23q-2.006-2.005-1.996-4.802q.01-2.795 2.035-4.82l2.865-2.866l.994 1.014q.271.27.416.593t.192.695l3.623-3.629q.165-.165.357-.165t.357.165t.165.357t-.165.357l-4.345 4.344l-1.567 1.58l.494.495q.958.958.946 2.308t-.975 2.313l-.192.192l-.694-.707l.173-.193q.671-.671.685-1.603T8.41 12.29l-.636-.631q-.242-.242-.242-.578t.242-.578L8.891 9.41q.395-.396.395-.963q0-.566-.395-.962l-.289-.289l-2.158 2.139q-1.719 1.719-1.748 4.11t1.69 4.11t4.143 1.72t4.142-1.72l5.321-5.326q.166-.165.357-.165q.192 0 .357.165t.165.357t-.165.356l-5.346 5.322q-2.025 2.025-4.831 2.025t-4.831-2.026m10.571 3.512l-.019-1.006q1.88 0 3.2-1.319t1.32-3.2l1.005.02q0 2.288-1.609 3.896t-3.897 1.609M2.225 7.731q0-2.289 1.609-3.897Q5.442 2.225 7.73 2.225l.019 1.006q-1.88 0-3.2 1.319t-1.32 3.2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m11.192 11.73l6.345-6.363q.165-.165.354-.165t.353.165q.166.166.166.354q0 .189-.166.354l-6.338 6.344zm2.322 2.303l5.638-5.644q.165-.166.357-.166t.357.166t.165.356t-.165.357l-5.658 5.639zm-7.816 4.23q-2.006-2.005-1.996-4.802q.01-2.795 2.035-4.82l2.865-2.866l.994 1.014q.271.27.416.593t.192.695l3.623-3.629q.165-.165.357-.165t.357.165t.165.357t-.165.357l-4.345 4.344l-1.567 1.58l.494.495q.958.958.946 2.308t-.975 2.313l-.192.192l-.694-.707l.173-.193q.671-.671.685-1.603T8.41 12.29l-.636-.631q-.242-.242-.242-.578t.242-.578L8.891 9.41q.395-.396.395-.963q0-.566-.395-.962l-.289-.289l-2.158 2.139q-1.719 1.719-1.748 4.11t1.69 4.11t4.143 1.72t4.142-1.72l5.321-5.326q.166-.165.357-.165q.192 0 .357.165t.165.357t-.165.356l-5.346 5.322q-2.025 2.025-4.831 2.025t-4.831-2.026m10.571 3.512l-.019-1.006q1.88 0 3.2-1.319t1.32-3.2l1.005.02q0 2.288-1.609 3.896t-3.897 1.609M2.225 7.731q0-2.289 1.609-3.897Q5.442 2.225 7.73 2.225l.019 1.006q-1.88 0-3.2 1.319t-1.32 3.2z"/></svg>
</template>

CSS

.icon-waving-hand-outline {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m11.192%2011.73l6.345-6.363q.165-.165.354-.165t.353.165q.166.166.166.354q0%20.189-.166.354l-6.338%206.344zm2.322%202.303l5.638-5.644q.165-.166.357-.166t.357.166t.165.356t-.165.357l-5.658%205.639zm-7.816%204.23q-2.006-2.005-1.996-4.802q.01-2.795%202.035-4.82l2.865-2.866l.994%201.014q.271.27.416.593t.192.695l3.623-3.629q.165-.165.357-.165t.357.165t.165.357t-.165.357l-4.345%204.344l-1.567%201.58l.494.495q.958.958.946%202.308t-.975%202.313l-.192.192l-.694-.707l.173-.193q.671-.671.685-1.603T8.41%2012.29l-.636-.631q-.242-.242-.242-.578t.242-.578L8.891%209.41q.395-.396.395-.963q0-.566-.395-.962l-.289-.289l-2.158%202.139q-1.719%201.719-1.748%204.11t1.69%204.11t4.143%201.72t4.142-1.72l5.321-5.326q.166-.165.357-.165q.192%200%20.357.165t.165.357t-.165.356l-5.346%205.322q-2.025%202.025-4.831%202.025t-4.831-2.026m10.571%203.512l-.019-1.006q1.88%200%203.2-1.319t1.32-3.2l1.005.02q0%202.288-1.609%203.896t-3.897%201.609M2.225%207.731q0-2.289%201.609-3.897Q5.442%202.225%207.73%202.225l.019%201.006q-1.88%200-3.2%201.319t-1.32%203.2z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m11.192%2011.73l6.345-6.363q.165-.165.354-.165t.353.165q.166.166.166.354q0%20.189-.166.354l-6.338%206.344zm2.322%202.303l5.638-5.644q.165-.166.357-.166t.357.166t.165.356t-.165.357l-5.658%205.639zm-7.816%204.23q-2.006-2.005-1.996-4.802q.01-2.795%202.035-4.82l2.865-2.866l.994%201.014q.271.27.416.593t.192.695l3.623-3.629q.165-.165.357-.165t.357.165t.165.357t-.165.357l-4.345%204.344l-1.567%201.58l.494.495q.958.958.946%202.308t-.975%202.313l-.192.192l-.694-.707l.173-.193q.671-.671.685-1.603T8.41%2012.29l-.636-.631q-.242-.242-.242-.578t.242-.578L8.891%209.41q.395-.396.395-.963q0-.566-.395-.962l-.289-.289l-2.158%202.139q-1.719%201.719-1.748%204.11t1.69%204.11t4.143%201.72t4.142-1.72l5.321-5.326q.166-.165.357-.165q.192%200%20.357.165t.165.357t-.165.356l-5.346%205.322q-2.025%202.025-4.831%202.025t-4.831-2.026m10.571%203.512l-.019-1.006q1.88%200%203.2-1.319t1.32-3.2l1.005.02q0%202.288-1.609%203.896t-3.897%201.609M2.225%207.731q0-2.289%201.609-3.897Q5.442%202.225%207.73%202.225l.019%201.006q-1.88%200-3.2%201.319t-1.32%203.2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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