hand wave icon
hand-wave from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.
- Name
- hand-wave
- Set
- Material Design Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- farewell, greeting
1 other variant in Material Design Icons
The same icon in other sets
Related icons in Material Design Icons
hand-back-lefthand-back-left-offhand-back-righthand-back-right-offhand-claphand-clap-offhand-coinhand-cyclehand-extendedhand-front-lefthand-front-righthand-hearthand-lefthand-okayhand-peacehand-peace-varianthand-pointing-downhand-pointing-lefthand-pointing-righthand-pointing-uphand-righthand-sawhand-washhand-water
Use the hand wave 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.5 0 4.5-2 4.5-4.5zM1 7c0-3.31 2.69-6 6-6v1.5c-2.5 0-4.5 2-4.5 4.5zm7-2.68l-4.59 4.6c-3.22 3.22-3.22 8.45 0 11.67s8.45 3.22 11.67 0l7.07-7.09c.49-.47.49-1.26 0-1.75a1.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.29-.49-1.79 0L14.19 13l-.69-.73l6.87-6.89c.49-.49.49-1.28 0-1.77s-1.28-.49-1.77 0l-6.89 6.89l-.71-.7l5.5-5.48c.5-.49.5-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.77c-.5-.48-1.29-.48-1.79.01"/></svg>
React
import type { SVGProps } from "react";
export function MdiHandWave(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.5 0 4.5-2 4.5-4.5zM1 7c0-3.31 2.69-6 6-6v1.5c-2.5 0-4.5 2-4.5 4.5zm7-2.68l-4.59 4.6c-3.22 3.22-3.22 8.45 0 11.67s8.45 3.22 11.67 0l7.07-7.09c.49-.47.49-1.26 0-1.75a1.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.29-.49-1.79 0L14.19 13l-.69-.73l6.87-6.89c.49-.49.49-1.28 0-1.77s-1.28-.49-1.77 0l-6.89 6.89l-.71-.7l5.5-5.48c.5-.49.5-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.77c-.5-.48-1.29-.48-1.79.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.5 0 4.5-2 4.5-4.5zM1 7c0-3.31 2.69-6 6-6v1.5c-2.5 0-4.5 2-4.5 4.5zm7-2.68l-4.59 4.6c-3.22 3.22-3.22 8.45 0 11.67s8.45 3.22 11.67 0l7.07-7.09c.49-.47.49-1.26 0-1.75a1.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.29-.49-1.79 0L14.19 13l-.69-.73l6.87-6.89c.49-.49.49-1.28 0-1.77s-1.28-.49-1.77 0l-6.89 6.89l-.71-.7l5.5-5.48c.5-.49.5-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.77c-.5-.48-1.29-.48-1.79.01"/></svg> </template>
CSS
.icon-hand-wave {
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.5%200%204.5-2%204.5-4.5zM1%207c0-3.31%202.69-6%206-6v1.5c-2.5%200-4.5%202-4.5%204.5zm7-2.68l-4.59%204.6c-3.22%203.22-3.22%208.45%200%2011.67s8.45%203.22%2011.67%200l7.07-7.09c.49-.47.49-1.26%200-1.75a1.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.29-.49-1.79%200L14.19%2013l-.69-.73l6.87-6.89c.49-.49.49-1.28%200-1.77s-1.28-.49-1.77%200l-6.89%206.89l-.71-.7l5.5-5.48c.5-.49.5-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.77c-.5-.48-1.29-.48-1.79.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.5%200%204.5-2%204.5-4.5zM1%207c0-3.31%202.69-6%206-6v1.5c-2.5%200-4.5%202-4.5%204.5zm7-2.68l-4.59%204.6c-3.22%203.22-3.22%208.45%200%2011.67s8.45%203.22%2011.67%200l7.07-7.09c.49-.47.49-1.26%200-1.75a1.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.29-.49-1.79%200L14.19%2013l-.69-.73l6.87-6.89c.49-.49.49-1.28%200-1.77s-1.28-.49-1.77%200l-6.89%206.89l-.71-.7l5.5-5.48c.5-.49.5-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.77c-.5-.48-1.29-.48-1.79.01%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/hand-wave.svg?color=%231a73e8&size=48