waving hand icon
waving-hand-sharp from Material Symbols by Google · Sharp · Social · Apache-2.0 Free for personal and commercial use.
- Name
- waving-hand-sharp
- Set
- Material Symbols
- Style
- Sharp
- 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="M.975 7q0-2.5 1.763-4.262T7 .974V3Q5.35 3 4.175 4.175T3 7zM5.3 18.725Q3.025 16.45 3.025 13.25T5.3 7.775L7.05 6l.3.3q.725.725.725 1.762T7.35 9.826l-1.05 1.05L7.9 12.5q.65.65.65 1.575T7.9 15.65l1.075 1.075q1.1-1.1 1.1-2.637T8.95 11.425l-.55-.55q.65-.65.925-1.463T9.55 7.75l5.2-5.2l1.425 1.425l-5.4 5.4l1.05 1.05l6.725-6.7l1.4 1.4l-6.7 6.725l1.05 1.05l6.025-6.025L21.75 8.3l-6.025 6.025l1.05 1.05L21.55 10.6l1.425 1.425l-6.725 6.7Q13.975 21 10.775 21T5.3 18.725m11.7 4.3V21q1.65 0 2.825-1.175T21 17h2.025q0 2.5-1.762 4.263T17 23.025"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsWavingHandSharp(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="M.975 7q0-2.5 1.763-4.262T7 .974V3Q5.35 3 4.175 4.175T3 7zM5.3 18.725Q3.025 16.45 3.025 13.25T5.3 7.775L7.05 6l.3.3q.725.725.725 1.762T7.35 9.826l-1.05 1.05L7.9 12.5q.65.65.65 1.575T7.9 15.65l1.075 1.075q1.1-1.1 1.1-2.637T8.95 11.425l-.55-.55q.65-.65.925-1.463T9.55 7.75l5.2-5.2l1.425 1.425l-5.4 5.4l1.05 1.05l6.725-6.7l1.4 1.4l-6.7 6.725l1.05 1.05l6.025-6.025L21.75 8.3l-6.025 6.025l1.05 1.05L21.55 10.6l1.425 1.425l-6.725 6.7Q13.975 21 10.775 21T5.3 18.725m11.7 4.3V21q1.65 0 2.825-1.175T21 17h2.025q0 2.5-1.762 4.263T17 23.025"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M.975 7q0-2.5 1.763-4.262T7 .974V3Q5.35 3 4.175 4.175T3 7zM5.3 18.725Q3.025 16.45 3.025 13.25T5.3 7.775L7.05 6l.3.3q.725.725.725 1.762T7.35 9.826l-1.05 1.05L7.9 12.5q.65.65.65 1.575T7.9 15.65l1.075 1.075q1.1-1.1 1.1-2.637T8.95 11.425l-.55-.55q.65-.65.925-1.463T9.55 7.75l5.2-5.2l1.425 1.425l-5.4 5.4l1.05 1.05l6.725-6.7l1.4 1.4l-6.7 6.725l1.05 1.05l6.025-6.025L21.75 8.3l-6.025 6.025l1.05 1.05L21.55 10.6l1.425 1.425l-6.725 6.7Q13.975 21 10.775 21T5.3 18.725m11.7 4.3V21q1.65 0 2.825-1.175T21 17h2.025q0 2.5-1.762 4.263T17 23.025"/></svg> </template>
CSS
.icon-waving-hand-sharp {
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%22M.975%207q0-2.5%201.763-4.262T7%20.974V3Q5.35%203%204.175%204.175T3%207zM5.3%2018.725Q3.025%2016.45%203.025%2013.25T5.3%207.775L7.05%206l.3.3q.725.725.725%201.762T7.35%209.826l-1.05%201.05L7.9%2012.5q.65.65.65%201.575T7.9%2015.65l1.075%201.075q1.1-1.1%201.1-2.637T8.95%2011.425l-.55-.55q.65-.65.925-1.463T9.55%207.75l5.2-5.2l1.425%201.425l-5.4%205.4l1.05%201.05l6.725-6.7l1.4%201.4l-6.7%206.725l1.05%201.05l6.025-6.025L21.75%208.3l-6.025%206.025l1.05%201.05L21.55%2010.6l1.425%201.425l-6.725%206.7Q13.975%2021%2010.775%2021T5.3%2018.725m11.7%204.3V21q1.65%200%202.825-1.175T21%2017h2.025q0%202.5-1.762%204.263T17%2023.025%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%22M.975%207q0-2.5%201.763-4.262T7%20.974V3Q5.35%203%204.175%204.175T3%207zM5.3%2018.725Q3.025%2016.45%203.025%2013.25T5.3%207.775L7.05%206l.3.3q.725.725.725%201.762T7.35%209.826l-1.05%201.05L7.9%2012.5q.65.65.65%201.575T7.9%2015.65l1.075%201.075q1.1-1.1%201.1-2.637T8.95%2011.425l-.55-.55q.65-.65.925-1.463T9.55%207.75l5.2-5.2l1.425%201.425l-5.4%205.4l1.05%201.05l6.725-6.7l1.4%201.4l-6.7%206.725l1.05%201.05l6.025-6.025L21.75%208.3l-6.025%206.025l1.05%201.05L21.55%2010.6l1.425%201.425l-6.725%206.7Q13.975%2021%2010.775%2021T5.3%2018.725m11.7%204.3V21q1.65%200%202.825-1.175T21%2017h2.025q0%202.5-1.762%204.263T17%2023.025%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-sharp.svg?color=%231a73e8&size=48