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

Name
hand-wave-24-regular
Set
Fluent UI System Icons
Style
24 Regular
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="M18.634 2.322a.75.75 0 0 1 1.044-.188c.808.561 1.478 1.544 1.898 2.627c.424 1.094.63 2.384.413 3.618a.75.75 0 1 1-1.478-.258c.16-.913.013-1.924-.334-2.818c-.35-.906-.869-1.6-1.355-1.937a.75.75 0 0 1-.188-1.044m-9.046.551a2.048 2.048 0 0 0-3.721 1.13a2.015 2.015 0 0 0-1.929 2.649l1.96 5.921a4.8 4.8 0 0 0-1.788.2a3.9 3.9 0 0 0-1.764 1.154a1.41 1.41 0 0 0-.271 1.42c.153.433.494.78.911.97c1.415.642 4.274 2.118 6.752 4.487c1.025.98 2.521 1.473 3.963 1.042l2.587-.775a2.67 2.67 0 0 0 1.892-2.183c.144-1.051.32-2.641.32-4.138c0-1.764-.456-3.708-1-5.41a37 37 0 0 0-1.625-4.151a2.05 2.05 0 0 0-2.277-1.142c-.29.058-.551.171-.778.326l-.155-.486a2 2 0 0 0-3.077-1.014m-1.156 1l.404 1.176q.014.05.032.1l1.673 4.846a.75.75 0 0 0 1.166.35l.016-.013a.75.75 0 0 0 .236-.827L10.272 4.61a.5.5 0 0 1 .964-.265l.724 2.267q.018.075.042.151l.87 2.703l.163.513a.75.75 0 1 0 1.43-.457l-.165-.513l-.89-2.786a.61.61 0 0 1 .482-.704a.55.55 0 0 1 .62.299c.41.889 1.037 2.346 1.559 3.98c.525 1.643.93 3.416.93 4.953c0 1.396-.166 2.91-.307 3.935c-.06.44-.381.813-.836.949l-2.588.774c-.844.253-1.796-.02-2.495-.688c-2.65-2.535-5.681-4.094-7.169-4.77a.3.3 0 0 1-.098-.072c.232-.255.572-.52 1.059-.676c.51-.163 1.233-.224 2.244.038a.75.75 0 0 0 .9-.962L5.362 6.181a.515.515 0 0 1 .979-.324l1.438 4.346l.258.785a.75.75 0 1 0 1.426-.474l-.259-.781l-1.81-5.51a.547.547 0 0 1 1.038-.35m9.867.366A.75.75 0 0 0 17.2 5.26c.418.449.799.99.799 1.99a.75.75 0 0 0 1.5 0c0-1.502-.623-2.391-1.201-3.012"/></svg>

React

import type { SVGProps } from "react";

export function FluentHandWave24Regular(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="M18.634 2.322a.75.75 0 0 1 1.044-.188c.808.561 1.478 1.544 1.898 2.627c.424 1.094.63 2.384.413 3.618a.75.75 0 1 1-1.478-.258c.16-.913.013-1.924-.334-2.818c-.35-.906-.869-1.6-1.355-1.937a.75.75 0 0 1-.188-1.044m-9.046.551a2.048 2.048 0 0 0-3.721 1.13a2.015 2.015 0 0 0-1.929 2.649l1.96 5.921a4.8 4.8 0 0 0-1.788.2a3.9 3.9 0 0 0-1.764 1.154a1.41 1.41 0 0 0-.271 1.42c.153.433.494.78.911.97c1.415.642 4.274 2.118 6.752 4.487c1.025.98 2.521 1.473 3.963 1.042l2.587-.775a2.67 2.67 0 0 0 1.892-2.183c.144-1.051.32-2.641.32-4.138c0-1.764-.456-3.708-1-5.41a37 37 0 0 0-1.625-4.151a2.05 2.05 0 0 0-2.277-1.142c-.29.058-.551.171-.778.326l-.155-.486a2 2 0 0 0-3.077-1.014m-1.156 1l.404 1.176q.014.05.032.1l1.673 4.846a.75.75 0 0 0 1.166.35l.016-.013a.75.75 0 0 0 .236-.827L10.272 4.61a.5.5 0 0 1 .964-.265l.724 2.267q.018.075.042.151l.87 2.703l.163.513a.75.75 0 1 0 1.43-.457l-.165-.513l-.89-2.786a.61.61 0 0 1 .482-.704a.55.55 0 0 1 .62.299c.41.889 1.037 2.346 1.559 3.98c.525 1.643.93 3.416.93 4.953c0 1.396-.166 2.91-.307 3.935c-.06.44-.381.813-.836.949l-2.588.774c-.844.253-1.796-.02-2.495-.688c-2.65-2.535-5.681-4.094-7.169-4.77a.3.3 0 0 1-.098-.072c.232-.255.572-.52 1.059-.676c.51-.163 1.233-.224 2.244.038a.75.75 0 0 0 .9-.962L5.362 6.181a.515.515 0 0 1 .979-.324l1.438 4.346l.258.785a.75.75 0 1 0 1.426-.474l-.259-.781l-1.81-5.51a.547.547 0 0 1 1.038-.35m9.867.366A.75.75 0 0 0 17.2 5.26c.418.449.799.99.799 1.99a.75.75 0 0 0 1.5 0c0-1.502-.623-2.391-1.201-3.012"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.634 2.322a.75.75 0 0 1 1.044-.188c.808.561 1.478 1.544 1.898 2.627c.424 1.094.63 2.384.413 3.618a.75.75 0 1 1-1.478-.258c.16-.913.013-1.924-.334-2.818c-.35-.906-.869-1.6-1.355-1.937a.75.75 0 0 1-.188-1.044m-9.046.551a2.048 2.048 0 0 0-3.721 1.13a2.015 2.015 0 0 0-1.929 2.649l1.96 5.921a4.8 4.8 0 0 0-1.788.2a3.9 3.9 0 0 0-1.764 1.154a1.41 1.41 0 0 0-.271 1.42c.153.433.494.78.911.97c1.415.642 4.274 2.118 6.752 4.487c1.025.98 2.521 1.473 3.963 1.042l2.587-.775a2.67 2.67 0 0 0 1.892-2.183c.144-1.051.32-2.641.32-4.138c0-1.764-.456-3.708-1-5.41a37 37 0 0 0-1.625-4.151a2.05 2.05 0 0 0-2.277-1.142c-.29.058-.551.171-.778.326l-.155-.486a2 2 0 0 0-3.077-1.014m-1.156 1l.404 1.176q.014.05.032.1l1.673 4.846a.75.75 0 0 0 1.166.35l.016-.013a.75.75 0 0 0 .236-.827L10.272 4.61a.5.5 0 0 1 .964-.265l.724 2.267q.018.075.042.151l.87 2.703l.163.513a.75.75 0 1 0 1.43-.457l-.165-.513l-.89-2.786a.61.61 0 0 1 .482-.704a.55.55 0 0 1 .62.299c.41.889 1.037 2.346 1.559 3.98c.525 1.643.93 3.416.93 4.953c0 1.396-.166 2.91-.307 3.935c-.06.44-.381.813-.836.949l-2.588.774c-.844.253-1.796-.02-2.495-.688c-2.65-2.535-5.681-4.094-7.169-4.77a.3.3 0 0 1-.098-.072c.232-.255.572-.52 1.059-.676c.51-.163 1.233-.224 2.244.038a.75.75 0 0 0 .9-.962L5.362 6.181a.515.515 0 0 1 .979-.324l1.438 4.346l.258.785a.75.75 0 1 0 1.426-.474l-.259-.781l-1.81-5.51a.547.547 0 0 1 1.038-.35m9.867.366A.75.75 0 0 0 17.2 5.26c.418.449.799.99.799 1.99a.75.75 0 0 0 1.5 0c0-1.502-.623-2.391-1.201-3.012"/></svg>
</template>

CSS

.icon-hand-wave-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.634%202.322a.75.75%200%200%201%201.044-.188c.808.561%201.478%201.544%201.898%202.627c.424%201.094.63%202.384.413%203.618a.75.75%200%201%201-1.478-.258c.16-.913.013-1.924-.334-2.818c-.35-.906-.869-1.6-1.355-1.937a.75.75%200%200%201-.188-1.044m-9.046.551a2.048%202.048%200%200%200-3.721%201.13a2.015%202.015%200%200%200-1.929%202.649l1.96%205.921a4.8%204.8%200%200%200-1.788.2a3.9%203.9%200%200%200-1.764%201.154a1.41%201.41%200%200%200-.271%201.42c.153.433.494.78.911.97c1.415.642%204.274%202.118%206.752%204.487c1.025.98%202.521%201.473%203.963%201.042l2.587-.775a2.67%202.67%200%200%200%201.892-2.183c.144-1.051.32-2.641.32-4.138c0-1.764-.456-3.708-1-5.41a37%2037%200%200%200-1.625-4.151a2.05%202.05%200%200%200-2.277-1.142c-.29.058-.551.171-.778.326l-.155-.486a2%202%200%200%200-3.077-1.014m-1.156%201l.404%201.176q.014.05.032.1l1.673%204.846a.75.75%200%200%200%201.166.35l.016-.013a.75.75%200%200%200%20.236-.827L10.272%204.61a.5.5%200%200%201%20.964-.265l.724%202.267q.018.075.042.151l.87%202.703l.163.513a.75.75%200%201%200%201.43-.457l-.165-.513l-.89-2.786a.61.61%200%200%201%20.482-.704a.55.55%200%200%201%20.62.299c.41.889%201.037%202.346%201.559%203.98c.525%201.643.93%203.416.93%204.953c0%201.396-.166%202.91-.307%203.935c-.06.44-.381.813-.836.949l-2.588.774c-.844.253-1.796-.02-2.495-.688c-2.65-2.535-5.681-4.094-7.169-4.77a.3.3%200%200%201-.098-.072c.232-.255.572-.52%201.059-.676c.51-.163%201.233-.224%202.244.038a.75.75%200%200%200%20.9-.962L5.362%206.181a.515.515%200%200%201%20.979-.324l1.438%204.346l.258.785a.75.75%200%201%200%201.426-.474l-.259-.781l-1.81-5.51a.547.547%200%200%201%201.038-.35m9.867.366A.75.75%200%200%200%2017.2%205.26c.418.449.799.99.799%201.99a.75.75%200%200%200%201.5%200c0-1.502-.623-2.391-1.201-3.012%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%22M18.634%202.322a.75.75%200%200%201%201.044-.188c.808.561%201.478%201.544%201.898%202.627c.424%201.094.63%202.384.413%203.618a.75.75%200%201%201-1.478-.258c.16-.913.013-1.924-.334-2.818c-.35-.906-.869-1.6-1.355-1.937a.75.75%200%200%201-.188-1.044m-9.046.551a2.048%202.048%200%200%200-3.721%201.13a2.015%202.015%200%200%200-1.929%202.649l1.96%205.921a4.8%204.8%200%200%200-1.788.2a3.9%203.9%200%200%200-1.764%201.154a1.41%201.41%200%200%200-.271%201.42c.153.433.494.78.911.97c1.415.642%204.274%202.118%206.752%204.487c1.025.98%202.521%201.473%203.963%201.042l2.587-.775a2.67%202.67%200%200%200%201.892-2.183c.144-1.051.32-2.641.32-4.138c0-1.764-.456-3.708-1-5.41a37%2037%200%200%200-1.625-4.151a2.05%202.05%200%200%200-2.277-1.142c-.29.058-.551.171-.778.326l-.155-.486a2%202%200%200%200-3.077-1.014m-1.156%201l.404%201.176q.014.05.032.1l1.673%204.846a.75.75%200%200%200%201.166.35l.016-.013a.75.75%200%200%200%20.236-.827L10.272%204.61a.5.5%200%200%201%20.964-.265l.724%202.267q.018.075.042.151l.87%202.703l.163.513a.75.75%200%201%200%201.43-.457l-.165-.513l-.89-2.786a.61.61%200%200%201%20.482-.704a.55.55%200%200%201%20.62.299c.41.889%201.037%202.346%201.559%203.98c.525%201.643.93%203.416.93%204.953c0%201.396-.166%202.91-.307%203.935c-.06.44-.381.813-.836.949l-2.588.774c-.844.253-1.796-.02-2.495-.688c-2.65-2.535-5.681-4.094-7.169-4.77a.3.3%200%200%201-.098-.072c.232-.255.572-.52%201.059-.676c.51-.163%201.233-.224%202.244.038a.75.75%200%200%200%20.9-.962L5.362%206.181a.515.515%200%200%201%20.979-.324l1.438%204.346l.258.785a.75.75%200%201%200%201.426-.474l-.259-.781l-1.81-5.51a.547.547%200%200%201%201.038-.35m9.867.366A.75.75%200%200%200%2017.2%205.26c.418.449.799.99.799%201.99a.75.75%200%200%200%201.5%200c0-1.502-.623-2.391-1.201-3.012%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-regular.svg?color=%231a73e8&size=48