hand-wave-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.

Name
hand-wave-20-regular
Set
Fluent UI System Icons
Style
20 Regular
Viewbox
20×20
License
MIT

5 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the hand wave icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M15.848 1.143a.49.49 0 0 0-.702.001a.51.51 0 0 0 .008.712a6.57 6.57 0 0 1 1.855 5.567a.51.51 0 0 0 .42.574a.49.49 0 0 0 .563-.42a7.6 7.6 0 0 0-2.144-6.434M4.626 3.033a1.6 1.6 0 0 1 3.042-.626a1.6 1.6 0 0 1 2.588.699l.088.27a1.6 1.6 0 0 1 2.546.734l1.066 3.23l.584 1.704a8.5 8.5 0 0 1 .38 3.9l-.27 1.988a2.5 2.5 0 0 1-1.513 1.97l-2.158.901c-.972.406-2.068.148-2.804-.557c-3.11-2.982-5.879-3.97-6.64-4.199c-.358-.108-.664-.52-.474-.972c.15-.356.51-.98 1.281-1.321c.593-.263 1.361-.33 2.35-.068L2.765 5.101a1.613 1.613 0 0 1 1.027-2.028c.28-.091.566-.1.833-.04m2.151 3.645l.555 1.679a.5.5 0 1 1-.95.314l-.568-1.72l-.952-2.519l-.004-.01a.607.607 0 0 0-.756-.398a.613.613 0 0 0-.386.764l2.257 6.548a.5.5 0 0 1-.67.622c-1.332-.57-2.113-.486-2.556-.29c-.294.13-.49.333-.616.52c1.134.388 3.8 1.522 6.736 4.336c.474.454 1.153.596 1.727.357l2.157-.902a1.5 1.5 0 0 0 .908-1.181l.27-1.988a7.5 7.5 0 0 0-.335-3.442l-.585-1.707l-.002-.005l-1.067-3.234V4.42a.6.6 0 0 0-1.162.29l.855 2.633a.5.5 0 0 1-.95.312l-.005.001l-.83-2.556a2 2 0 0 1-.036-.13l-.506-1.554a.6.6 0 0 0-1.141.37l.603 1.856q.018.056.023.112l.527 1.592a.5.5 0 1 1-.95.314L6.794 2.91a.6.6 0 0 0-1.139.378l1.102 3.33l.023.06zm7.467-3.608a.5.5 0 0 1 .686.173l.296.495c.498.834.766 1.785.775 2.757a.5.5 0 1 1-1 .009a4.47 4.47 0 0 0-.633-2.253l-.296-.495a.5.5 0 0 1 .172-.686"/></svg>

React

import type { SVGProps } from "react";

export function FluentHandWave20Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M15.848 1.143a.49.49 0 0 0-.702.001a.51.51 0 0 0 .008.712a6.57 6.57 0 0 1 1.855 5.567a.51.51 0 0 0 .42.574a.49.49 0 0 0 .563-.42a7.6 7.6 0 0 0-2.144-6.434M4.626 3.033a1.6 1.6 0 0 1 3.042-.626a1.6 1.6 0 0 1 2.588.699l.088.27a1.6 1.6 0 0 1 2.546.734l1.066 3.23l.584 1.704a8.5 8.5 0 0 1 .38 3.9l-.27 1.988a2.5 2.5 0 0 1-1.513 1.97l-2.158.901c-.972.406-2.068.148-2.804-.557c-3.11-2.982-5.879-3.97-6.64-4.199c-.358-.108-.664-.52-.474-.972c.15-.356.51-.98 1.281-1.321c.593-.263 1.361-.33 2.35-.068L2.765 5.101a1.613 1.613 0 0 1 1.027-2.028c.28-.091.566-.1.833-.04m2.151 3.645l.555 1.679a.5.5 0 1 1-.95.314l-.568-1.72l-.952-2.519l-.004-.01a.607.607 0 0 0-.756-.398a.613.613 0 0 0-.386.764l2.257 6.548a.5.5 0 0 1-.67.622c-1.332-.57-2.113-.486-2.556-.29c-.294.13-.49.333-.616.52c1.134.388 3.8 1.522 6.736 4.336c.474.454 1.153.596 1.727.357l2.157-.902a1.5 1.5 0 0 0 .908-1.181l.27-1.988a7.5 7.5 0 0 0-.335-3.442l-.585-1.707l-.002-.005l-1.067-3.234V4.42a.6.6 0 0 0-1.162.29l.855 2.633a.5.5 0 0 1-.95.312l-.005.001l-.83-2.556a2 2 0 0 1-.036-.13l-.506-1.554a.6.6 0 0 0-1.141.37l.603 1.856q.018.056.023.112l.527 1.592a.5.5 0 1 1-.95.314L6.794 2.91a.6.6 0 0 0-1.139.378l1.102 3.33l.023.06zm7.467-3.608a.5.5 0 0 1 .686.173l.296.495c.498.834.766 1.785.775 2.757a.5.5 0 1 1-1 .009a4.47 4.47 0 0 0-.633-2.253l-.296-.495a.5.5 0 0 1 .172-.686"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M15.848 1.143a.49.49 0 0 0-.702.001a.51.51 0 0 0 .008.712a6.57 6.57 0 0 1 1.855 5.567a.51.51 0 0 0 .42.574a.49.49 0 0 0 .563-.42a7.6 7.6 0 0 0-2.144-6.434M4.626 3.033a1.6 1.6 0 0 1 3.042-.626a1.6 1.6 0 0 1 2.588.699l.088.27a1.6 1.6 0 0 1 2.546.734l1.066 3.23l.584 1.704a8.5 8.5 0 0 1 .38 3.9l-.27 1.988a2.5 2.5 0 0 1-1.513 1.97l-2.158.901c-.972.406-2.068.148-2.804-.557c-3.11-2.982-5.879-3.97-6.64-4.199c-.358-.108-.664-.52-.474-.972c.15-.356.51-.98 1.281-1.321c.593-.263 1.361-.33 2.35-.068L2.765 5.101a1.613 1.613 0 0 1 1.027-2.028c.28-.091.566-.1.833-.04m2.151 3.645l.555 1.679a.5.5 0 1 1-.95.314l-.568-1.72l-.952-2.519l-.004-.01a.607.607 0 0 0-.756-.398a.613.613 0 0 0-.386.764l2.257 6.548a.5.5 0 0 1-.67.622c-1.332-.57-2.113-.486-2.556-.29c-.294.13-.49.333-.616.52c1.134.388 3.8 1.522 6.736 4.336c.474.454 1.153.596 1.727.357l2.157-.902a1.5 1.5 0 0 0 .908-1.181l.27-1.988a7.5 7.5 0 0 0-.335-3.442l-.585-1.707l-.002-.005l-1.067-3.234V4.42a.6.6 0 0 0-1.162.29l.855 2.633a.5.5 0 0 1-.95.312l-.005.001l-.83-2.556a2 2 0 0 1-.036-.13l-.506-1.554a.6.6 0 0 0-1.141.37l.603 1.856q.018.056.023.112l.527 1.592a.5.5 0 1 1-.95.314L6.794 2.91a.6.6 0 0 0-1.139.378l1.102 3.33l.023.06zm7.467-3.608a.5.5 0 0 1 .686.173l.296.495c.498.834.766 1.785.775 2.757a.5.5 0 1 1-1 .009a4.47 4.47 0 0 0-.633-2.253l-.296-.495a.5.5 0 0 1 .172-.686"/></svg>
</template>

CSS

.icon-hand-wave-20-regular {
  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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.848%201.143a.49.49%200%200%200-.702.001a.51.51%200%200%200%20.008.712a6.57%206.57%200%200%201%201.855%205.567a.51.51%200%200%200%20.42.574a.49.49%200%200%200%20.563-.42a7.6%207.6%200%200%200-2.144-6.434M4.626%203.033a1.6%201.6%200%200%201%203.042-.626a1.6%201.6%200%200%201%202.588.699l.088.27a1.6%201.6%200%200%201%202.546.734l1.066%203.23l.584%201.704a8.5%208.5%200%200%201%20.38%203.9l-.27%201.988a2.5%202.5%200%200%201-1.513%201.97l-2.158.901c-.972.406-2.068.148-2.804-.557c-3.11-2.982-5.879-3.97-6.64-4.199c-.358-.108-.664-.52-.474-.972c.15-.356.51-.98%201.281-1.321c.593-.263%201.361-.33%202.35-.068L2.765%205.101a1.613%201.613%200%200%201%201.027-2.028c.28-.091.566-.1.833-.04m2.151%203.645l.555%201.679a.5.5%200%201%201-.95.314l-.568-1.72l-.952-2.519l-.004-.01a.607.607%200%200%200-.756-.398a.613.613%200%200%200-.386.764l2.257%206.548a.5.5%200%200%201-.67.622c-1.332-.57-2.113-.486-2.556-.29c-.294.13-.49.333-.616.52c1.134.388%203.8%201.522%206.736%204.336c.474.454%201.153.596%201.727.357l2.157-.902a1.5%201.5%200%200%200%20.908-1.181l.27-1.988a7.5%207.5%200%200%200-.335-3.442l-.585-1.707l-.002-.005l-1.067-3.234V4.42a.6.6%200%200%200-1.162.29l.855%202.633a.5.5%200%200%201-.95.312l-.005.001l-.83-2.556a2%202%200%200%201-.036-.13l-.506-1.554a.6.6%200%200%200-1.141.37l.603%201.856q.018.056.023.112l.527%201.592a.5.5%200%201%201-.95.314L6.794%202.91a.6.6%200%200%200-1.139.378l1.102%203.33l.023.06zm7.467-3.608a.5.5%200%200%201%20.686.173l.296.495c.498.834.766%201.785.775%202.757a.5.5%200%201%201-1%20.009a4.47%204.47%200%200%200-.633-2.253l-.296-.495a.5.5%200%200%201%20.172-.686%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.848%201.143a.49.49%200%200%200-.702.001a.51.51%200%200%200%20.008.712a6.57%206.57%200%200%201%201.855%205.567a.51.51%200%200%200%20.42.574a.49.49%200%200%200%20.563-.42a7.6%207.6%200%200%200-2.144-6.434M4.626%203.033a1.6%201.6%200%200%201%203.042-.626a1.6%201.6%200%200%201%202.588.699l.088.27a1.6%201.6%200%200%201%202.546.734l1.066%203.23l.584%201.704a8.5%208.5%200%200%201%20.38%203.9l-.27%201.988a2.5%202.5%200%200%201-1.513%201.97l-2.158.901c-.972.406-2.068.148-2.804-.557c-3.11-2.982-5.879-3.97-6.64-4.199c-.358-.108-.664-.52-.474-.972c.15-.356.51-.98%201.281-1.321c.593-.263%201.361-.33%202.35-.068L2.765%205.101a1.613%201.613%200%200%201%201.027-2.028c.28-.091.566-.1.833-.04m2.151%203.645l.555%201.679a.5.5%200%201%201-.95.314l-.568-1.72l-.952-2.519l-.004-.01a.607.607%200%200%200-.756-.398a.613.613%200%200%200-.386.764l2.257%206.548a.5.5%200%200%201-.67.622c-1.332-.57-2.113-.486-2.556-.29c-.294.13-.49.333-.616.52c1.134.388%203.8%201.522%206.736%204.336c.474.454%201.153.596%201.727.357l2.157-.902a1.5%201.5%200%200%200%20.908-1.181l.27-1.988a7.5%207.5%200%200%200-.335-3.442l-.585-1.707l-.002-.005l-1.067-3.234V4.42a.6.6%200%200%200-1.162.29l.855%202.633a.5.5%200%200%201-.95.312l-.005.001l-.83-2.556a2%202%200%200%201-.036-.13l-.506-1.554a.6.6%200%200%200-1.141.37l.603%201.856q.018.056.023.112l.527%201.592a.5.5%200%201%201-.95.314L6.794%202.91a.6.6%200%200%200-1.139.378l1.102%203.33l.023.06zm7.467-3.608a.5.5%200%200%201%20.686.173l.296.495c.498.834.766%201.785.775%202.757a.5.5%200%201%201-1%20.009a4.47%204.47%200%200%200-.633-2.253l-.296-.495a.5.5%200%200%201%20.172-.686%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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