baseline waving hand icon

baseline-waving-hand from Google Material Icons by Material Design Authors · Baseline · Social · Apache-2.0 Free for personal and commercial use.

Name
baseline-waving-hand
Set
Google Material Icons
Style
Baseline
Category
Social
Viewbox
24×24
License
Apache 2.0

More social icons from Google Material Icons

Use the baseline 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="M23 17c0 3.31-2.69 6-6 6v-1.5c2.48 0 4.5-2.02 4.5-4.5zM1 7c0-3.31 2.69-6 6-6v1.5C4.52 2.5 2.5 4.52 2.5 7zm7.01-2.68l-4.6 4.6c-3.22 3.22-3.22 8.45 0 11.67s8.45 3.22 11.67 0l7.07-7.07c.49-.49.49-1.28 0-1.77a1.25 1.25 0 0 0-1.77 0l-4.42 4.42l-.71-.71l6.54-6.54c.49-.49.49-1.28 0-1.77s-1.28-.49-1.77 0l-5.83 5.83l-.71-.71l6.89-6.89c.49-.49.49-1.28 0-1.77s-1.28-.49-1.77 0l-6.89 6.89l-.69-.7l5.48-5.48c.49-.49.49-1.28 0-1.77s-1.28-.49-1.77 0l-7.62 7.62a4 4 0 0 1-.33 5.28l-.71-.71a3 3 0 0 0 0-4.24l-.35-.35l4.07-4.07c.49-.49.49-1.28 0-1.77a1.27 1.27 0 0 0-1.78.01"/></svg>

React

import type { SVGProps } from "react";

export function IcBaselineWavingHand(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="M23 17c0 3.31-2.69 6-6 6v-1.5c2.48 0 4.5-2.02 4.5-4.5zM1 7c0-3.31 2.69-6 6-6v1.5C4.52 2.5 2.5 4.52 2.5 7zm7.01-2.68l-4.6 4.6c-3.22 3.22-3.22 8.45 0 11.67s8.45 3.22 11.67 0l7.07-7.07c.49-.49.49-1.28 0-1.77a1.25 1.25 0 0 0-1.77 0l-4.42 4.42l-.71-.71l6.54-6.54c.49-.49.49-1.28 0-1.77s-1.28-.49-1.77 0l-5.83 5.83l-.71-.71l6.89-6.89c.49-.49.49-1.28 0-1.77s-1.28-.49-1.77 0l-6.89 6.89l-.69-.7l5.48-5.48c.49-.49.49-1.28 0-1.77s-1.28-.49-1.77 0l-7.62 7.62a4 4 0 0 1-.33 5.28l-.71-.71a3 3 0 0 0 0-4.24l-.35-.35l4.07-4.07c.49-.49.49-1.28 0-1.77a1.27 1.27 0 0 0-1.78.01"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M23 17c0 3.31-2.69 6-6 6v-1.5c2.48 0 4.5-2.02 4.5-4.5zM1 7c0-3.31 2.69-6 6-6v1.5C4.52 2.5 2.5 4.52 2.5 7zm7.01-2.68l-4.6 4.6c-3.22 3.22-3.22 8.45 0 11.67s8.45 3.22 11.67 0l7.07-7.07c.49-.49.49-1.28 0-1.77a1.25 1.25 0 0 0-1.77 0l-4.42 4.42l-.71-.71l6.54-6.54c.49-.49.49-1.28 0-1.77s-1.28-.49-1.77 0l-5.83 5.83l-.71-.71l6.89-6.89c.49-.49.49-1.28 0-1.77s-1.28-.49-1.77 0l-6.89 6.89l-.69-.7l5.48-5.48c.49-.49.49-1.28 0-1.77s-1.28-.49-1.77 0l-7.62 7.62a4 4 0 0 1-.33 5.28l-.71-.71a3 3 0 0 0 0-4.24l-.35-.35l4.07-4.07c.49-.49.49-1.28 0-1.77a1.27 1.27 0 0 0-1.78.01"/></svg>
</template>

CSS

.icon-baseline-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%22M23%2017c0%203.31-2.69%206-6%206v-1.5c2.48%200%204.5-2.02%204.5-4.5zM1%207c0-3.31%202.69-6%206-6v1.5C4.52%202.5%202.5%204.52%202.5%207zm7.01-2.68l-4.6%204.6c-3.22%203.22-3.22%208.45%200%2011.67s8.45%203.22%2011.67%200l7.07-7.07c.49-.49.49-1.28%200-1.77a1.25%201.25%200%200%200-1.77%200l-4.42%204.42l-.71-.71l6.54-6.54c.49-.49.49-1.28%200-1.77s-1.28-.49-1.77%200l-5.83%205.83l-.71-.71l6.89-6.89c.49-.49.49-1.28%200-1.77s-1.28-.49-1.77%200l-6.89%206.89l-.69-.7l5.48-5.48c.49-.49.49-1.28%200-1.77s-1.28-.49-1.77%200l-7.62%207.62a4%204%200%200%201-.33%205.28l-.71-.71a3%203%200%200%200%200-4.24l-.35-.35l4.07-4.07c.49-.49.49-1.28%200-1.77a1.27%201.27%200%200%200-1.78.01%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%22M23%2017c0%203.31-2.69%206-6%206v-1.5c2.48%200%204.5-2.02%204.5-4.5zM1%207c0-3.31%202.69-6%206-6v1.5C4.52%202.5%202.5%204.52%202.5%207zm7.01-2.68l-4.6%204.6c-3.22%203.22-3.22%208.45%200%2011.67s8.45%203.22%2011.67%200l7.07-7.07c.49-.49.49-1.28%200-1.77a1.25%201.25%200%200%200-1.77%200l-4.42%204.42l-.71-.71l6.54-6.54c.49-.49.49-1.28%200-1.77s-1.28-.49-1.77%200l-5.83%205.83l-.71-.71l6.89-6.89c.49-.49.49-1.28%200-1.77s-1.28-.49-1.77%200l-6.89%206.89l-.69-.7l5.48-5.48c.49-.49.49-1.28%200-1.77s-1.28-.49-1.77%200l-7.62%207.62a4%204%200%200%201-.33%205.28l-.71-.71a3%203%200%200%200%200-4.24l-.35-.35l4.07-4.07c.49-.49.49-1.28%200-1.77a1.27%201.27%200%200%200-1.78.01%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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