waving hand icon
waving-hand-outline-rounded from Material Symbols by Google · Outline Rounded · Social · Apache-2.0 Free for personal and commercial use.
- Name
- waving-hand-outline-rounded
- Set
- Material Symbols
- Style
- Outline 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 8m17.525-2.875q0 .4-.3.7l-6.35 6.375q-.275.3-.687.288t-.713-.288q-.3-.3-.3-.712t.3-.713l6.35-6.35q.3-.3.7-.3t.7.3t.3.7M21.3 8.313q0 .412-.3.712l-5.65 5.65q-.275.275-.687.275t-.713-.275q-.3-.3-.312-.712t.287-.713l5.65-5.65q.3-.3.713-.3t.712.3t.3.713M5.275 18.725Q3 16.45 3 13.25t2.275-5.475l2.3-2.3q.3-.3.7-.3t.7.3l.775.775q.175.175.3.363T10.3 7L14 3.275q.3-.3.713-.3t.712.3t.3.712t-.3.713L11.1 9.025l-2.125 2.1l.475.475q1.15 1.15 1.1 2.75t-1.225 2.775l-.025.025q-.275.275-.687.275T7.9 17.15q-.3-.3-.3-.712t.3-.713q.575-.575.638-1.362T8.025 13L6.85 11.85q-.3-.3-.3-.712t.3-.713l1.425-1.4q.3-.3.3-.713t-.3-.712l-1.6 1.6q-1.7 1.7-1.7 4.063t1.7 4.062t4.075 1.7t4.075-1.7l5.975-6q.3-.3.713-.3t.712.3t.3.713t-.3.712l-6 5.975Q13.95 21 10.75 21t-5.475-2.275m5.475-5.475"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsWavingHandOutlineRounded(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 8m17.525-2.875q0 .4-.3.7l-6.35 6.375q-.275.3-.687.288t-.713-.288q-.3-.3-.3-.712t.3-.713l6.35-6.35q.3-.3.7-.3t.7.3t.3.7M21.3 8.313q0 .412-.3.712l-5.65 5.65q-.275.275-.687.275t-.713-.275q-.3-.3-.312-.712t.287-.713l5.65-5.65q.3-.3.713-.3t.712.3t.3.713M5.275 18.725Q3 16.45 3 13.25t2.275-5.475l2.3-2.3q.3-.3.7-.3t.7.3l.775.775q.175.175.3.363T10.3 7L14 3.275q.3-.3.713-.3t.712.3t.3.712t-.3.713L11.1 9.025l-2.125 2.1l.475.475q1.15 1.15 1.1 2.75t-1.225 2.775l-.025.025q-.275.275-.687.275T7.9 17.15q-.3-.3-.3-.712t.3-.713q.575-.575.638-1.362T8.025 13L6.85 11.85q-.3-.3-.3-.712t.3-.713l1.425-1.4q.3-.3.3-.713t-.3-.712l-1.6 1.6q-1.7 1.7-1.7 4.063t1.7 4.062t4.075 1.7t4.075-1.7l5.975-6q.3-.3.713-.3t.712.3t.3.713t-.3.712l-6 5.975Q13.95 21 10.75 21t-5.475-2.275m5.475-5.475"/></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 8m17.525-2.875q0 .4-.3.7l-6.35 6.375q-.275.3-.687.288t-.713-.288q-.3-.3-.3-.712t.3-.713l6.35-6.35q.3-.3.7-.3t.7.3t.3.7M21.3 8.313q0 .412-.3.712l-5.65 5.65q-.275.275-.687.275t-.713-.275q-.3-.3-.312-.712t.287-.713l5.65-5.65q.3-.3.713-.3t.712.3t.3.713M5.275 18.725Q3 16.45 3 13.25t2.275-5.475l2.3-2.3q.3-.3.7-.3t.7.3l.775.775q.175.175.3.363T10.3 7L14 3.275q.3-.3.713-.3t.712.3t.3.712t-.3.713L11.1 9.025l-2.125 2.1l.475.475q1.15 1.15 1.1 2.75t-1.225 2.775l-.025.025q-.275.275-.687.275T7.9 17.15q-.3-.3-.3-.712t.3-.713q.575-.575.638-1.362T8.025 13L6.85 11.85q-.3-.3-.3-.712t.3-.713l1.425-1.4q.3-.3.3-.713t-.3-.712l-1.6 1.6q-1.7 1.7-1.7 4.063t1.7 4.062t4.075 1.7t4.075-1.7l5.975-6q.3-.3.713-.3t.712.3t.3.713t-.3.712l-6 5.975Q13.95 21 10.75 21t-5.475-2.275m5.475-5.475"/></svg> </template>
CSS
.icon-waving-hand-outline-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%208m17.525-2.875q0%20.4-.3.7l-6.35%206.375q-.275.3-.687.288t-.713-.288q-.3-.3-.3-.712t.3-.713l6.35-6.35q.3-.3.7-.3t.7.3t.3.7M21.3%208.313q0%20.412-.3.712l-5.65%205.65q-.275.275-.687.275t-.713-.275q-.3-.3-.312-.712t.287-.713l5.65-5.65q.3-.3.713-.3t.712.3t.3.713M5.275%2018.725Q3%2016.45%203%2013.25t2.275-5.475l2.3-2.3q.3-.3.7-.3t.7.3l.775.775q.175.175.3.363T10.3%207L14%203.275q.3-.3.713-.3t.712.3t.3.712t-.3.713L11.1%209.025l-2.125%202.1l.475.475q1.15%201.15%201.1%202.75t-1.225%202.775l-.025.025q-.275.275-.687.275T7.9%2017.15q-.3-.3-.3-.712t.3-.713q.575-.575.638-1.362T8.025%2013L6.85%2011.85q-.3-.3-.3-.712t.3-.713l1.425-1.4q.3-.3.3-.713t-.3-.712l-1.6%201.6q-1.7%201.7-1.7%204.063t1.7%204.062t4.075%201.7t4.075-1.7l5.975-6q.3-.3.713-.3t.712.3t.3.713t-.3.712l-6%205.975Q13.95%2021%2010.75%2021t-5.475-2.275m5.475-5.475%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%208m17.525-2.875q0%20.4-.3.7l-6.35%206.375q-.275.3-.687.288t-.713-.288q-.3-.3-.3-.712t.3-.713l6.35-6.35q.3-.3.7-.3t.7.3t.3.7M21.3%208.313q0%20.412-.3.712l-5.65%205.65q-.275.275-.687.275t-.713-.275q-.3-.3-.312-.712t.287-.713l5.65-5.65q.3-.3.713-.3t.712.3t.3.713M5.275%2018.725Q3%2016.45%203%2013.25t2.275-5.475l2.3-2.3q.3-.3.7-.3t.7.3l.775.775q.175.175.3.363T10.3%207L14%203.275q.3-.3.713-.3t.712.3t.3.712t-.3.713L11.1%209.025l-2.125%202.1l.475.475q1.15%201.15%201.1%202.75t-1.225%202.775l-.025.025q-.275.275-.687.275T7.9%2017.15q-.3-.3-.3-.712t.3-.713q.575-.575.638-1.362T8.025%2013L6.85%2011.85q-.3-.3-.3-.712t.3-.713l1.425-1.4q.3-.3.3-.713t-.3-.712l-1.6%201.6q-1.7%201.7-1.7%204.063t1.7%204.062t4.075%201.7t4.075-1.7l5.975-6q.3-.3.713-.3t.712.3t.3.713t-.3.712l-6%205.975Q13.95%2021%2010.75%2021t-5.475-2.275m5.475-5.475%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-outline-rounded.svg?color=%231a73e8&size=48