hand-wave-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.

Name
hand-wave-16-filled
Set
Fluent UI System Icons
Style
16 Filled
Viewbox
16×16
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 16 16"><path fill="currentColor" d="M2.068 2.023a.75.75 0 0 1 .91.545l.964 3.859a.584.584 0 1 0 1.133-.283L4.023 1.932a.75.75 0 1 1 1.455-.364L6.61 6.101a.585.585 0 0 0 1.136-.281l-.718-2.91a.75.75 0 1 1 1.456-.364l.795 3.223a.591.591 0 1 0 1.144-.298L10 3.925a.75.75 0 0 1 1.453-.375l.746 2.754l.002.007q.016.042.026.086c.145.704.255 1.435.273 2.09c.033 1.223-.156 2.809-.31 3.871a2.43 2.43 0 0 1-1.726 1.972l-1.784.528c-1.43.423-2.931-.116-3.902-1.171c-.84-.915-1.935-1.93-2.991-2.431a1.4 1.4 0 0 1-.714-.758a1.01 1.01 0 0 1 .251-1.11a2.4 2.4 0 0 1 1.171-.624q.228-.046.475-.042l-1.447-5.79a.75.75 0 0 1 .545-.91M13.43 1.005a.5.5 0 0 1 .371.095a5.19 5.19 0 0 1 1.68 5.54A.49.49 0 0 1 15 7l-.14-.02a.5.5 0 0 1-.34-.62A4.19 4.19 0 0 0 13.2 1.9a.5.5 0 0 1 .23-.895m-.64 1.585a.49.49 0 0 0-.69.12a.49.49 0 0 0 .1.69a2.37 2.37 0 0 1 .8 2.06a.5.5 0 0 0 .46.54a.5.5 0 0 0 .5-.46a3.37 3.37 0 0 0-1.17-2.95"/></svg>

React

import type { SVGProps } from "react";

export function FluentHandWave16Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M2.068 2.023a.75.75 0 0 1 .91.545l.964 3.859a.584.584 0 1 0 1.133-.283L4.023 1.932a.75.75 0 1 1 1.455-.364L6.61 6.101a.585.585 0 0 0 1.136-.281l-.718-2.91a.75.75 0 1 1 1.456-.364l.795 3.223a.591.591 0 1 0 1.144-.298L10 3.925a.75.75 0 0 1 1.453-.375l.746 2.754l.002.007q.016.042.026.086c.145.704.255 1.435.273 2.09c.033 1.223-.156 2.809-.31 3.871a2.43 2.43 0 0 1-1.726 1.972l-1.784.528c-1.43.423-2.931-.116-3.902-1.171c-.84-.915-1.935-1.93-2.991-2.431a1.4 1.4 0 0 1-.714-.758a1.01 1.01 0 0 1 .251-1.11a2.4 2.4 0 0 1 1.171-.624q.228-.046.475-.042l-1.447-5.79a.75.75 0 0 1 .545-.91M13.43 1.005a.5.5 0 0 1 .371.095a5.19 5.19 0 0 1 1.68 5.54A.49.49 0 0 1 15 7l-.14-.02a.5.5 0 0 1-.34-.62A4.19 4.19 0 0 0 13.2 1.9a.5.5 0 0 1 .23-.895m-.64 1.585a.49.49 0 0 0-.69.12a.49.49 0 0 0 .1.69a2.37 2.37 0 0 1 .8 2.06a.5.5 0 0 0 .46.54a.5.5 0 0 0 .5-.46a3.37 3.37 0 0 0-1.17-2.95"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M2.068 2.023a.75.75 0 0 1 .91.545l.964 3.859a.584.584 0 1 0 1.133-.283L4.023 1.932a.75.75 0 1 1 1.455-.364L6.61 6.101a.585.585 0 0 0 1.136-.281l-.718-2.91a.75.75 0 1 1 1.456-.364l.795 3.223a.591.591 0 1 0 1.144-.298L10 3.925a.75.75 0 0 1 1.453-.375l.746 2.754l.002.007q.016.042.026.086c.145.704.255 1.435.273 2.09c.033 1.223-.156 2.809-.31 3.871a2.43 2.43 0 0 1-1.726 1.972l-1.784.528c-1.43.423-2.931-.116-3.902-1.171c-.84-.915-1.935-1.93-2.991-2.431a1.4 1.4 0 0 1-.714-.758a1.01 1.01 0 0 1 .251-1.11a2.4 2.4 0 0 1 1.171-.624q.228-.046.475-.042l-1.447-5.79a.75.75 0 0 1 .545-.91M13.43 1.005a.5.5 0 0 1 .371.095a5.19 5.19 0 0 1 1.68 5.54A.49.49 0 0 1 15 7l-.14-.02a.5.5 0 0 1-.34-.62A4.19 4.19 0 0 0 13.2 1.9a.5.5 0 0 1 .23-.895m-.64 1.585a.49.49 0 0 0-.69.12a.49.49 0 0 0 .1.69a2.37 2.37 0 0 1 .8 2.06a.5.5 0 0 0 .46.54a.5.5 0 0 0 .5-.46a3.37 3.37 0 0 0-1.17-2.95"/></svg>
</template>

CSS

.icon-hand-wave-16-filled {
  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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.068%202.023a.75.75%200%200%201%20.91.545l.964%203.859a.584.584%200%201%200%201.133-.283L4.023%201.932a.75.75%200%201%201%201.455-.364L6.61%206.101a.585.585%200%200%200%201.136-.281l-.718-2.91a.75.75%200%201%201%201.456-.364l.795%203.223a.591.591%200%201%200%201.144-.298L10%203.925a.75.75%200%200%201%201.453-.375l.746%202.754l.002.007q.016.042.026.086c.145.704.255%201.435.273%202.09c.033%201.223-.156%202.809-.31%203.871a2.43%202.43%200%200%201-1.726%201.972l-1.784.528c-1.43.423-2.931-.116-3.902-1.171c-.84-.915-1.935-1.93-2.991-2.431a1.4%201.4%200%200%201-.714-.758a1.01%201.01%200%200%201%20.251-1.11a2.4%202.4%200%200%201%201.171-.624q.228-.046.475-.042l-1.447-5.79a.75.75%200%200%201%20.545-.91M13.43%201.005a.5.5%200%200%201%20.371.095a5.19%205.19%200%200%201%201.68%205.54A.49.49%200%200%201%2015%207l-.14-.02a.5.5%200%200%201-.34-.62A4.19%204.19%200%200%200%2013.2%201.9a.5.5%200%200%201%20.23-.895m-.64%201.585a.49.49%200%200%200-.69.12a.49.49%200%200%200%20.1.69a2.37%202.37%200%200%201%20.8%202.06a.5.5%200%200%200%20.46.54a.5.5%200%200%200%20.5-.46a3.37%203.37%200%200%200-1.17-2.95%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.068%202.023a.75.75%200%200%201%20.91.545l.964%203.859a.584.584%200%201%200%201.133-.283L4.023%201.932a.75.75%200%201%201%201.455-.364L6.61%206.101a.585.585%200%200%200%201.136-.281l-.718-2.91a.75.75%200%201%201%201.456-.364l.795%203.223a.591.591%200%201%200%201.144-.298L10%203.925a.75.75%200%200%201%201.453-.375l.746%202.754l.002.007q.016.042.026.086c.145.704.255%201.435.273%202.09c.033%201.223-.156%202.809-.31%203.871a2.43%202.43%200%200%201-1.726%201.972l-1.784.528c-1.43.423-2.931-.116-3.902-1.171c-.84-.915-1.935-1.93-2.991-2.431a1.4%201.4%200%200%201-.714-.758a1.01%201.01%200%200%201%20.251-1.11a2.4%202.4%200%200%201%201.171-.624q.228-.046.475-.042l-1.447-5.79a.75.75%200%200%201%20.545-.91M13.43%201.005a.5.5%200%200%201%20.371.095a5.19%205.19%200%200%201%201.68%205.54A.49.49%200%200%201%2015%207l-.14-.02a.5.5%200%200%201-.34-.62A4.19%204.19%200%200%200%2013.2%201.9a.5.5%200%200%201%20.23-.895m-.64%201.585a.49.49%200%200%200-.69.12a.49.49%200%200%200%20.1.69a2.37%202.37%200%200%201%20.8%202.06a.5.5%200%200%200%20.46.54a.5.5%200%200%200%20.5-.46a3.37%203.37%200%200%200-1.17-2.95%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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