hand-wave-outline from Material Design Icons by Pictogrammers · Outline · Apache-2.0 Free for personal and commercial use.

Name
hand-wave-outline
Set
Material Design Icons
Style
Outline
Viewbox
24×24
License
Apache 2.0
Aliases
farewell-outline, greeting-outline

1 other variant in Material Design Icons

The same icon in other sets

Related icons in Material Design Icons

Use the hand wave icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.03 4.95L3.5 8.5c-3.33 3.31-3.33 8.69 0 12s8.69 3.33 12 0l6-6c1-.97 1-2.56 0-3.54c-.1-.12-.23-.23-.37-.32l.37-.39c1-.97 1-2.56 0-3.54c-.14-.16-.33-.3-.5-.41c.38-.92.21-2.02-.54-2.77c-.87-.87-2.22-.96-3.2-.28a2.517 2.517 0 0 0-3.88-.42l-2.51 2.51c-.09-.14-.2-.27-.32-.39a2.53 2.53 0 0 0-3.52 0m1.41 1.42c.2-.2.51-.2.71 0s.2.51 0 .71l-3.18 3.18a3 3 0 0 1 0 4.24l1.41 1.41a5 5 0 0 0 1.12-5.36l6.3-6.3c.2-.2.51-.2.7 0s.21.51 0 .71l-4.59 4.6l1.41 1.41l6.01-6.01c.2-.2.51-.2.71 0s.2.51 0 .71l-6.01 6.01l1.41 1.41l4.95-4.95c.2-.2.51-.2.71 0s.2.51 0 .71l-5.66 5.65l1.41 1.42l3.54-3.54c.2-.2.51-.2.71 0s.2.51 0 .71l-6 6.01c-2.54 2.54-6.65 2.54-9.19 0s-2.54-6.65 0-9.19zM23 17c0 3.31-2.69 6-6 6v-1.5c2.5 0 4.5-2 4.5-4.5zM1 7c0-3.31 2.69-6 6-6v1.5c-2.5 0-4.5 2-4.5 4.5z"/></svg>

React

import type { SVGProps } from "react";

export function MdiHandWaveOutline(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="M7.03 4.95L3.5 8.5c-3.33 3.31-3.33 8.69 0 12s8.69 3.33 12 0l6-6c1-.97 1-2.56 0-3.54c-.1-.12-.23-.23-.37-.32l.37-.39c1-.97 1-2.56 0-3.54c-.14-.16-.33-.3-.5-.41c.38-.92.21-2.02-.54-2.77c-.87-.87-2.22-.96-3.2-.28a2.517 2.517 0 0 0-3.88-.42l-2.51 2.51c-.09-.14-.2-.27-.32-.39a2.53 2.53 0 0 0-3.52 0m1.41 1.42c.2-.2.51-.2.71 0s.2.51 0 .71l-3.18 3.18a3 3 0 0 1 0 4.24l1.41 1.41a5 5 0 0 0 1.12-5.36l6.3-6.3c.2-.2.51-.2.7 0s.21.51 0 .71l-4.59 4.6l1.41 1.41l6.01-6.01c.2-.2.51-.2.71 0s.2.51 0 .71l-6.01 6.01l1.41 1.41l4.95-4.95c.2-.2.51-.2.71 0s.2.51 0 .71l-5.66 5.65l1.41 1.42l3.54-3.54c.2-.2.51-.2.71 0s.2.51 0 .71l-6 6.01c-2.54 2.54-6.65 2.54-9.19 0s-2.54-6.65 0-9.19zM23 17c0 3.31-2.69 6-6 6v-1.5c2.5 0 4.5-2 4.5-4.5zM1 7c0-3.31 2.69-6 6-6v1.5c-2.5 0-4.5 2-4.5 4.5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.03 4.95L3.5 8.5c-3.33 3.31-3.33 8.69 0 12s8.69 3.33 12 0l6-6c1-.97 1-2.56 0-3.54c-.1-.12-.23-.23-.37-.32l.37-.39c1-.97 1-2.56 0-3.54c-.14-.16-.33-.3-.5-.41c.38-.92.21-2.02-.54-2.77c-.87-.87-2.22-.96-3.2-.28a2.517 2.517 0 0 0-3.88-.42l-2.51 2.51c-.09-.14-.2-.27-.32-.39a2.53 2.53 0 0 0-3.52 0m1.41 1.42c.2-.2.51-.2.71 0s.2.51 0 .71l-3.18 3.18a3 3 0 0 1 0 4.24l1.41 1.41a5 5 0 0 0 1.12-5.36l6.3-6.3c.2-.2.51-.2.7 0s.21.51 0 .71l-4.59 4.6l1.41 1.41l6.01-6.01c.2-.2.51-.2.71 0s.2.51 0 .71l-6.01 6.01l1.41 1.41l4.95-4.95c.2-.2.51-.2.71 0s.2.51 0 .71l-5.66 5.65l1.41 1.42l3.54-3.54c.2-.2.51-.2.71 0s.2.51 0 .71l-6 6.01c-2.54 2.54-6.65 2.54-9.19 0s-2.54-6.65 0-9.19zM23 17c0 3.31-2.69 6-6 6v-1.5c2.5 0 4.5-2 4.5-4.5zM1 7c0-3.31 2.69-6 6-6v1.5c-2.5 0-4.5 2-4.5 4.5z"/></svg>
</template>

CSS

.icon-hand-wave-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%22M7.03%204.95L3.5%208.5c-3.33%203.31-3.33%208.69%200%2012s8.69%203.33%2012%200l6-6c1-.97%201-2.56%200-3.54c-.1-.12-.23-.23-.37-.32l.37-.39c1-.97%201-2.56%200-3.54c-.14-.16-.33-.3-.5-.41c.38-.92.21-2.02-.54-2.77c-.87-.87-2.22-.96-3.2-.28a2.517%202.517%200%200%200-3.88-.42l-2.51%202.51c-.09-.14-.2-.27-.32-.39a2.53%202.53%200%200%200-3.52%200m1.41%201.42c.2-.2.51-.2.71%200s.2.51%200%20.71l-3.18%203.18a3%203%200%200%201%200%204.24l1.41%201.41a5%205%200%200%200%201.12-5.36l6.3-6.3c.2-.2.51-.2.7%200s.21.51%200%20.71l-4.59%204.6l1.41%201.41l6.01-6.01c.2-.2.51-.2.71%200s.2.51%200%20.71l-6.01%206.01l1.41%201.41l4.95-4.95c.2-.2.51-.2.71%200s.2.51%200%20.71l-5.66%205.65l1.41%201.42l3.54-3.54c.2-.2.51-.2.71%200s.2.51%200%20.71l-6%206.01c-2.54%202.54-6.65%202.54-9.19%200s-2.54-6.65%200-9.19zM23%2017c0%203.31-2.69%206-6%206v-1.5c2.5%200%204.5-2%204.5-4.5zM1%207c0-3.31%202.69-6%206-6v1.5c-2.5%200-4.5%202-4.5%204.5z%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%22M7.03%204.95L3.5%208.5c-3.33%203.31-3.33%208.69%200%2012s8.69%203.33%2012%200l6-6c1-.97%201-2.56%200-3.54c-.1-.12-.23-.23-.37-.32l.37-.39c1-.97%201-2.56%200-3.54c-.14-.16-.33-.3-.5-.41c.38-.92.21-2.02-.54-2.77c-.87-.87-2.22-.96-3.2-.28a2.517%202.517%200%200%200-3.88-.42l-2.51%202.51c-.09-.14-.2-.27-.32-.39a2.53%202.53%200%200%200-3.52%200m1.41%201.42c.2-.2.51-.2.71%200s.2.51%200%20.71l-3.18%203.18a3%203%200%200%201%200%204.24l1.41%201.41a5%205%200%200%200%201.12-5.36l6.3-6.3c.2-.2.51-.2.7%200s.21.51%200%20.71l-4.59%204.6l1.41%201.41l6.01-6.01c.2-.2.51-.2.71%200s.2.51%200%20.71l-6.01%206.01l1.41%201.41l4.95-4.95c.2-.2.51-.2.71%200s.2.51%200%20.71l-5.66%205.65l1.41%201.42l3.54-3.54c.2-.2.51-.2.71%200s.2.51%200%20.71l-6%206.01c-2.54%202.54-6.65%202.54-9.19%200s-2.54-6.65%200-9.19zM23%2017c0%203.31-2.69%206-6%206v-1.5c2.5%200%204.5-2%204.5-4.5zM1%207c0-3.31%202.69-6%206-6v1.5c-2.5%200-4.5%202-4.5%204.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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