waving hand icon
waving-hand-rounded from Material Symbols by Google · Rounded · Social · Apache-2.0 Free for personal and commercial use.
- Name
- waving-hand-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
More social icons from Material Symbols
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="M17 23.025q-.425 0-.712-.3T16 22t.288-.712T17 21q1.65 0 2.825-1.175T21 17q0-.425.3-.725t.725-.3t.713.3t.287.725q0 2.5-1.762 4.263T17 23.025M2 8q-.425 0-.725-.288T.975 7q0-2.5 1.763-4.262T7 .974q.425 0 .725.288t.3.712t-.3.725T7 3Q5.35 3 4.175 4.175T3 7q0 .425-.288.713T2 8m3.3 10.725Q3.025 16.45 3.025 13.25T5.3 7.775L6.75 6.3q.125-.125.3-.125t.3.125q.725.725.725 1.762T7.35 9.826l-.35.35q-.3.3-.3.713t.3.712l.9.9q.65.65.65 1.575T7.9 15.65q-.225.225-.225.538t.225.537t.538.225t.537-.225q1.1-1.1 1.1-2.637T8.95 11.425l-.55-.55q.65-.65.925-1.463T9.55 7.75l4.475-4.475q.3-.3.713-.3t.712.3t.3.712t-.3.713l-4.675 4.675l1.05 1.05l6.025-6q.3-.3.7-.3t.7.3t.3.7t-.3.7l-6 6.025l1.05 1.05l5.3-5.3q.3-.3.713-.3t.712.3t.3.713t-.3.712l-5.3 5.3l1.05 1.05l4.05-4.05q.3-.3.713-.3t.712.3t.3.713t-.3.712l-6 5.975Q13.975 21 10.775 21T5.3 18.725"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsWavingHandRounded(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="M17 23.025q-.425 0-.712-.3T16 22t.288-.712T17 21q1.65 0 2.825-1.175T21 17q0-.425.3-.725t.725-.3t.713.3t.287.725q0 2.5-1.762 4.263T17 23.025M2 8q-.425 0-.725-.288T.975 7q0-2.5 1.763-4.262T7 .974q.425 0 .725.288t.3.712t-.3.725T7 3Q5.35 3 4.175 4.175T3 7q0 .425-.288.713T2 8m3.3 10.725Q3.025 16.45 3.025 13.25T5.3 7.775L6.75 6.3q.125-.125.3-.125t.3.125q.725.725.725 1.762T7.35 9.826l-.35.35q-.3.3-.3.713t.3.712l.9.9q.65.65.65 1.575T7.9 15.65q-.225.225-.225.538t.225.537t.538.225t.537-.225q1.1-1.1 1.1-2.637T8.95 11.425l-.55-.55q.65-.65.925-1.463T9.55 7.75l4.475-4.475q.3-.3.713-.3t.712.3t.3.712t-.3.713l-4.675 4.675l1.05 1.05l6.025-6q.3-.3.7-.3t.7.3t.3.7t-.3.7l-6 6.025l1.05 1.05l5.3-5.3q.3-.3.713-.3t.712.3t.3.713t-.3.712l-5.3 5.3l1.05 1.05l4.05-4.05q.3-.3.713-.3t.712.3t.3.713t-.3.712l-6 5.975Q13.975 21 10.775 21T5.3 18.725"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 23.025q-.425 0-.712-.3T16 22t.288-.712T17 21q1.65 0 2.825-1.175T21 17q0-.425.3-.725t.725-.3t.713.3t.287.725q0 2.5-1.762 4.263T17 23.025M2 8q-.425 0-.725-.288T.975 7q0-2.5 1.763-4.262T7 .974q.425 0 .725.288t.3.712t-.3.725T7 3Q5.35 3 4.175 4.175T3 7q0 .425-.288.713T2 8m3.3 10.725Q3.025 16.45 3.025 13.25T5.3 7.775L6.75 6.3q.125-.125.3-.125t.3.125q.725.725.725 1.762T7.35 9.826l-.35.35q-.3.3-.3.713t.3.712l.9.9q.65.65.65 1.575T7.9 15.65q-.225.225-.225.538t.225.537t.538.225t.537-.225q1.1-1.1 1.1-2.637T8.95 11.425l-.55-.55q.65-.65.925-1.463T9.55 7.75l4.475-4.475q.3-.3.713-.3t.712.3t.3.712t-.3.713l-4.675 4.675l1.05 1.05l6.025-6q.3-.3.7-.3t.7.3t.3.7t-.3.7l-6 6.025l1.05 1.05l5.3-5.3q.3-.3.713-.3t.712.3t.3.713t-.3.712l-5.3 5.3l1.05 1.05l4.05-4.05q.3-.3.713-.3t.712.3t.3.713t-.3.712l-6 5.975Q13.975 21 10.775 21T5.3 18.725"/></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%22M17%2023.025q-.425%200-.712-.3T16%2022t.288-.712T17%2021q1.65%200%202.825-1.175T21%2017q0-.425.3-.725t.725-.3t.713.3t.287.725q0%202.5-1.762%204.263T17%2023.025M2%208q-.425%200-.725-.288T.975%207q0-2.5%201.763-4.262T7%20.974q.425%200%20.725.288t.3.712t-.3.725T7%203Q5.35%203%204.175%204.175T3%207q0%20.425-.288.713T2%208m3.3%2010.725Q3.025%2016.45%203.025%2013.25T5.3%207.775L6.75%206.3q.125-.125.3-.125t.3.125q.725.725.725%201.762T7.35%209.826l-.35.35q-.3.3-.3.713t.3.712l.9.9q.65.65.65%201.575T7.9%2015.65q-.225.225-.225.538t.225.537t.538.225t.537-.225q1.1-1.1%201.1-2.637T8.95%2011.425l-.55-.55q.65-.65.925-1.463T9.55%207.75l4.475-4.475q.3-.3.713-.3t.712.3t.3.712t-.3.713l-4.675%204.675l1.05%201.05l6.025-6q.3-.3.7-.3t.7.3t.3.7t-.3.7l-6%206.025l1.05%201.05l5.3-5.3q.3-.3.713-.3t.712.3t.3.713t-.3.712l-5.3%205.3l1.05%201.05l4.05-4.05q.3-.3.713-.3t.712.3t.3.713t-.3.712l-6%205.975Q13.975%2021%2010.775%2021T5.3%2018.725%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%22M17%2023.025q-.425%200-.712-.3T16%2022t.288-.712T17%2021q1.65%200%202.825-1.175T21%2017q0-.425.3-.725t.725-.3t.713.3t.287.725q0%202.5-1.762%204.263T17%2023.025M2%208q-.425%200-.725-.288T.975%207q0-2.5%201.763-4.262T7%20.974q.425%200%20.725.288t.3.712t-.3.725T7%203Q5.35%203%204.175%204.175T3%207q0%20.425-.288.713T2%208m3.3%2010.725Q3.025%2016.45%203.025%2013.25T5.3%207.775L6.75%206.3q.125-.125.3-.125t.3.125q.725.725.725%201.762T7.35%209.826l-.35.35q-.3.3-.3.713t.3.712l.9.9q.65.65.65%201.575T7.9%2015.65q-.225.225-.225.538t.225.537t.538.225t.537-.225q1.1-1.1%201.1-2.637T8.95%2011.425l-.55-.55q.65-.65.925-1.463T9.55%207.75l4.475-4.475q.3-.3.713-.3t.712.3t.3.712t-.3.713l-4.675%204.675l1.05%201.05l6.025-6q.3-.3.7-.3t.7.3t.3.7t-.3.7l-6%206.025l1.05%201.05l5.3-5.3q.3-.3.713-.3t.712.3t.3.713t-.3.712l-5.3%205.3l1.05%201.05l4.05-4.05q.3-.3.713-.3t.712.3t.3.713t-.3.712l-6%205.975Q13.975%2021%2010.775%2021T5.3%2018.725%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/waving-hand-rounded.svg?color=%231a73e8&size=48