hand waving icon

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

Name
hand-waving-light
Set
Phosphor
Style
Light
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"><path fill="currentColor" d="m218.44 101l-17.31-30a26 26 0 0 0-45.58 1l-19.08-33a26 26 0 0 0-46.14 2.19A26 26 0 0 0 49.88 73l3.29 5.7a26 26 0 0 0-23.69 39L69.5 187a85.44 85.44 0 0 0 52.21 40.08a86.7 86.7 0 0 0 22.4 3a86 86 0 0 0 74.33-129Zm-3 62.16A74 74 0 0 1 79.89 181l-40-69.32a14 14 0 0 1 24.25-14L83.36 131a6 6 0 0 0 10.39-6L60.27 67a14 14 0 1 1 24.25-14l31.17 54a6 6 0 0 0 5.2 3a5.9 5.9 0 0 0 3-.81a6 6 0 0 0 2.2-8.2L101.83 59a14 14 0 0 1 24.25-14l34.2 59.23a46 46 0 0 0-6.4 59.13a6 6 0 0 0 9.94-6.73a34 34 0 0 1 7.76-46.26a6 6 0 0 0 1.6-7.8L166.49 91a14 14 0 1 1 24.25-14l17.31 30a73.53 73.53 0 0 1 7.39 56.14ZM186.18 32.22a6 6 0 0 1 7.34-4.22a57.6 57.6 0 0 1 35.32 27l.33.57a6 6 0 1 1-10.39 6l-.33-.57a45.7 45.7 0 0 0-28-21.43a6 6 0 0 1-4.27-7.35M79.32 235.71a6 6 0 0 1-8.42 1A117.8 117.8 0 0 1 41.79 203a6 6 0 0 1 10.4-6a105.5 105.5 0 0 0 26.14 30.29a6 6 0 0 1 .99 8.42"/></svg>

React

import type { SVGProps } from "react";

export function PhHandWavingLight(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m218.44 101l-17.31-30a26 26 0 0 0-45.58 1l-19.08-33a26 26 0 0 0-46.14 2.19A26 26 0 0 0 49.88 73l3.29 5.7a26 26 0 0 0-23.69 39L69.5 187a85.44 85.44 0 0 0 52.21 40.08a86.7 86.7 0 0 0 22.4 3a86 86 0 0 0 74.33-129Zm-3 62.16A74 74 0 0 1 79.89 181l-40-69.32a14 14 0 0 1 24.25-14L83.36 131a6 6 0 0 0 10.39-6L60.27 67a14 14 0 1 1 24.25-14l31.17 54a6 6 0 0 0 5.2 3a5.9 5.9 0 0 0 3-.81a6 6 0 0 0 2.2-8.2L101.83 59a14 14 0 0 1 24.25-14l34.2 59.23a46 46 0 0 0-6.4 59.13a6 6 0 0 0 9.94-6.73a34 34 0 0 1 7.76-46.26a6 6 0 0 0 1.6-7.8L166.49 91a14 14 0 1 1 24.25-14l17.31 30a73.53 73.53 0 0 1 7.39 56.14ZM186.18 32.22a6 6 0 0 1 7.34-4.22a57.6 57.6 0 0 1 35.32 27l.33.57a6 6 0 1 1-10.39 6l-.33-.57a45.7 45.7 0 0 0-28-21.43a6 6 0 0 1-4.27-7.35M79.32 235.71a6 6 0 0 1-8.42 1A117.8 117.8 0 0 1 41.79 203a6 6 0 0 1 10.4-6a105.5 105.5 0 0 0 26.14 30.29a6 6 0 0 1 .99 8.42"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m218.44 101l-17.31-30a26 26 0 0 0-45.58 1l-19.08-33a26 26 0 0 0-46.14 2.19A26 26 0 0 0 49.88 73l3.29 5.7a26 26 0 0 0-23.69 39L69.5 187a85.44 85.44 0 0 0 52.21 40.08a86.7 86.7 0 0 0 22.4 3a86 86 0 0 0 74.33-129Zm-3 62.16A74 74 0 0 1 79.89 181l-40-69.32a14 14 0 0 1 24.25-14L83.36 131a6 6 0 0 0 10.39-6L60.27 67a14 14 0 1 1 24.25-14l31.17 54a6 6 0 0 0 5.2 3a5.9 5.9 0 0 0 3-.81a6 6 0 0 0 2.2-8.2L101.83 59a14 14 0 0 1 24.25-14l34.2 59.23a46 46 0 0 0-6.4 59.13a6 6 0 0 0 9.94-6.73a34 34 0 0 1 7.76-46.26a6 6 0 0 0 1.6-7.8L166.49 91a14 14 0 1 1 24.25-14l17.31 30a73.53 73.53 0 0 1 7.39 56.14ZM186.18 32.22a6 6 0 0 1 7.34-4.22a57.6 57.6 0 0 1 35.32 27l.33.57a6 6 0 1 1-10.39 6l-.33-.57a45.7 45.7 0 0 0-28-21.43a6 6 0 0 1-4.27-7.35M79.32 235.71a6 6 0 0 1-8.42 1A117.8 117.8 0 0 1 41.79 203a6 6 0 0 1 10.4-6a105.5 105.5 0 0 0 26.14 30.29a6 6 0 0 1 .99 8.42"/></svg>
</template>

CSS

.icon-hand-waving-light {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m218.44%20101l-17.31-30a26%2026%200%200%200-45.58%201l-19.08-33a26%2026%200%200%200-46.14%202.19A26%2026%200%200%200%2049.88%2073l3.29%205.7a26%2026%200%200%200-23.69%2039L69.5%20187a85.44%2085.44%200%200%200%2052.21%2040.08a86.7%2086.7%200%200%200%2022.4%203a86%2086%200%200%200%2074.33-129Zm-3%2062.16A74%2074%200%200%201%2079.89%20181l-40-69.32a14%2014%200%200%201%2024.25-14L83.36%20131a6%206%200%200%200%2010.39-6L60.27%2067a14%2014%200%201%201%2024.25-14l31.17%2054a6%206%200%200%200%205.2%203a5.9%205.9%200%200%200%203-.81a6%206%200%200%200%202.2-8.2L101.83%2059a14%2014%200%200%201%2024.25-14l34.2%2059.23a46%2046%200%200%200-6.4%2059.13a6%206%200%200%200%209.94-6.73a34%2034%200%200%201%207.76-46.26a6%206%200%200%200%201.6-7.8L166.49%2091a14%2014%200%201%201%2024.25-14l17.31%2030a73.53%2073.53%200%200%201%207.39%2056.14ZM186.18%2032.22a6%206%200%200%201%207.34-4.22a57.6%2057.6%200%200%201%2035.32%2027l.33.57a6%206%200%201%201-10.39%206l-.33-.57a45.7%2045.7%200%200%200-28-21.43a6%206%200%200%201-4.27-7.35M79.32%20235.71a6%206%200%200%201-8.42%201A117.8%20117.8%200%200%201%2041.79%20203a6%206%200%200%201%2010.4-6a105.5%20105.5%200%200%200%2026.14%2030.29a6%206%200%200%201%20.99%208.42%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m218.44%20101l-17.31-30a26%2026%200%200%200-45.58%201l-19.08-33a26%2026%200%200%200-46.14%202.19A26%2026%200%200%200%2049.88%2073l3.29%205.7a26%2026%200%200%200-23.69%2039L69.5%20187a85.44%2085.44%200%200%200%2052.21%2040.08a86.7%2086.7%200%200%200%2022.4%203a86%2086%200%200%200%2074.33-129Zm-3%2062.16A74%2074%200%200%201%2079.89%20181l-40-69.32a14%2014%200%200%201%2024.25-14L83.36%20131a6%206%200%200%200%2010.39-6L60.27%2067a14%2014%200%201%201%2024.25-14l31.17%2054a6%206%200%200%200%205.2%203a5.9%205.9%200%200%200%203-.81a6%206%200%200%200%202.2-8.2L101.83%2059a14%2014%200%200%201%2024.25-14l34.2%2059.23a46%2046%200%200%200-6.4%2059.13a6%206%200%200%200%209.94-6.73a34%2034%200%200%201%207.76-46.26a6%206%200%200%200%201.6-7.8L166.49%2091a14%2014%200%201%201%2024.25-14l17.31%2030a73.53%2073.53%200%200%201%207.39%2056.14ZM186.18%2032.22a6%206%200%200%201%207.34-4.22a57.6%2057.6%200%200%201%2035.32%2027l.33.57a6%206%200%201%201-10.39%206l-.33-.57a45.7%2045.7%200%200%200-28-21.43a6%206%200%200%201-4.27-7.35M79.32%20235.71a6%206%200%200%201-8.42%201A117.8%20117.8%200%200%201%2041.79%20203a6%206%200%200%201%2010.4-6a105.5%20105.5%200%200%200%2026.14%2030.29a6%206%200%200%201%20.99%208.42%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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