waving hand 01 icon
waving-hand-01 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- waving-hand-01
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the waving hand 01 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="M14.125 5.75a1.45 1.45 0 0 1 1.858-.864a1.443 1.443 0 0 1 .866 1.851l-.661 1.81M14.125 5.75l.66-1.81a1.443 1.443 0 0 0-.866-1.851a1.45 1.45 0 0 0-1.858.863l-.495 1.358m2.558 1.44l-1.817 4.978m-.741-6.418a1.443 1.443 0 0 0-.867-1.852a1.45 1.45 0 0 0-1.858.864L6.044 10.98L5.11 8.975a1.63 1.63 0 0 0-2.326-.7a1.63 1.63 0 0 0-.714 1.865l1.749 5.347c.335 1.023.226 2.374-.143 3.385m7.89-14.562L9.913 8.834M12.303 22l.385-1.054a2.12 2.12 0 0 1 .989-1.116c.52-.285 1.192-.698 1.533-1.089c.586-.674.945-1.657 1.664-3.624l2.038-5.581a1.443 1.443 0 0 0-.866-1.852a1.45 1.45 0 0 0-1.858.863M14.7 12.62l1.488-4.072"/><path d="M20.83 13c.547 1.635-.273 3.426-1.83 4"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsWavingHand01(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5"><path strokeLinejoin="round" d="M14.125 5.75a1.45 1.45 0 0 1 1.858-.864a1.443 1.443 0 0 1 .866 1.851l-.661 1.81M14.125 5.75l.66-1.81a1.443 1.443 0 0 0-.866-1.851a1.45 1.45 0 0 0-1.858.863l-.495 1.358m2.558 1.44l-1.817 4.978m-.741-6.418a1.443 1.443 0 0 0-.867-1.852a1.45 1.45 0 0 0-1.858.864L6.044 10.98L5.11 8.975a1.63 1.63 0 0 0-2.326-.7a1.63 1.63 0 0 0-.714 1.865l1.749 5.347c.335 1.023.226 2.374-.143 3.385m7.89-14.562L9.913 8.834M12.303 22l.385-1.054a2.12 2.12 0 0 1 .989-1.116c.52-.285 1.192-.698 1.533-1.089c.586-.674.945-1.657 1.664-3.624l2.038-5.581a1.443 1.443 0 0 0-.866-1.852a1.45 1.45 0 0 0-1.858.863M14.7 12.62l1.488-4.072"/><path d="M20.83 13c.547 1.635-.273 3.426-1.83 4"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="M14.125 5.75a1.45 1.45 0 0 1 1.858-.864a1.443 1.443 0 0 1 .866 1.851l-.661 1.81M14.125 5.75l.66-1.81a1.443 1.443 0 0 0-.866-1.851a1.45 1.45 0 0 0-1.858.863l-.495 1.358m2.558 1.44l-1.817 4.978m-.741-6.418a1.443 1.443 0 0 0-.867-1.852a1.45 1.45 0 0 0-1.858.864L6.044 10.98L5.11 8.975a1.63 1.63 0 0 0-2.326-.7a1.63 1.63 0 0 0-.714 1.865l1.749 5.347c.335 1.023.226 2.374-.143 3.385m7.89-14.562L9.913 8.834M12.303 22l.385-1.054a2.12 2.12 0 0 1 .989-1.116c.52-.285 1.192-.698 1.533-1.089c.586-.674.945-1.657 1.664-3.624l2.038-5.581a1.443 1.443 0 0 0-.866-1.852a1.45 1.45 0 0 0-1.858.863M14.7 12.62l1.488-4.072"/><path d="M20.83 13c.547 1.635-.273 3.426-1.83 4"/></g></svg> </template>
CSS
.icon-waving-hand-01 {
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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M14.125%205.75a1.45%201.45%200%200%201%201.858-.864a1.443%201.443%200%200%201%20.866%201.851l-.661%201.81M14.125%205.75l.66-1.81a1.443%201.443%200%200%200-.866-1.851a1.45%201.45%200%200%200-1.858.863l-.495%201.358m2.558%201.44l-1.817%204.978m-.741-6.418a1.443%201.443%200%200%200-.867-1.852a1.45%201.45%200%200%200-1.858.864L6.044%2010.98L5.11%208.975a1.63%201.63%200%200%200-2.326-.7a1.63%201.63%200%200%200-.714%201.865l1.749%205.347c.335%201.023.226%202.374-.143%203.385m7.89-14.562L9.913%208.834M12.303%2022l.385-1.054a2.12%202.12%200%200%201%20.989-1.116c.52-.285%201.192-.698%201.533-1.089c.586-.674.945-1.657%201.664-3.624l2.038-5.581a1.443%201.443%200%200%200-.866-1.852a1.45%201.45%200%200%200-1.858.863M14.7%2012.62l1.488-4.072%22%2F%3E%3Cpath%20d%3D%22M20.83%2013c.547%201.635-.273%203.426-1.83%204%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M14.125%205.75a1.45%201.45%200%200%201%201.858-.864a1.443%201.443%200%200%201%20.866%201.851l-.661%201.81M14.125%205.75l.66-1.81a1.443%201.443%200%200%200-.866-1.851a1.45%201.45%200%200%200-1.858.863l-.495%201.358m2.558%201.44l-1.817%204.978m-.741-6.418a1.443%201.443%200%200%200-.867-1.852a1.45%201.45%200%200%200-1.858.864L6.044%2010.98L5.11%208.975a1.63%201.63%200%200%200-2.326-.7a1.63%201.63%200%200%200-.714%201.865l1.749%205.347c.335%201.023.226%202.374-.143%203.385m7.89-14.562L9.913%208.834M12.303%2022l.385-1.054a2.12%202.12%200%200%201%20.989-1.116c.52-.285%201.192-.698%201.533-1.089c.586-.674.945-1.657%201.664-3.624l2.038-5.581a1.443%201.443%200%200%200-.866-1.852a1.45%201.45%200%200%200-1.858.863M14.7%2012.62l1.488-4.072%22%2F%3E%3Cpath%20d%3D%22M20.83%2013c.547%201.635-.273%203.426-1.83%204%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/waving-hand-01.svg?color=%231a73e8&size=48