round waving hand icon
round-waving-hand from Google Material Icons by Material Design Authors · Baseline · Social · Apache-2.0 Free for personal and commercial use.
- Name
- round-waving-hand
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
More social icons from Google Material Icons
baseline-18-up-ratingbaseline-6-ft-apartbaseline-add-moderatorbaseline-add-reactionbaseline-adobebaseline-applebaseline-architecturebaseline-assist-walkerbaseline-back-handbaseline-blindbaseline-boybaseline-cakebaseline-catching-pokemonbaseline-clean-handsbaseline-co2baseline-compostbaseline-connect-without-contactbaseline-constructionbaseline-cookiebaseline-coronavirusbaseline-cruelty-freebaseline-cyclonebaseline-deckbaseline-discord
Use the round waving hand icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.07 9.8c-.2.2-.2.51 0 .71a3 3 0 0 1 .28 3.92c-.15.2-.12.47.05.65c.22.22.57.19.76-.05a4.02 4.02 0 0 0-.04-4.85l7.62-7.62c.49-.49 1.28-.49 1.77 0s.49 1.28 0 1.77l-5.13 5.13c-.2.2-.2.51 0 .71s.51.2.71 0l6.54-6.54c.49-.49 1.28-.49 1.77 0s.49 1.28 0 1.77l-6.54 6.54c-.2.2-.2.51 0 .71s.51.2.71 0l5.48-5.48c.49-.49 1.28-.49 1.77 0s.49 1.28 0 1.77l-6.19 6.19c-.2.2-.2.51 0 .71s.51.2.71 0l4.07-4.07a1.25 1.25 0 0 1 1.77 0c.49.49.49 1.28 0 1.77l-7.07 7.07c-3.22 3.22-8.45 3.22-11.67 0s-3.22-8.45 0-11.67l4.6-4.6a1.25 1.25 0 0 1 1.77 0c.49.49.49 1.28 0 1.77zm.93-8c0-.41-.34-.75-.75-.75c-.04 0-.07 0-.11.01c-2.63.38-4.7 2.46-5.08 5.08c0 .03-.01.07-.01.11c0 .41.34.75.75.75c.38 0 .69-.28.74-.64a4.5 4.5 0 0 1 3.81-3.81c.37-.06.65-.37.65-.75m10 20.4c0 .41.34.75.75.75c.04 0 .07 0 .11-.01c2.63-.38 4.7-2.46 5.08-5.08c0-.03.01-.07.01-.11c0-.41-.34-.75-.75-.75c-.38 0-.69.28-.74.64a4.5 4.5 0 0 1-3.81 3.81c-.37.06-.65.37-.65.75"/></svg>
React
import type { SVGProps } from "react";
export function IcRoundWavingHand(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.07 9.8c-.2.2-.2.51 0 .71a3 3 0 0 1 .28 3.92c-.15.2-.12.47.05.65c.22.22.57.19.76-.05a4.02 4.02 0 0 0-.04-4.85l7.62-7.62c.49-.49 1.28-.49 1.77 0s.49 1.28 0 1.77l-5.13 5.13c-.2.2-.2.51 0 .71s.51.2.71 0l6.54-6.54c.49-.49 1.28-.49 1.77 0s.49 1.28 0 1.77l-6.54 6.54c-.2.2-.2.51 0 .71s.51.2.71 0l5.48-5.48c.49-.49 1.28-.49 1.77 0s.49 1.28 0 1.77l-6.19 6.19c-.2.2-.2.51 0 .71s.51.2.71 0l4.07-4.07a1.25 1.25 0 0 1 1.77 0c.49.49.49 1.28 0 1.77l-7.07 7.07c-3.22 3.22-8.45 3.22-11.67 0s-3.22-8.45 0-11.67l4.6-4.6a1.25 1.25 0 0 1 1.77 0c.49.49.49 1.28 0 1.77zm.93-8c0-.41-.34-.75-.75-.75c-.04 0-.07 0-.11.01c-2.63.38-4.7 2.46-5.08 5.08c0 .03-.01.07-.01.11c0 .41.34.75.75.75c.38 0 .69-.28.74-.64a4.5 4.5 0 0 1 3.81-3.81c.37-.06.65-.37.65-.75m10 20.4c0 .41.34.75.75.75c.04 0 .07 0 .11-.01c2.63-.38 4.7-2.46 5.08-5.08c0-.03.01-.07.01-.11c0-.41-.34-.75-.75-.75c-.38 0-.69.28-.74.64a4.5 4.5 0 0 1-3.81 3.81c-.37.06-.65.37-.65.75"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.07 9.8c-.2.2-.2.51 0 .71a3 3 0 0 1 .28 3.92c-.15.2-.12.47.05.65c.22.22.57.19.76-.05a4.02 4.02 0 0 0-.04-4.85l7.62-7.62c.49-.49 1.28-.49 1.77 0s.49 1.28 0 1.77l-5.13 5.13c-.2.2-.2.51 0 .71s.51.2.71 0l6.54-6.54c.49-.49 1.28-.49 1.77 0s.49 1.28 0 1.77l-6.54 6.54c-.2.2-.2.51 0 .71s.51.2.71 0l5.48-5.48c.49-.49 1.28-.49 1.77 0s.49 1.28 0 1.77l-6.19 6.19c-.2.2-.2.51 0 .71s.51.2.71 0l4.07-4.07a1.25 1.25 0 0 1 1.77 0c.49.49.49 1.28 0 1.77l-7.07 7.07c-3.22 3.22-8.45 3.22-11.67 0s-3.22-8.45 0-11.67l4.6-4.6a1.25 1.25 0 0 1 1.77 0c.49.49.49 1.28 0 1.77zm.93-8c0-.41-.34-.75-.75-.75c-.04 0-.07 0-.11.01c-2.63.38-4.7 2.46-5.08 5.08c0 .03-.01.07-.01.11c0 .41.34.75.75.75c.38 0 .69-.28.74-.64a4.5 4.5 0 0 1 3.81-3.81c.37-.06.65-.37.65-.75m10 20.4c0 .41.34.75.75.75c.04 0 .07 0 .11-.01c2.63-.38 4.7-2.46 5.08-5.08c0-.03.01-.07.01-.11c0-.41-.34-.75-.75-.75c-.38 0-.69.28-.74.64a4.5 4.5 0 0 1-3.81 3.81c-.37.06-.65.37-.65.75"/></svg> </template>
CSS
.icon-round-waving-hand {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.07%209.8c-.2.2-.2.51%200%20.71a3%203%200%200%201%20.28%203.92c-.15.2-.12.47.05.65c.22.22.57.19.76-.05a4.02%204.02%200%200%200-.04-4.85l7.62-7.62c.49-.49%201.28-.49%201.77%200s.49%201.28%200%201.77l-5.13%205.13c-.2.2-.2.51%200%20.71s.51.2.71%200l6.54-6.54c.49-.49%201.28-.49%201.77%200s.49%201.28%200%201.77l-6.54%206.54c-.2.2-.2.51%200%20.71s.51.2.71%200l5.48-5.48c.49-.49%201.28-.49%201.77%200s.49%201.28%200%201.77l-6.19%206.19c-.2.2-.2.51%200%20.71s.51.2.71%200l4.07-4.07a1.25%201.25%200%200%201%201.77%200c.49.49.49%201.28%200%201.77l-7.07%207.07c-3.22%203.22-8.45%203.22-11.67%200s-3.22-8.45%200-11.67l4.6-4.6a1.25%201.25%200%200%201%201.77%200c.49.49.49%201.28%200%201.77zm.93-8c0-.41-.34-.75-.75-.75c-.04%200-.07%200-.11.01c-2.63.38-4.7%202.46-5.08%205.08c0%20.03-.01.07-.01.11c0%20.41.34.75.75.75c.38%200%20.69-.28.74-.64a4.5%204.5%200%200%201%203.81-3.81c.37-.06.65-.37.65-.75m10%2020.4c0%20.41.34.75.75.75c.04%200%20.07%200%20.11-.01c2.63-.38%204.7-2.46%205.08-5.08c0-.03.01-.07.01-.11c0-.41-.34-.75-.75-.75c-.38%200-.69.28-.74.64a4.5%204.5%200%200%201-3.81%203.81c-.37.06-.65.37-.65.75%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.07%209.8c-.2.2-.2.51%200%20.71a3%203%200%200%201%20.28%203.92c-.15.2-.12.47.05.65c.22.22.57.19.76-.05a4.02%204.02%200%200%200-.04-4.85l7.62-7.62c.49-.49%201.28-.49%201.77%200s.49%201.28%200%201.77l-5.13%205.13c-.2.2-.2.51%200%20.71s.51.2.71%200l6.54-6.54c.49-.49%201.28-.49%201.77%200s.49%201.28%200%201.77l-6.54%206.54c-.2.2-.2.51%200%20.71s.51.2.71%200l5.48-5.48c.49-.49%201.28-.49%201.77%200s.49%201.28%200%201.77l-6.19%206.19c-.2.2-.2.51%200%20.71s.51.2.71%200l4.07-4.07a1.25%201.25%200%200%201%201.77%200c.49.49.49%201.28%200%201.77l-7.07%207.07c-3.22%203.22-8.45%203.22-11.67%200s-3.22-8.45%200-11.67l4.6-4.6a1.25%201.25%200%200%201%201.77%200c.49.49.49%201.28%200%201.77zm.93-8c0-.41-.34-.75-.75-.75c-.04%200-.07%200-.11.01c-2.63.38-4.7%202.46-5.08%205.08c0%20.03-.01.07-.01.11c0%20.41.34.75.75.75c.38%200%20.69-.28.74-.64a4.5%204.5%200%200%201%203.81-3.81c.37-.06.65-.37.65-.75m10%2020.4c0%20.41.34.75.75.75c.04%200%20.07%200%20.11-.01c2.63-.38%204.7-2.46%205.08-5.08c0-.03.01-.07.01-.11c0-.41-.34-.75-.75-.75c-.38%200-.69.28-.74.64a4.5%204.5%200%200%201-3.81%203.81c-.37.06-.65.37-.65.75%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-waving-hand.svg?color=%231a73e8&size=48