outline waving hand icon

outline-waving-hand from Google Material Icons by Material Design Authors · Baseline · Social · Apache-2.0 Free for personal and commercial use.

Name
outline-waving-hand
Set
Google Material Icons
Style
Baseline
Category
Social
Viewbox
24×24
License
Apache 2.0

More social icons from Google Material Icons

Use the outline 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="M7.03 4.95L3.49 8.49c-3.32 3.32-3.32 8.7 0 12.02s8.7 3.32 12.02 0l6.01-6.01a2.517 2.517 0 0 0-.39-3.86l.39-.39c.97-.97.97-2.56 0-3.54c-.16-.16-.35-.3-.54-.41a2.497 2.497 0 0 0-3.72-3.05a2.517 2.517 0 0 0-3.88-.42l-2.51 2.51a2.493 2.493 0 0 0-3.84-.39m1.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.71 0s.2.51 0 .71l-4.6 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.66l1.41 1.41l3.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.48 0 4.5-2.02 4.5-4.5zM1 7c0-3.31 2.69-6 6-6v1.5C4.52 2.5 2.5 4.52 2.5 7z"/></svg>

React

import type { SVGProps } from "react";

export function IcOutlineWavingHand(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.49 8.49c-3.32 3.32-3.32 8.7 0 12.02s8.7 3.32 12.02 0l6.01-6.01a2.517 2.517 0 0 0-.39-3.86l.39-.39c.97-.97.97-2.56 0-3.54c-.16-.16-.35-.3-.54-.41a2.497 2.497 0 0 0-3.72-3.05a2.517 2.517 0 0 0-3.88-.42l-2.51 2.51a2.493 2.493 0 0 0-3.84-.39m1.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.71 0s.2.51 0 .71l-4.6 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.66l1.41 1.41l3.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.48 0 4.5-2.02 4.5-4.5zM1 7c0-3.31 2.69-6 6-6v1.5C4.52 2.5 2.5 4.52 2.5 7z"/></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.49 8.49c-3.32 3.32-3.32 8.7 0 12.02s8.7 3.32 12.02 0l6.01-6.01a2.517 2.517 0 0 0-.39-3.86l.39-.39c.97-.97.97-2.56 0-3.54c-.16-.16-.35-.3-.54-.41a2.497 2.497 0 0 0-3.72-3.05a2.517 2.517 0 0 0-3.88-.42l-2.51 2.51a2.493 2.493 0 0 0-3.84-.39m1.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.71 0s.2.51 0 .71l-4.6 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.66l1.41 1.41l3.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.48 0 4.5-2.02 4.5-4.5zM1 7c0-3.31 2.69-6 6-6v1.5C4.52 2.5 2.5 4.52 2.5 7z"/></svg>
</template>

CSS

.icon-outline-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.03%204.95L3.49%208.49c-3.32%203.32-3.32%208.7%200%2012.02s8.7%203.32%2012.02%200l6.01-6.01a2.517%202.517%200%200%200-.39-3.86l.39-.39c.97-.97.97-2.56%200-3.54c-.16-.16-.35-.3-.54-.41a2.497%202.497%200%200%200-3.72-3.05a2.517%202.517%200%200%200-3.88-.42l-2.51%202.51a2.493%202.493%200%200%200-3.84-.39m1.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.71%200s.2.51%200%20.71l-4.6%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.66l1.41%201.41l3.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.48%200%204.5-2.02%204.5-4.5zM1%207c0-3.31%202.69-6%206-6v1.5C4.52%202.5%202.5%204.52%202.5%207z%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.49%208.49c-3.32%203.32-3.32%208.7%200%2012.02s8.7%203.32%2012.02%200l6.01-6.01a2.517%202.517%200%200%200-.39-3.86l.39-.39c.97-.97.97-2.56%200-3.54c-.16-.16-.35-.3-.54-.41a2.497%202.497%200%200%200-3.72-3.05a2.517%202.517%200%200%200-3.88-.42l-2.51%202.51a2.493%202.493%200%200%200-3.84-.39m1.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.71%200s.2.51%200%20.71l-4.6%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.66l1.41%201.41l3.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.48%200%204.5-2.02%204.5-4.5zM1%207c0-3.31%202.69-6%206-6v1.5C4.52%202.5%202.5%204.52%202.5%207z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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