hand waving icon
hand-waving-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.
- Name
- hand-waving-fill
- Set
- Phosphor
- Style
- Fill
- 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="M219.31 98.46a88 88 0 1 1-152.23 88.31l-40.93-70.89a16 16 0 0 1 27.69-16L72.4 132a8 8 0 0 0 13.86-8L47 56a16 16 0 0 1 27.69-16L114 108a8 8 0 1 0 13.85-8l-30-52a16 16 0 0 1 27.71-16L166 102.12A48.25 48.25 0 0 0 152 136a47.6 47.6 0 0 0 9.6 28.8a8 8 0 1 0 12.79-9.61a32 32 0 0 1 6.61-44.93a8 8 0 0 0 2.17-10.43L171.71 80a16 16 0 0 1 27.71-16zm-29.37-57A43.74 43.74 0 0 1 216.74 62l.33.57a8 8 0 0 0 13.86-8l-.33-.57a59.64 59.64 0 0 0-36.54-28a8 8 0 0 0-4.12 15.46M79.58 225.72A103.6 103.6 0 0 1 53.93 196a8 8 0 0 0-13.86 8a119.6 119.6 0 0 0 29.6 34.28a8 8 0 0 0 9.91-12.56"/></svg>
React
import type { SVGProps } from "react";
export function PhHandWavingFill(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="M219.31 98.46a88 88 0 1 1-152.23 88.31l-40.93-70.89a16 16 0 0 1 27.69-16L72.4 132a8 8 0 0 0 13.86-8L47 56a16 16 0 0 1 27.69-16L114 108a8 8 0 1 0 13.85-8l-30-52a16 16 0 0 1 27.71-16L166 102.12A48.25 48.25 0 0 0 152 136a47.6 47.6 0 0 0 9.6 28.8a8 8 0 1 0 12.79-9.61a32 32 0 0 1 6.61-44.93a8 8 0 0 0 2.17-10.43L171.71 80a16 16 0 0 1 27.71-16zm-29.37-57A43.74 43.74 0 0 1 216.74 62l.33.57a8 8 0 0 0 13.86-8l-.33-.57a59.64 59.64 0 0 0-36.54-28a8 8 0 0 0-4.12 15.46M79.58 225.72A103.6 103.6 0 0 1 53.93 196a8 8 0 0 0-13.86 8a119.6 119.6 0 0 0 29.6 34.28a8 8 0 0 0 9.91-12.56"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M219.31 98.46a88 88 0 1 1-152.23 88.31l-40.93-70.89a16 16 0 0 1 27.69-16L72.4 132a8 8 0 0 0 13.86-8L47 56a16 16 0 0 1 27.69-16L114 108a8 8 0 1 0 13.85-8l-30-52a16 16 0 0 1 27.71-16L166 102.12A48.25 48.25 0 0 0 152 136a47.6 47.6 0 0 0 9.6 28.8a8 8 0 1 0 12.79-9.61a32 32 0 0 1 6.61-44.93a8 8 0 0 0 2.17-10.43L171.71 80a16 16 0 0 1 27.71-16zm-29.37-57A43.74 43.74 0 0 1 216.74 62l.33.57a8 8 0 0 0 13.86-8l-.33-.57a59.64 59.64 0 0 0-36.54-28a8 8 0 0 0-4.12 15.46M79.58 225.72A103.6 103.6 0 0 1 53.93 196a8 8 0 0 0-13.86 8a119.6 119.6 0 0 0 29.6 34.28a8 8 0 0 0 9.91-12.56"/></svg> </template>
CSS
.icon-hand-waving-fill {
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%22M219.31%2098.46a88%2088%200%201%201-152.23%2088.31l-40.93-70.89a16%2016%200%200%201%2027.69-16L72.4%20132a8%208%200%200%200%2013.86-8L47%2056a16%2016%200%200%201%2027.69-16L114%20108a8%208%200%201%200%2013.85-8l-30-52a16%2016%200%200%201%2027.71-16L166%20102.12A48.25%2048.25%200%200%200%20152%20136a47.6%2047.6%200%200%200%209.6%2028.8a8%208%200%201%200%2012.79-9.61a32%2032%200%200%201%206.61-44.93a8%208%200%200%200%202.17-10.43L171.71%2080a16%2016%200%200%201%2027.71-16zm-29.37-57A43.74%2043.74%200%200%201%20216.74%2062l.33.57a8%208%200%200%200%2013.86-8l-.33-.57a59.64%2059.64%200%200%200-36.54-28a8%208%200%200%200-4.12%2015.46M79.58%20225.72A103.6%20103.6%200%200%201%2053.93%20196a8%208%200%200%200-13.86%208a119.6%20119.6%200%200%200%2029.6%2034.28a8%208%200%200%200%209.91-12.56%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%22M219.31%2098.46a88%2088%200%201%201-152.23%2088.31l-40.93-70.89a16%2016%200%200%201%2027.69-16L72.4%20132a8%208%200%200%200%2013.86-8L47%2056a16%2016%200%200%201%2027.69-16L114%20108a8%208%200%201%200%2013.85-8l-30-52a16%2016%200%200%201%2027.71-16L166%20102.12A48.25%2048.25%200%200%200%20152%20136a47.6%2047.6%200%200%200%209.6%2028.8a8%208%200%201%200%2012.79-9.61a32%2032%200%200%201%206.61-44.93a8%208%200%200%200%202.17-10.43L171.71%2080a16%2016%200%200%201%2027.71-16zm-29.37-57A43.74%2043.74%200%200%201%20216.74%2062l.33.57a8%208%200%200%200%2013.86-8l-.33-.57a59.64%2059.64%200%200%200-36.54-28a8%208%200%200%200-4.12%2015.46M79.58%20225.72A103.6%20103.6%200%200%201%2053.93%20196a8%208%200%200%200-13.86%208a119.6%20119.6%200%200%200%2029.6%2034.28a8%208%200%200%200%209.91-12.56%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/hand-waving-fill.svg?color=%231a73e8&size=48