waving hand 02 icon

waving-hand-02 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
waving-hand-02
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the waving hand 02 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="m18.915 11.7l-1.542 4.131c-.718 1.925-1.078 2.887-1.664 3.546A4.88 4.88 0 0 1 12.155 21c-.893.016-1.877-.334-3.844-1.032c-1.032-.366-1.548-.549-1.99-.823a4.74 4.74 0 0 1-1.62-1.672c-.255-.446-.414-.96-.731-1.986l-1.4-4.526a1.58 1.58 0 0 1 .714-1.824c.83-.495 1.916-.175 2.326.685l.934 1.963l2.632-7.05C9.45 4 10.282 3.622 11.034 3.89A1.404 1.404 0 0 1 11.9 5.7m0 0l.662-1.77c.273-.734 1.105-1.112 1.857-.845a1.404 1.404 0 0 1 .867 1.811l-.661 1.77M11.9 5.702l-1.487 3.984m4.212-3.017c.274-.734 1.105-1.112 1.858-.845a1.404 1.404 0 0 1 .866 1.812l-.661 1.77m-2.063-2.737l-1.488 3.984m5.449 1.933l.826-2.213a1.404 1.404 0 0 0-.866-1.811c-.752-.267-1.584.11-1.858.844m0 0l-.826 2.214"/><path d="M21.33 14c.547 1.635-.273 3.426-1.83 4"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsWavingHand02(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5"><path strokeLinejoin="round" d="m18.915 11.7l-1.542 4.131c-.718 1.925-1.078 2.887-1.664 3.546A4.88 4.88 0 0 1 12.155 21c-.893.016-1.877-.334-3.844-1.032c-1.032-.366-1.548-.549-1.99-.823a4.74 4.74 0 0 1-1.62-1.672c-.255-.446-.414-.96-.731-1.986l-1.4-4.526a1.58 1.58 0 0 1 .714-1.824c.83-.495 1.916-.175 2.326.685l.934 1.963l2.632-7.05C9.45 4 10.282 3.622 11.034 3.89A1.404 1.404 0 0 1 11.9 5.7m0 0l.662-1.77c.273-.734 1.105-1.112 1.857-.845a1.404 1.404 0 0 1 .867 1.811l-.661 1.77M11.9 5.702l-1.487 3.984m4.212-3.017c.274-.734 1.105-1.112 1.858-.845a1.404 1.404 0 0 1 .866 1.812l-.661 1.77m-2.063-2.737l-1.488 3.984m5.449 1.933l.826-2.213a1.404 1.404 0 0 0-.866-1.811c-.752-.267-1.584.11-1.858.844m0 0l-.826 2.214"/><path d="M21.33 14c.547 1.635-.273 3.426-1.83 4"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="m18.915 11.7l-1.542 4.131c-.718 1.925-1.078 2.887-1.664 3.546A4.88 4.88 0 0 1 12.155 21c-.893.016-1.877-.334-3.844-1.032c-1.032-.366-1.548-.549-1.99-.823a4.74 4.74 0 0 1-1.62-1.672c-.255-.446-.414-.96-.731-1.986l-1.4-4.526a1.58 1.58 0 0 1 .714-1.824c.83-.495 1.916-.175 2.326.685l.934 1.963l2.632-7.05C9.45 4 10.282 3.622 11.034 3.89A1.404 1.404 0 0 1 11.9 5.7m0 0l.662-1.77c.273-.734 1.105-1.112 1.857-.845a1.404 1.404 0 0 1 .867 1.811l-.661 1.77M11.9 5.702l-1.487 3.984m4.212-3.017c.274-.734 1.105-1.112 1.858-.845a1.404 1.404 0 0 1 .866 1.812l-.661 1.77m-2.063-2.737l-1.488 3.984m5.449 1.933l.826-2.213a1.404 1.404 0 0 0-.866-1.811c-.752-.267-1.584.11-1.858.844m0 0l-.826 2.214"/><path d="M21.33 14c.547 1.635-.273 3.426-1.83 4"/></g></svg>
</template>

CSS

.icon-waving-hand-02 {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22m18.915%2011.7l-1.542%204.131c-.718%201.925-1.078%202.887-1.664%203.546A4.88%204.88%200%200%201%2012.155%2021c-.893.016-1.877-.334-3.844-1.032c-1.032-.366-1.548-.549-1.99-.823a4.74%204.74%200%200%201-1.62-1.672c-.255-.446-.414-.96-.731-1.986l-1.4-4.526a1.58%201.58%200%200%201%20.714-1.824c.83-.495%201.916-.175%202.326.685l.934%201.963l2.632-7.05C9.45%204%2010.282%203.622%2011.034%203.89A1.404%201.404%200%200%201%2011.9%205.7m0%200l.662-1.77c.273-.734%201.105-1.112%201.857-.845a1.404%201.404%200%200%201%20.867%201.811l-.661%201.77M11.9%205.702l-1.487%203.984m4.212-3.017c.274-.734%201.105-1.112%201.858-.845a1.404%201.404%200%200%201%20.866%201.812l-.661%201.77m-2.063-2.737l-1.488%203.984m5.449%201.933l.826-2.213a1.404%201.404%200%200%200-.866-1.811c-.752-.267-1.584.11-1.858.844m0%200l-.826%202.214%22%2F%3E%3Cpath%20d%3D%22M21.33%2014c.547%201.635-.273%203.426-1.83%204%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22m18.915%2011.7l-1.542%204.131c-.718%201.925-1.078%202.887-1.664%203.546A4.88%204.88%200%200%201%2012.155%2021c-.893.016-1.877-.334-3.844-1.032c-1.032-.366-1.548-.549-1.99-.823a4.74%204.74%200%200%201-1.62-1.672c-.255-.446-.414-.96-.731-1.986l-1.4-4.526a1.58%201.58%200%200%201%20.714-1.824c.83-.495%201.916-.175%202.326.685l.934%201.963l2.632-7.05C9.45%204%2010.282%203.622%2011.034%203.89A1.404%201.404%200%200%201%2011.9%205.7m0%200l.662-1.77c.273-.734%201.105-1.112%201.857-.845a1.404%201.404%200%200%201%20.867%201.811l-.661%201.77M11.9%205.702l-1.487%203.984m4.212-3.017c.274-.734%201.105-1.112%201.858-.845a1.404%201.404%200%200%201%20.866%201.812l-.661%201.77m-2.063-2.737l-1.488%203.984m5.449%201.933l.826-2.213a1.404%201.404%200%200%200-.866-1.811c-.752-.267-1.584.11-1.858.844m0%200l-.826%202.214%22%2F%3E%3Cpath%20d%3D%22M21.33%2014c.547%201.635-.273%203.426-1.83%204%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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