waving-hand-rounded from Material Symbols Light by Google · Rounded · Social · Apache-2.0 Free for personal and commercial use.

Name
waving-hand-rounded
Set
Material Symbols Light
Style
Rounded
Category
Social
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More social icons from Material Symbols Light

Use the 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="M16.27 21.775q-.214 0-.367-.146t-.153-.36t.153-.356t.366-.144q1.881-.019 3.181-1.328t1.32-3.172q0-.213.146-.369t.359-.156t.357.156t.143.37q0 2.307-1.599 3.906t-3.907 1.599M2.731 8.25q-.214 0-.36-.143t-.146-.357q0-2.308 1.609-3.916T7.73 2.225q.213 0 .369.143t.156.357t-.156.36t-.37.146Q5.85 3.25 4.55 4.56T3.23 7.73q0 .214-.143.367t-.356.153m2.973 10.014q-2.006-2.006-1.996-4.802T5.742 8.64l1.739-1.745q.182-.183.453-.183q.272 0 .454.183q.552.552.59 1.32q.04.768-.494 1.301l-.811.792q-.242.243-.242.579t.242.577l.304.304q1.015 1.015.621 2.008q-.394.992-1.198 1.796q-.129.129-.139.317q-.009.187.139.316q.129.128.316.128t.317-.128q1.1-1.081 1.484-2.426q.385-1.346-.913-2.644l-.242-.261l.903-.904q.304-.342.444-.732t.168-.816l3.956-3.975q.165-.165.357-.165q.19 0 .356.165q.166.166.166.357t-.166.357l-4.29 4.29l1.608 1.608l5.678-5.693q.166-.165.354-.165q.189 0 .354.165q.166.166.166.354t-.166.354l-5.692 5.679l1.608 1.608l4.992-4.974q.165-.165.356-.165q.192 0 .357.166q.166.165.166.356q0 .192-.166.357l-4.992 4.973l1.627 1.627l3.492-3.473q.165-.165.357-.165t.356.165q.166.165.166.357t-.165.356l-5.346 5.322q-2.025 2.025-4.831 2.025t-4.831-2.026"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightWavingHandRounded(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="M16.27 21.775q-.214 0-.367-.146t-.153-.36t.153-.356t.366-.144q1.881-.019 3.181-1.328t1.32-3.172q0-.213.146-.369t.359-.156t.357.156t.143.37q0 2.307-1.599 3.906t-3.907 1.599M2.731 8.25q-.214 0-.36-.143t-.146-.357q0-2.308 1.609-3.916T7.73 2.225q.213 0 .369.143t.156.357t-.156.36t-.37.146Q5.85 3.25 4.55 4.56T3.23 7.73q0 .214-.143.367t-.356.153m2.973 10.014q-2.006-2.006-1.996-4.802T5.742 8.64l1.739-1.745q.182-.183.453-.183q.272 0 .454.183q.552.552.59 1.32q.04.768-.494 1.301l-.811.792q-.242.243-.242.579t.242.577l.304.304q1.015 1.015.621 2.008q-.394.992-1.198 1.796q-.129.129-.139.317q-.009.187.139.316q.129.128.316.128t.317-.128q1.1-1.081 1.484-2.426q.385-1.346-.913-2.644l-.242-.261l.903-.904q.304-.342.444-.732t.168-.816l3.956-3.975q.165-.165.357-.165q.19 0 .356.165q.166.166.166.357t-.166.357l-4.29 4.29l1.608 1.608l5.678-5.693q.166-.165.354-.165q.189 0 .354.165q.166.166.166.354t-.166.354l-5.692 5.679l1.608 1.608l4.992-4.974q.165-.165.356-.165q.192 0 .357.166q.166.165.166.356q0 .192-.166.357l-4.992 4.973l1.627 1.627l3.492-3.473q.165-.165.357-.165t.356.165q.166.165.166.357t-.165.356l-5.346 5.322q-2.025 2.025-4.831 2.025t-4.831-2.026"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.27 21.775q-.214 0-.367-.146t-.153-.36t.153-.356t.366-.144q1.881-.019 3.181-1.328t1.32-3.172q0-.213.146-.369t.359-.156t.357.156t.143.37q0 2.307-1.599 3.906t-3.907 1.599M2.731 8.25q-.214 0-.36-.143t-.146-.357q0-2.308 1.609-3.916T7.73 2.225q.213 0 .369.143t.156.357t-.156.36t-.37.146Q5.85 3.25 4.55 4.56T3.23 7.73q0 .214-.143.367t-.356.153m2.973 10.014q-2.006-2.006-1.996-4.802T5.742 8.64l1.739-1.745q.182-.183.453-.183q.272 0 .454.183q.552.552.59 1.32q.04.768-.494 1.301l-.811.792q-.242.243-.242.579t.242.577l.304.304q1.015 1.015.621 2.008q-.394.992-1.198 1.796q-.129.129-.139.317q-.009.187.139.316q.129.128.316.128t.317-.128q1.1-1.081 1.484-2.426q.385-1.346-.913-2.644l-.242-.261l.903-.904q.304-.342.444-.732t.168-.816l3.956-3.975q.165-.165.357-.165q.19 0 .356.165q.166.166.166.357t-.166.357l-4.29 4.29l1.608 1.608l5.678-5.693q.166-.165.354-.165q.189 0 .354.165q.166.166.166.354t-.166.354l-5.692 5.679l1.608 1.608l4.992-4.974q.165-.165.356-.165q.192 0 .357.166q.166.165.166.356q0 .192-.166.357l-4.992 4.973l1.627 1.627l3.492-3.473q.165-.165.357-.165t.356.165q.166.165.166.357t-.165.356l-5.346 5.322q-2.025 2.025-4.831 2.025t-4.831-2.026"/></svg>
</template>

CSS

.icon-waving-hand-rounded {
  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%22M16.27%2021.775q-.214%200-.367-.146t-.153-.36t.153-.356t.366-.144q1.881-.019%203.181-1.328t1.32-3.172q0-.213.146-.369t.359-.156t.357.156t.143.37q0%202.307-1.599%203.906t-3.907%201.599M2.731%208.25q-.214%200-.36-.143t-.146-.357q0-2.308%201.609-3.916T7.73%202.225q.213%200%20.369.143t.156.357t-.156.36t-.37.146Q5.85%203.25%204.55%204.56T3.23%207.73q0%20.214-.143.367t-.356.153m2.973%2010.014q-2.006-2.006-1.996-4.802T5.742%208.64l1.739-1.745q.182-.183.453-.183q.272%200%20.454.183q.552.552.59%201.32q.04.768-.494%201.301l-.811.792q-.242.243-.242.579t.242.577l.304.304q1.015%201.015.621%202.008q-.394.992-1.198%201.796q-.129.129-.139.317q-.009.187.139.316q.129.128.316.128t.317-.128q1.1-1.081%201.484-2.426q.385-1.346-.913-2.644l-.242-.261l.903-.904q.304-.342.444-.732t.168-.816l3.956-3.975q.165-.165.357-.165q.19%200%20.356.165q.166.166.166.357t-.166.357l-4.29%204.29l1.608%201.608l5.678-5.693q.166-.165.354-.165q.189%200%20.354.165q.166.166.166.354t-.166.354l-5.692%205.679l1.608%201.608l4.992-4.974q.165-.165.356-.165q.192%200%20.357.166q.166.165.166.356q0%20.192-.166.357l-4.992%204.973l1.627%201.627l3.492-3.473q.165-.165.357-.165t.356.165q.166.165.166.357t-.165.356l-5.346%205.322q-2.025%202.025-4.831%202.025t-4.831-2.026%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%22M16.27%2021.775q-.214%200-.367-.146t-.153-.36t.153-.356t.366-.144q1.881-.019%203.181-1.328t1.32-3.172q0-.213.146-.369t.359-.156t.357.156t.143.37q0%202.307-1.599%203.906t-3.907%201.599M2.731%208.25q-.214%200-.36-.143t-.146-.357q0-2.308%201.609-3.916T7.73%202.225q.213%200%20.369.143t.156.357t-.156.36t-.37.146Q5.85%203.25%204.55%204.56T3.23%207.73q0%20.214-.143.367t-.356.153m2.973%2010.014q-2.006-2.006-1.996-4.802T5.742%208.64l1.739-1.745q.182-.183.453-.183q.272%200%20.454.183q.552.552.59%201.32q.04.768-.494%201.301l-.811.792q-.242.243-.242.579t.242.577l.304.304q1.015%201.015.621%202.008q-.394.992-1.198%201.796q-.129.129-.139.317q-.009.187.139.316q.129.128.316.128t.317-.128q1.1-1.081%201.484-2.426q.385-1.346-.913-2.644l-.242-.261l.903-.904q.304-.342.444-.732t.168-.816l3.956-3.975q.165-.165.357-.165q.19%200%20.356.165q.166.166.166.357t-.166.357l-4.29%204.29l1.608%201.608l5.678-5.693q.166-.165.354-.165q.189%200%20.354.165q.166.166.166.354t-.166.354l-5.692%205.679l1.608%201.608l4.992-4.974q.165-.165.356-.165q.192%200%20.357.166q.166.165.166.356q0%20.192-.166.357l-4.992%204.973l1.627%201.627l3.492-3.473q.165-.165.357-.165t.356.165q.166.165.166.357t-.165.356l-5.346%205.322q-2.025%202.025-4.831%202.025t-4.831-2.026%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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