hand waving icon

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

Name
hand-waving-bold
Set
Phosphor
Style
Bold
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="M184.63 23.14a12 12 0 0 1 15-8A72.34 72.34 0 0 1 228.4 32a12 12 0 0 1-16.58 17.35a48.3 48.3 0 0 0-19.2-11.2a12 12 0 0 1-7.99-15.01m48.22 144.66A92 92 0 0 1 64.31 190l-40-69.32A32 32 0 0 1 36 77a31.7 31.7 0 0 1 7.54-3.14a32 32 0 0 1 45.11-41.41a32 32 0 0 1 53 3.55l14.53 25.17A32 32 0 0 1 206.35 68l17.31 30a91.38 91.38 0 0 1 9.19 69.8m-30-57.81L185.57 80a8 8 0 0 0-13.86 8l6.68 11.57a12 12 0 0 1-3.18 15.59a28 28 0 0 0-6.41 38.1a12 12 0 1 1-19.86 13.46a52.05 52.05 0 0 1 3.9-63.4L120.9 48a8 8 0 0 0-13.9 8l24.25 42a12 12 0 1 1-20.78 12L79.33 56a8 8 0 0 0-13.85 8L99 122a12 12 0 0 1-20.78 12l-19.29-33.33a8 8 0 1 0-13.85 8L85.1 178a68 68 0 0 0 117.78-68ZM50.46 198a12 12 0 1 0-20.78 12a132.8 132.8 0 0 0 20 26.38a12 12 0 1 0 17.17-16.76A109.2 109.2 0 0 1 50.46 198"/></svg>

React

import type { SVGProps } from "react";

export function PhHandWavingBold(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="M184.63 23.14a12 12 0 0 1 15-8A72.34 72.34 0 0 1 228.4 32a12 12 0 0 1-16.58 17.35a48.3 48.3 0 0 0-19.2-11.2a12 12 0 0 1-7.99-15.01m48.22 144.66A92 92 0 0 1 64.31 190l-40-69.32A32 32 0 0 1 36 77a31.7 31.7 0 0 1 7.54-3.14a32 32 0 0 1 45.11-41.41a32 32 0 0 1 53 3.55l14.53 25.17A32 32 0 0 1 206.35 68l17.31 30a91.38 91.38 0 0 1 9.19 69.8m-30-57.81L185.57 80a8 8 0 0 0-13.86 8l6.68 11.57a12 12 0 0 1-3.18 15.59a28 28 0 0 0-6.41 38.1a12 12 0 1 1-19.86 13.46a52.05 52.05 0 0 1 3.9-63.4L120.9 48a8 8 0 0 0-13.9 8l24.25 42a12 12 0 1 1-20.78 12L79.33 56a8 8 0 0 0-13.85 8L99 122a12 12 0 0 1-20.78 12l-19.29-33.33a8 8 0 1 0-13.85 8L85.1 178a68 68 0 0 0 117.78-68ZM50.46 198a12 12 0 1 0-20.78 12a132.8 132.8 0 0 0 20 26.38a12 12 0 1 0 17.17-16.76A109.2 109.2 0 0 1 50.46 198"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M184.63 23.14a12 12 0 0 1 15-8A72.34 72.34 0 0 1 228.4 32a12 12 0 0 1-16.58 17.35a48.3 48.3 0 0 0-19.2-11.2a12 12 0 0 1-7.99-15.01m48.22 144.66A92 92 0 0 1 64.31 190l-40-69.32A32 32 0 0 1 36 77a31.7 31.7 0 0 1 7.54-3.14a32 32 0 0 1 45.11-41.41a32 32 0 0 1 53 3.55l14.53 25.17A32 32 0 0 1 206.35 68l17.31 30a91.38 91.38 0 0 1 9.19 69.8m-30-57.81L185.57 80a8 8 0 0 0-13.86 8l6.68 11.57a12 12 0 0 1-3.18 15.59a28 28 0 0 0-6.41 38.1a12 12 0 1 1-19.86 13.46a52.05 52.05 0 0 1 3.9-63.4L120.9 48a8 8 0 0 0-13.9 8l24.25 42a12 12 0 1 1-20.78 12L79.33 56a8 8 0 0 0-13.85 8L99 122a12 12 0 0 1-20.78 12l-19.29-33.33a8 8 0 1 0-13.85 8L85.1 178a68 68 0 0 0 117.78-68ZM50.46 198a12 12 0 1 0-20.78 12a132.8 132.8 0 0 0 20 26.38a12 12 0 1 0 17.17-16.76A109.2 109.2 0 0 1 50.46 198"/></svg>
</template>

CSS

.icon-hand-waving-bold {
  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%22M184.63%2023.14a12%2012%200%200%201%2015-8A72.34%2072.34%200%200%201%20228.4%2032a12%2012%200%200%201-16.58%2017.35a48.3%2048.3%200%200%200-19.2-11.2a12%2012%200%200%201-7.99-15.01m48.22%20144.66A92%2092%200%200%201%2064.31%20190l-40-69.32A32%2032%200%200%201%2036%2077a31.7%2031.7%200%200%201%207.54-3.14a32%2032%200%200%201%2045.11-41.41a32%2032%200%200%201%2053%203.55l14.53%2025.17A32%2032%200%200%201%20206.35%2068l17.31%2030a91.38%2091.38%200%200%201%209.19%2069.8m-30-57.81L185.57%2080a8%208%200%200%200-13.86%208l6.68%2011.57a12%2012%200%200%201-3.18%2015.59a28%2028%200%200%200-6.41%2038.1a12%2012%200%201%201-19.86%2013.46a52.05%2052.05%200%200%201%203.9-63.4L120.9%2048a8%208%200%200%200-13.9%208l24.25%2042a12%2012%200%201%201-20.78%2012L79.33%2056a8%208%200%200%200-13.85%208L99%20122a12%2012%200%200%201-20.78%2012l-19.29-33.33a8%208%200%201%200-13.85%208L85.1%20178a68%2068%200%200%200%20117.78-68ZM50.46%20198a12%2012%200%201%200-20.78%2012a132.8%20132.8%200%200%200%2020%2026.38a12%2012%200%201%200%2017.17-16.76A109.2%20109.2%200%200%201%2050.46%20198%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%22M184.63%2023.14a12%2012%200%200%201%2015-8A72.34%2072.34%200%200%201%20228.4%2032a12%2012%200%200%201-16.58%2017.35a48.3%2048.3%200%200%200-19.2-11.2a12%2012%200%200%201-7.99-15.01m48.22%20144.66A92%2092%200%200%201%2064.31%20190l-40-69.32A32%2032%200%200%201%2036%2077a31.7%2031.7%200%200%201%207.54-3.14a32%2032%200%200%201%2045.11-41.41a32%2032%200%200%201%2053%203.55l14.53%2025.17A32%2032%200%200%201%20206.35%2068l17.31%2030a91.38%2091.38%200%200%201%209.19%2069.8m-30-57.81L185.57%2080a8%208%200%200%200-13.86%208l6.68%2011.57a12%2012%200%200%201-3.18%2015.59a28%2028%200%200%200-6.41%2038.1a12%2012%200%201%201-19.86%2013.46a52.05%2052.05%200%200%201%203.9-63.4L120.9%2048a8%208%200%200%200-13.9%208l24.25%2042a12%2012%200%201%201-20.78%2012L79.33%2056a8%208%200%200%200-13.85%208L99%20122a12%2012%200%200%201-20.78%2012l-19.29-33.33a8%208%200%201%200-13.85%208L85.1%20178a68%2068%200%200%200%20117.78-68ZM50.46%20198a12%2012%200%201%200-20.78%2012a132.8%20132.8%200%200%200%2020%2026.38a12%2012%200%201%200%2017.17-16.76A109.2%20109.2%200%200%201%2050.46%20198%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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