wave-hand-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.

Name
wave-hand-fill
Set
MingCute Icon
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

Use the wave hand icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.702 2.786a1.5 1.5 0 0 1 2.008.102l4.724 4.724c0-.394.018-.766.066-1.107c.153-1.095.623-2.113 1.78-2.597l.156-.055c.735-.216 1.462.184 1.75.822l.055.14l2.01 6.027a8 8 0 0 1-1.933 8.187l-.476.477a8 8 0 0 1-11.314 0l-4.596-4.597a1.5 1.5 0 0 1 0-2.121l.114-.103a1.5 1.5 0 0 1 2.007.104l1.796 1.797a.25.25 0 0 0 .354-.354l-3.919-3.919a1.5 1.5 0 0 1 0-2.12l.114-.103a1.5 1.5 0 0 1 2.008.102l3.256 3.256a.25.25 0 0 0 .354 0a.25.25 0 0 0 0-.354L4.522 6.6a1.75 1.75 0 0 1 0-2.474l.133-.121a1.75 1.75 0 0 1 2.342.12l5.156 5.157a.25.25 0 0 0 .354-.354L8.587 5.01a1.5 1.5 0 0 1 .002-2.123zM2.877 16.513a1 1 0 0 1 1.129.721l.054.255c.18.711.74 1.273 1.452 1.451l.254.054a1 1 0 0 1-.33 1.963l-.41-.077a4 4 0 0 1-2.906-2.905l-.076-.412a1 1 0 0 1 .833-1.05"/><path fill="currentColor" d="M12.015 1.877a1 1 0 0 1 1.15-.822a4 4 0 0 1 2.686 1.758l.16.278a1.001 1.001 0 0 1-1.722.996l-.176-.27a2 2 0 0 0-1.278-.789a1 1 0 0 1-.82-1.151"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteWaveHandFill(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="M8.702 2.786a1.5 1.5 0 0 1 2.008.102l4.724 4.724c0-.394.018-.766.066-1.107c.153-1.095.623-2.113 1.78-2.597l.156-.055c.735-.216 1.462.184 1.75.822l.055.14l2.01 6.027a8 8 0 0 1-1.933 8.187l-.476.477a8 8 0 0 1-11.314 0l-4.596-4.597a1.5 1.5 0 0 1 0-2.121l.114-.103a1.5 1.5 0 0 1 2.007.104l1.796 1.797a.25.25 0 0 0 .354-.354l-3.919-3.919a1.5 1.5 0 0 1 0-2.12l.114-.103a1.5 1.5 0 0 1 2.008.102l3.256 3.256a.25.25 0 0 0 .354 0a.25.25 0 0 0 0-.354L4.522 6.6a1.75 1.75 0 0 1 0-2.474l.133-.121a1.75 1.75 0 0 1 2.342.12l5.156 5.157a.25.25 0 0 0 .354-.354L8.587 5.01a1.5 1.5 0 0 1 .002-2.123zM2.877 16.513a1 1 0 0 1 1.129.721l.054.255c.18.711.74 1.273 1.452 1.451l.254.054a1 1 0 0 1-.33 1.963l-.41-.077a4 4 0 0 1-2.906-2.905l-.076-.412a1 1 0 0 1 .833-1.05"/><path fill="currentColor" d="M12.015 1.877a1 1 0 0 1 1.15-.822a4 4 0 0 1 2.686 1.758l.16.278a1.001 1.001 0 0 1-1.722.996l-.176-.27a2 2 0 0 0-1.278-.789a1 1 0 0 1-.82-1.151"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.702 2.786a1.5 1.5 0 0 1 2.008.102l4.724 4.724c0-.394.018-.766.066-1.107c.153-1.095.623-2.113 1.78-2.597l.156-.055c.735-.216 1.462.184 1.75.822l.055.14l2.01 6.027a8 8 0 0 1-1.933 8.187l-.476.477a8 8 0 0 1-11.314 0l-4.596-4.597a1.5 1.5 0 0 1 0-2.121l.114-.103a1.5 1.5 0 0 1 2.007.104l1.796 1.797a.25.25 0 0 0 .354-.354l-3.919-3.919a1.5 1.5 0 0 1 0-2.12l.114-.103a1.5 1.5 0 0 1 2.008.102l3.256 3.256a.25.25 0 0 0 .354 0a.25.25 0 0 0 0-.354L4.522 6.6a1.75 1.75 0 0 1 0-2.474l.133-.121a1.75 1.75 0 0 1 2.342.12l5.156 5.157a.25.25 0 0 0 .354-.354L8.587 5.01a1.5 1.5 0 0 1 .002-2.123zM2.877 16.513a1 1 0 0 1 1.129.721l.054.255c.18.711.74 1.273 1.452 1.451l.254.054a1 1 0 0 1-.33 1.963l-.41-.077a4 4 0 0 1-2.906-2.905l-.076-.412a1 1 0 0 1 .833-1.05"/><path fill="currentColor" d="M12.015 1.877a1 1 0 0 1 1.15-.822a4 4 0 0 1 2.686 1.758l.16.278a1.001 1.001 0 0 1-1.722.996l-.176-.27a2 2 0 0 0-1.278-.789a1 1 0 0 1-.82-1.151"/></svg>
</template>

CSS

.icon-wave-hand-fill {
  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%22M8.702%202.786a1.5%201.5%200%200%201%202.008.102l4.724%204.724c0-.394.018-.766.066-1.107c.153-1.095.623-2.113%201.78-2.597l.156-.055c.735-.216%201.462.184%201.75.822l.055.14l2.01%206.027a8%208%200%200%201-1.933%208.187l-.476.477a8%208%200%200%201-11.314%200l-4.596-4.597a1.5%201.5%200%200%201%200-2.121l.114-.103a1.5%201.5%200%200%201%202.007.104l1.796%201.797a.25.25%200%200%200%20.354-.354l-3.919-3.919a1.5%201.5%200%200%201%200-2.12l.114-.103a1.5%201.5%200%200%201%202.008.102l3.256%203.256a.25.25%200%200%200%20.354%200a.25.25%200%200%200%200-.354L4.522%206.6a1.75%201.75%200%200%201%200-2.474l.133-.121a1.75%201.75%200%200%201%202.342.12l5.156%205.157a.25.25%200%200%200%20.354-.354L8.587%205.01a1.5%201.5%200%200%201%20.002-2.123zM2.877%2016.513a1%201%200%200%201%201.129.721l.054.255c.18.711.74%201.273%201.452%201.451l.254.054a1%201%200%200%201-.33%201.963l-.41-.077a4%204%200%200%201-2.906-2.905l-.076-.412a1%201%200%200%201%20.833-1.05%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.015%201.877a1%201%200%200%201%201.15-.822a4%204%200%200%201%202.686%201.758l.16.278a1.001%201.001%200%200%201-1.722.996l-.176-.27a2%202%200%200%200-1.278-.789a1%201%200%200%201-.82-1.151%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%22M8.702%202.786a1.5%201.5%200%200%201%202.008.102l4.724%204.724c0-.394.018-.766.066-1.107c.153-1.095.623-2.113%201.78-2.597l.156-.055c.735-.216%201.462.184%201.75.822l.055.14l2.01%206.027a8%208%200%200%201-1.933%208.187l-.476.477a8%208%200%200%201-11.314%200l-4.596-4.597a1.5%201.5%200%200%201%200-2.121l.114-.103a1.5%201.5%200%200%201%202.007.104l1.796%201.797a.25.25%200%200%200%20.354-.354l-3.919-3.919a1.5%201.5%200%200%201%200-2.12l.114-.103a1.5%201.5%200%200%201%202.008.102l3.256%203.256a.25.25%200%200%200%20.354%200a.25.25%200%200%200%200-.354L4.522%206.6a1.75%201.75%200%200%201%200-2.474l.133-.121a1.75%201.75%200%200%201%202.342.12l5.156%205.157a.25.25%200%200%200%20.354-.354L8.587%205.01a1.5%201.5%200%200%201%20.002-2.123zM2.877%2016.513a1%201%200%200%201%201.129.721l.054.255c.18.711.74%201.273%201.452%201.451l.254.054a1%201%200%200%201-.33%201.963l-.41-.077a4%204%200%200%201-2.906-2.905l-.076-.412a1%201%200%200%201%20.833-1.05%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.015%201.877a1%201%200%200%201%201.15-.822a4%204%200%200%201%202.686%201.758l.16.278a1.001%201.001%200%200%201-1.722.996l-.176-.27a2%202%200%200%200-1.278-.789a1%201%200%200%201-.82-1.151%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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