hand waving icon
hand-waving-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- hand-waving-thin
- Set
- Phosphor
- Style
- Thin
- 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="M216.71 102L199.4 72a24 24 0 0 0-43.57 4.52L134.74 40a24 24 0 0 0-43.69 4.9A24 24 0 0 0 51.61 72l5.31 9.19a24 24 0 0 0-25.71 35.47l40 69.32a83.4 83.4 0 0 0 51 39.14a84.5 84.5 0 0 0 21.88 2.9a84 84 0 0 0 72.6-126Zm.67 61.67A76 76 0 0 1 78.16 182l-40-69.32a16 16 0 0 1 27.71-16L85.09 130a4 4 0 0 0 6.91-4L58.54 68a16 16 0 1 1 27.71-16l31.17 54a4 4 0 1 0 6.93-4L100.1 60a16 16 0 0 1 27.72-16l35 60.63a44 44 0 0 0-7.28 57.61a4 4 0 1 0 6.62-4.49a36 36 0 0 1 8.22-49a4 4 0 0 0 1.07-5.2L164.76 92a16 16 0 1 1 27.71-16l17.31 30a75.52 75.52 0 0 1 7.6 57.65ZM188.12 32.74A4 4 0 0 1 193 29.9A55.65 55.65 0 0 1 227.11 56l.33.58A4 4 0 0 1 226 62a4 4 0 0 1-5.47-1.46l-.33-.57A47.62 47.62 0 0 0 191 37.63a4 4 0 0 1-2.88-4.89M77.75 234.48a4 4 0 0 1-3.14 1.52a4 4 0 0 1-2.47-.86A115.6 115.6 0 0 1 43.53 202a4 4 0 1 1 6.92-4a107.7 107.7 0 0 0 26.64 30.86a4 4 0 0 1 .66 5.62"/></svg>
React
import type { SVGProps } from "react";
export function PhHandWavingThin(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="M216.71 102L199.4 72a24 24 0 0 0-43.57 4.52L134.74 40a24 24 0 0 0-43.69 4.9A24 24 0 0 0 51.61 72l5.31 9.19a24 24 0 0 0-25.71 35.47l40 69.32a83.4 83.4 0 0 0 51 39.14a84.5 84.5 0 0 0 21.88 2.9a84 84 0 0 0 72.6-126Zm.67 61.67A76 76 0 0 1 78.16 182l-40-69.32a16 16 0 0 1 27.71-16L85.09 130a4 4 0 0 0 6.91-4L58.54 68a16 16 0 1 1 27.71-16l31.17 54a4 4 0 1 0 6.93-4L100.1 60a16 16 0 0 1 27.72-16l35 60.63a44 44 0 0 0-7.28 57.61a4 4 0 1 0 6.62-4.49a36 36 0 0 1 8.22-49a4 4 0 0 0 1.07-5.2L164.76 92a16 16 0 1 1 27.71-16l17.31 30a75.52 75.52 0 0 1 7.6 57.65ZM188.12 32.74A4 4 0 0 1 193 29.9A55.65 55.65 0 0 1 227.11 56l.33.58A4 4 0 0 1 226 62a4 4 0 0 1-5.47-1.46l-.33-.57A47.62 47.62 0 0 0 191 37.63a4 4 0 0 1-2.88-4.89M77.75 234.48a4 4 0 0 1-3.14 1.52a4 4 0 0 1-2.47-.86A115.6 115.6 0 0 1 43.53 202a4 4 0 1 1 6.92-4a107.7 107.7 0 0 0 26.64 30.86a4 4 0 0 1 .66 5.62"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M216.71 102L199.4 72a24 24 0 0 0-43.57 4.52L134.74 40a24 24 0 0 0-43.69 4.9A24 24 0 0 0 51.61 72l5.31 9.19a24 24 0 0 0-25.71 35.47l40 69.32a83.4 83.4 0 0 0 51 39.14a84.5 84.5 0 0 0 21.88 2.9a84 84 0 0 0 72.6-126Zm.67 61.67A76 76 0 0 1 78.16 182l-40-69.32a16 16 0 0 1 27.71-16L85.09 130a4 4 0 0 0 6.91-4L58.54 68a16 16 0 1 1 27.71-16l31.17 54a4 4 0 1 0 6.93-4L100.1 60a16 16 0 0 1 27.72-16l35 60.63a44 44 0 0 0-7.28 57.61a4 4 0 1 0 6.62-4.49a36 36 0 0 1 8.22-49a4 4 0 0 0 1.07-5.2L164.76 92a16 16 0 1 1 27.71-16l17.31 30a75.52 75.52 0 0 1 7.6 57.65ZM188.12 32.74A4 4 0 0 1 193 29.9A55.65 55.65 0 0 1 227.11 56l.33.58A4 4 0 0 1 226 62a4 4 0 0 1-5.47-1.46l-.33-.57A47.62 47.62 0 0 0 191 37.63a4 4 0 0 1-2.88-4.89M77.75 234.48a4 4 0 0 1-3.14 1.52a4 4 0 0 1-2.47-.86A115.6 115.6 0 0 1 43.53 202a4 4 0 1 1 6.92-4a107.7 107.7 0 0 0 26.64 30.86a4 4 0 0 1 .66 5.62"/></svg> </template>
CSS
.icon-hand-waving-thin {
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%22M216.71%20102L199.4%2072a24%2024%200%200%200-43.57%204.52L134.74%2040a24%2024%200%200%200-43.69%204.9A24%2024%200%200%200%2051.61%2072l5.31%209.19a24%2024%200%200%200-25.71%2035.47l40%2069.32a83.4%2083.4%200%200%200%2051%2039.14a84.5%2084.5%200%200%200%2021.88%202.9a84%2084%200%200%200%2072.6-126Zm.67%2061.67A76%2076%200%200%201%2078.16%20182l-40-69.32a16%2016%200%200%201%2027.71-16L85.09%20130a4%204%200%200%200%206.91-4L58.54%2068a16%2016%200%201%201%2027.71-16l31.17%2054a4%204%200%201%200%206.93-4L100.1%2060a16%2016%200%200%201%2027.72-16l35%2060.63a44%2044%200%200%200-7.28%2057.61a4%204%200%201%200%206.62-4.49a36%2036%200%200%201%208.22-49a4%204%200%200%200%201.07-5.2L164.76%2092a16%2016%200%201%201%2027.71-16l17.31%2030a75.52%2075.52%200%200%201%207.6%2057.65ZM188.12%2032.74A4%204%200%200%201%20193%2029.9A55.65%2055.65%200%200%201%20227.11%2056l.33.58A4%204%200%200%201%20226%2062a4%204%200%200%201-5.47-1.46l-.33-.57A47.62%2047.62%200%200%200%20191%2037.63a4%204%200%200%201-2.88-4.89M77.75%20234.48a4%204%200%200%201-3.14%201.52a4%204%200%200%201-2.47-.86A115.6%20115.6%200%200%201%2043.53%20202a4%204%200%201%201%206.92-4a107.7%20107.7%200%200%200%2026.64%2030.86a4%204%200%200%201%20.66%205.62%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%22M216.71%20102L199.4%2072a24%2024%200%200%200-43.57%204.52L134.74%2040a24%2024%200%200%200-43.69%204.9A24%2024%200%200%200%2051.61%2072l5.31%209.19a24%2024%200%200%200-25.71%2035.47l40%2069.32a83.4%2083.4%200%200%200%2051%2039.14a84.5%2084.5%200%200%200%2021.88%202.9a84%2084%200%200%200%2072.6-126Zm.67%2061.67A76%2076%200%200%201%2078.16%20182l-40-69.32a16%2016%200%200%201%2027.71-16L85.09%20130a4%204%200%200%200%206.91-4L58.54%2068a16%2016%200%201%201%2027.71-16l31.17%2054a4%204%200%201%200%206.93-4L100.1%2060a16%2016%200%200%201%2027.72-16l35%2060.63a44%2044%200%200%200-7.28%2057.61a4%204%200%201%200%206.62-4.49a36%2036%200%200%201%208.22-49a4%204%200%200%200%201.07-5.2L164.76%2092a16%2016%200%201%201%2027.71-16l17.31%2030a75.52%2075.52%200%200%201%207.6%2057.65ZM188.12%2032.74A4%204%200%200%201%20193%2029.9A55.65%2055.65%200%200%201%20227.11%2056l.33.58A4%204%200%200%201%20226%2062a4%204%200%200%201-5.47-1.46l-.33-.57A47.62%2047.62%200%200%200%20191%2037.63a4%204%200%200%201-2.88-4.89M77.75%20234.48a4%204%200%200%201-3.14%201.52a4%204%200%200%201-2.47-.86A115.6%20115.6%200%200%201%2043.53%20202a4%204%200%201%201%206.92-4a107.7%20107.7%200%200%200%2026.64%2030.86a4%204%200%200%201%20.66%205.62%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/hand-waving-thin.svg?color=%231a73e8&size=48