hand waving icon

hand-waving-duotone from Phosphor by Phosphor Icons · Duotone · MIT Free for personal and commercial use.

Name
hand-waving-duotone
Set
Phosphor
Style
Duotone
Viewbox
256×256
License
MIT

5 other variants in Phosphor

Related icons in Phosphor

Use the hand waving icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M184 213.27A80 80 0 0 1 74.7 184l-40-69.32a20 20 0 0 1 34.64-20L55.08 70a20 20 0 0 1 34.65-20l6.92 12a20 20 0 0 1 34.64-20l30 52A20 20 0 0 1 196 74l17.31 30A80 80 0 0 1 184 213.27" opacity=".2"/><path d="m220.17 100l-17.31-30a28 28 0 0 0-38.24-10.25a27.7 27.7 0 0 0-9 8.34L138.2 38a28 28 0 0 0-48.48 0a28 28 0 0 0-41.57 36l1.59 2.76A27.7 27.7 0 0 0 38 80.41a28 28 0 0 0-10.24 38.25l40 69.32a87.47 87.47 0 0 0 53.43 41a88.6 88.6 0 0 0 22.92 3a88 88 0 0 0 76.06-132Zm-6.66 62.64A72 72 0 0 1 81.62 180l-40-69.32a12 12 0 0 1 20.78-12L81.63 132a8 8 0 1 0 13.85-8L62 66a12 12 0 1 1 20.78-12L114 108a8 8 0 1 0 13.85-8l-24.28-42a12 12 0 1 1 20.78-12l33.42 57.9a48 48 0 0 0-5.54 60.6a8 8 0 0 0 13.24-9a32 32 0 0 1 7.31-43.5a8 8 0 0 0 2.13-10.4L168.23 90A12 12 0 1 1 189 78l17.31 30a71.56 71.56 0 0 1 7.2 54.62ZM184.25 31.71A8 8 0 0 1 194 26a59.62 59.62 0 0 1 36.53 28l.33.57a8 8 0 1 1-13.85 8l-.33-.57a43.67 43.67 0 0 0-26.8-20.5a8 8 0 0 1-5.63-9.79M80.89 237a8 8 0 0 1-11.23 1.33A119.6 119.6 0 0 1 40.06 204a8 8 0 0 1 13.86-8a103.7 103.7 0 0 0 25.64 29.72A8 8 0 0 1 80.89 237"/></g></svg>

React

import type { SVGProps } from "react";

export function PhHandWavingDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M184 213.27A80 80 0 0 1 74.7 184l-40-69.32a20 20 0 0 1 34.64-20L55.08 70a20 20 0 0 1 34.65-20l6.92 12a20 20 0 0 1 34.64-20l30 52A20 20 0 0 1 196 74l17.31 30A80 80 0 0 1 184 213.27" opacity=".2"/><path d="m220.17 100l-17.31-30a28 28 0 0 0-38.24-10.25a27.7 27.7 0 0 0-9 8.34L138.2 38a28 28 0 0 0-48.48 0a28 28 0 0 0-41.57 36l1.59 2.76A27.7 27.7 0 0 0 38 80.41a28 28 0 0 0-10.24 38.25l40 69.32a87.47 87.47 0 0 0 53.43 41a88.6 88.6 0 0 0 22.92 3a88 88 0 0 0 76.06-132Zm-6.66 62.64A72 72 0 0 1 81.62 180l-40-69.32a12 12 0 0 1 20.78-12L81.63 132a8 8 0 1 0 13.85-8L62 66a12 12 0 1 1 20.78-12L114 108a8 8 0 1 0 13.85-8l-24.28-42a12 12 0 1 1 20.78-12l33.42 57.9a48 48 0 0 0-5.54 60.6a8 8 0 0 0 13.24-9a32 32 0 0 1 7.31-43.5a8 8 0 0 0 2.13-10.4L168.23 90A12 12 0 1 1 189 78l17.31 30a71.56 71.56 0 0 1 7.2 54.62ZM184.25 31.71A8 8 0 0 1 194 26a59.62 59.62 0 0 1 36.53 28l.33.57a8 8 0 1 1-13.85 8l-.33-.57a43.67 43.67 0 0 0-26.8-20.5a8 8 0 0 1-5.63-9.79M80.89 237a8 8 0 0 1-11.23 1.33A119.6 119.6 0 0 1 40.06 204a8 8 0 0 1 13.86-8a103.7 103.7 0 0 0 25.64 29.72A8 8 0 0 1 80.89 237"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M184 213.27A80 80 0 0 1 74.7 184l-40-69.32a20 20 0 0 1 34.64-20L55.08 70a20 20 0 0 1 34.65-20l6.92 12a20 20 0 0 1 34.64-20l30 52A20 20 0 0 1 196 74l17.31 30A80 80 0 0 1 184 213.27" opacity=".2"/><path d="m220.17 100l-17.31-30a28 28 0 0 0-38.24-10.25a27.7 27.7 0 0 0-9 8.34L138.2 38a28 28 0 0 0-48.48 0a28 28 0 0 0-41.57 36l1.59 2.76A27.7 27.7 0 0 0 38 80.41a28 28 0 0 0-10.24 38.25l40 69.32a87.47 87.47 0 0 0 53.43 41a88.6 88.6 0 0 0 22.92 3a88 88 0 0 0 76.06-132Zm-6.66 62.64A72 72 0 0 1 81.62 180l-40-69.32a12 12 0 0 1 20.78-12L81.63 132a8 8 0 1 0 13.85-8L62 66a12 12 0 1 1 20.78-12L114 108a8 8 0 1 0 13.85-8l-24.28-42a12 12 0 1 1 20.78-12l33.42 57.9a48 48 0 0 0-5.54 60.6a8 8 0 0 0 13.24-9a32 32 0 0 1 7.31-43.5a8 8 0 0 0 2.13-10.4L168.23 90A12 12 0 1 1 189 78l17.31 30a71.56 71.56 0 0 1 7.2 54.62ZM184.25 31.71A8 8 0 0 1 194 26a59.62 59.62 0 0 1 36.53 28l.33.57a8 8 0 1 1-13.85 8l-.33-.57a43.67 43.67 0 0 0-26.8-20.5a8 8 0 0 1-5.63-9.79M80.89 237a8 8 0 0 1-11.23 1.33A119.6 119.6 0 0 1 40.06 204a8 8 0 0 1 13.86-8a103.7 103.7 0 0 0 25.64 29.72A8 8 0 0 1 80.89 237"/></g></svg>
</template>

CSS

.icon-hand-waving-duotone {
  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%20256%20256%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M184%20213.27A80%2080%200%200%201%2074.7%20184l-40-69.32a20%2020%200%200%201%2034.64-20L55.08%2070a20%2020%200%200%201%2034.65-20l6.92%2012a20%2020%200%200%201%2034.64-20l30%2052A20%2020%200%200%201%20196%2074l17.31%2030A80%2080%200%200%201%20184%20213.27%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22m220.17%20100l-17.31-30a28%2028%200%200%200-38.24-10.25a27.7%2027.7%200%200%200-9%208.34L138.2%2038a28%2028%200%200%200-48.48%200a28%2028%200%200%200-41.57%2036l1.59%202.76A27.7%2027.7%200%200%200%2038%2080.41a28%2028%200%200%200-10.24%2038.25l40%2069.32a87.47%2087.47%200%200%200%2053.43%2041a88.6%2088.6%200%200%200%2022.92%203a88%2088%200%200%200%2076.06-132Zm-6.66%2062.64A72%2072%200%200%201%2081.62%20180l-40-69.32a12%2012%200%200%201%2020.78-12L81.63%20132a8%208%200%201%200%2013.85-8L62%2066a12%2012%200%201%201%2020.78-12L114%20108a8%208%200%201%200%2013.85-8l-24.28-42a12%2012%200%201%201%2020.78-12l33.42%2057.9a48%2048%200%200%200-5.54%2060.6a8%208%200%200%200%2013.24-9a32%2032%200%200%201%207.31-43.5a8%208%200%200%200%202.13-10.4L168.23%2090A12%2012%200%201%201%20189%2078l17.31%2030a71.56%2071.56%200%200%201%207.2%2054.62ZM184.25%2031.71A8%208%200%200%201%20194%2026a59.62%2059.62%200%200%201%2036.53%2028l.33.57a8%208%200%201%201-13.85%208l-.33-.57a43.67%2043.67%200%200%200-26.8-20.5a8%208%200%200%201-5.63-9.79M80.89%20237a8%208%200%200%201-11.23%201.33A119.6%20119.6%200%200%201%2040.06%20204a8%208%200%200%201%2013.86-8a103.7%20103.7%200%200%200%2025.64%2029.72A8%208%200%200%201%2080.89%20237%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%20256%20256%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M184%20213.27A80%2080%200%200%201%2074.7%20184l-40-69.32a20%2020%200%200%201%2034.64-20L55.08%2070a20%2020%200%200%201%2034.65-20l6.92%2012a20%2020%200%200%201%2034.64-20l30%2052A20%2020%200%200%201%20196%2074l17.31%2030A80%2080%200%200%201%20184%20213.27%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22m220.17%20100l-17.31-30a28%2028%200%200%200-38.24-10.25a27.7%2027.7%200%200%200-9%208.34L138.2%2038a28%2028%200%200%200-48.48%200a28%2028%200%200%200-41.57%2036l1.59%202.76A27.7%2027.7%200%200%200%2038%2080.41a28%2028%200%200%200-10.24%2038.25l40%2069.32a87.47%2087.47%200%200%200%2053.43%2041a88.6%2088.6%200%200%200%2022.92%203a88%2088%200%200%200%2076.06-132Zm-6.66%2062.64A72%2072%200%200%201%2081.62%20180l-40-69.32a12%2012%200%200%201%2020.78-12L81.63%20132a8%208%200%201%200%2013.85-8L62%2066a12%2012%200%201%201%2020.78-12L114%20108a8%208%200%201%200%2013.85-8l-24.28-42a12%2012%200%201%201%2020.78-12l33.42%2057.9a48%2048%200%200%200-5.54%2060.6a8%208%200%200%200%2013.24-9a32%2032%200%200%201%207.31-43.5a8%208%200%200%200%202.13-10.4L168.23%2090A12%2012%200%201%201%20189%2078l17.31%2030a71.56%2071.56%200%200%201%207.2%2054.62ZM184.25%2031.71A8%208%200%200%201%20194%2026a59.62%2059.62%200%200%201%2036.53%2028l.33.57a8%208%200%201%201-13.85%208l-.33-.57a43.67%2043.67%200%200%200-26.8-20.5a8%208%200%200%201-5.63-9.79M80.89%20237a8%208%200%200%201-11.23%201.33A119.6%20119.6%200%200%201%2040.06%20204a8%208%200%200%201%2013.86-8a103.7%20103.7%200%200%200%2025.64%2029.72A8%208%200%200%201%2080.89%20237%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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