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

Name
hand-wave-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
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 24 24"><path fill="currentColor" d="M7.94 2.66a1 1 0 1 0-1.88.68l2.25 6.233a.68.68 0 0 1-1.273.478L4.932 4.638a1 1 0 0 0-1.864.725l3.159 8.122c-1.702-.184-2.917.25-3.65.668a1.12 1.12 0 0 0-.565 1.136c.059.417.339.767.727.937c1.336.585 4.386 2.088 6.998 4.58c1.026.978 2.522 1.471 3.963 1.04l2.799-.838c.83-.249 1.524-.886 1.775-1.762c.3-1.047.726-2.82.726-4.496c0-1.15-.403-2.585-.77-3.67c-.728-2.145-1.542-4.265-2.285-6.407a1 1 0 0 0-1.89.655l.994 2.864a.701.701 0 0 1-1.323.466l-1.784-4.994a1 1 0 0 0-1.883.673l1.618 4.53a.703.703 0 0 1-1.323.475zm10.694-.337a.75.75 0 0 1 1.044-.189c.808.561 1.478 1.544 1.898 2.627c.424 1.094.63 2.384.413 3.619a.75.75 0 1 1-1.478-.26c.16-.912.013-1.923-.334-2.817c-.35-.906-.869-1.6-1.355-1.937a.75.75 0 0 1-.188-1.043m-.335 1.916A.75.75 0 0 0 17.2 5.262c.418.448.799.99.799 1.988a.75.75 0 0 0 1.5 0c0-1.5-.623-2.39-1.201-3.011"/></svg>

React

import type { SVGProps } from "react";

export function FluentHandWave24Filled(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.94 2.66a1 1 0 1 0-1.88.68l2.25 6.233a.68.68 0 0 1-1.273.478L4.932 4.638a1 1 0 0 0-1.864.725l3.159 8.122c-1.702-.184-2.917.25-3.65.668a1.12 1.12 0 0 0-.565 1.136c.059.417.339.767.727.937c1.336.585 4.386 2.088 6.998 4.58c1.026.978 2.522 1.471 3.963 1.04l2.799-.838c.83-.249 1.524-.886 1.775-1.762c.3-1.047.726-2.82.726-4.496c0-1.15-.403-2.585-.77-3.67c-.728-2.145-1.542-4.265-2.285-6.407a1 1 0 0 0-1.89.655l.994 2.864a.701.701 0 0 1-1.323.466l-1.784-4.994a1 1 0 0 0-1.883.673l1.618 4.53a.703.703 0 0 1-1.323.475zm10.694-.337a.75.75 0 0 1 1.044-.189c.808.561 1.478 1.544 1.898 2.627c.424 1.094.63 2.384.413 3.619a.75.75 0 1 1-1.478-.26c.16-.912.013-1.923-.334-2.817c-.35-.906-.869-1.6-1.355-1.937a.75.75 0 0 1-.188-1.043m-.335 1.916A.75.75 0 0 0 17.2 5.262c.418.448.799.99.799 1.988a.75.75 0 0 0 1.5 0c0-1.5-.623-2.39-1.201-3.011"/></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.94 2.66a1 1 0 1 0-1.88.68l2.25 6.233a.68.68 0 0 1-1.273.478L4.932 4.638a1 1 0 0 0-1.864.725l3.159 8.122c-1.702-.184-2.917.25-3.65.668a1.12 1.12 0 0 0-.565 1.136c.059.417.339.767.727.937c1.336.585 4.386 2.088 6.998 4.58c1.026.978 2.522 1.471 3.963 1.04l2.799-.838c.83-.249 1.524-.886 1.775-1.762c.3-1.047.726-2.82.726-4.496c0-1.15-.403-2.585-.77-3.67c-.728-2.145-1.542-4.265-2.285-6.407a1 1 0 0 0-1.89.655l.994 2.864a.701.701 0 0 1-1.323.466l-1.784-4.994a1 1 0 0 0-1.883.673l1.618 4.53a.703.703 0 0 1-1.323.475zm10.694-.337a.75.75 0 0 1 1.044-.189c.808.561 1.478 1.544 1.898 2.627c.424 1.094.63 2.384.413 3.619a.75.75 0 1 1-1.478-.26c.16-.912.013-1.923-.334-2.817c-.35-.906-.869-1.6-1.355-1.937a.75.75 0 0 1-.188-1.043m-.335 1.916A.75.75 0 0 0 17.2 5.262c.418.448.799.99.799 1.988a.75.75 0 0 0 1.5 0c0-1.5-.623-2.39-1.201-3.011"/></svg>
</template>

CSS

.icon-hand-wave-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.94%202.66a1%201%200%201%200-1.88.68l2.25%206.233a.68.68%200%200%201-1.273.478L4.932%204.638a1%201%200%200%200-1.864.725l3.159%208.122c-1.702-.184-2.917.25-3.65.668a1.12%201.12%200%200%200-.565%201.136c.059.417.339.767.727.937c1.336.585%204.386%202.088%206.998%204.58c1.026.978%202.522%201.471%203.963%201.04l2.799-.838c.83-.249%201.524-.886%201.775-1.762c.3-1.047.726-2.82.726-4.496c0-1.15-.403-2.585-.77-3.67c-.728-2.145-1.542-4.265-2.285-6.407a1%201%200%200%200-1.89.655l.994%202.864a.701.701%200%200%201-1.323.466l-1.784-4.994a1%201%200%200%200-1.883.673l1.618%204.53a.703.703%200%200%201-1.323.475zm10.694-.337a.75.75%200%200%201%201.044-.189c.808.561%201.478%201.544%201.898%202.627c.424%201.094.63%202.384.413%203.619a.75.75%200%201%201-1.478-.26c.16-.912.013-1.923-.334-2.817c-.35-.906-.869-1.6-1.355-1.937a.75.75%200%200%201-.188-1.043m-.335%201.916A.75.75%200%200%200%2017.2%205.262c.418.448.799.99.799%201.988a.75.75%200%200%200%201.5%200c0-1.5-.623-2.39-1.201-3.011%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.94%202.66a1%201%200%201%200-1.88.68l2.25%206.233a.68.68%200%200%201-1.273.478L4.932%204.638a1%201%200%200%200-1.864.725l3.159%208.122c-1.702-.184-2.917.25-3.65.668a1.12%201.12%200%200%200-.565%201.136c.059.417.339.767.727.937c1.336.585%204.386%202.088%206.998%204.58c1.026.978%202.522%201.471%203.963%201.04l2.799-.838c.83-.249%201.524-.886%201.775-1.762c.3-1.047.726-2.82.726-4.496c0-1.15-.403-2.585-.77-3.67c-.728-2.145-1.542-4.265-2.285-6.407a1%201%200%200%200-1.89.655l.994%202.864a.701.701%200%200%201-1.323.466l-1.784-4.994a1%201%200%200%200-1.883.673l1.618%204.53a.703.703%200%200%201-1.323.475zm10.694-.337a.75.75%200%200%201%201.044-.189c.808.561%201.478%201.544%201.898%202.627c.424%201.094.63%202.384.413%203.619a.75.75%200%201%201-1.478-.26c.16-.912.013-1.923-.334-2.817c-.35-.906-.869-1.6-1.355-1.937a.75.75%200%200%201-.188-1.043m-.335%201.916A.75.75%200%200%200%2017.2%205.262c.418.448.799.99.799%201.988a.75.75%200%200%200%201.5%200c0-1.5-.623-2.39-1.201-3.011%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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