wave hand icon
wave-hand-line from MingCute Icon by MingCute Design · Line · Apache-2.0 Free for personal and commercial use.
- Name
- wave-hand-line
- Set
- MingCute Icon
- Style
- Line
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
Use the wave hand icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m12.478 10.314l-3.89-3.89a1.5 1.5 0 1 1 2.122-2.12l5.303 5.303c-.353-3.182 0-4.243 2.121-4.95l2.168 6.502a7 7 0 0 1-1.691 7.164l-.477.476a7 7 0 0 1-9.899 0l-2.121-2.121m2.12-2.123l-3.89-3.891A1.497 1.497 0 1 1 6.46 8.546l3.184 3.184m.004-.002L5.052 7.13a1.497 1.497 0 1 1 2.117-2.118l5.305 5.305M7.056 17.62l-2.713-2.713a1.497 1.497 0 0 1 2.118-2.117l1.77 1.77m-2.732 5.399A3 3 0 0 1 3.041 17.5M13 2.041A3 3 0 0 1 15.098 3.5"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteWaveHandLine(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="m12.478 10.314l-3.89-3.89a1.5 1.5 0 1 1 2.122-2.12l5.303 5.303c-.353-3.182 0-4.243 2.121-4.95l2.168 6.502a7 7 0 0 1-1.691 7.164l-.477.476a7 7 0 0 1-9.899 0l-2.121-2.121m2.12-2.123l-3.89-3.891A1.497 1.497 0 1 1 6.46 8.546l3.184 3.184m.004-.002L5.052 7.13a1.497 1.497 0 1 1 2.117-2.118l5.305 5.305M7.056 17.62l-2.713-2.713a1.497 1.497 0 0 1 2.118-2.117l1.77 1.77m-2.732 5.399A3 3 0 0 1 3.041 17.5M13 2.041A3 3 0 0 1 15.098 3.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m12.478 10.314l-3.89-3.89a1.5 1.5 0 1 1 2.122-2.12l5.303 5.303c-.353-3.182 0-4.243 2.121-4.95l2.168 6.502a7 7 0 0 1-1.691 7.164l-.477.476a7 7 0 0 1-9.899 0l-2.121-2.121m2.12-2.123l-3.89-3.891A1.497 1.497 0 1 1 6.46 8.546l3.184 3.184m.004-.002L5.052 7.13a1.497 1.497 0 1 1 2.117-2.118l5.305 5.305M7.056 17.62l-2.713-2.713a1.497 1.497 0 0 1 2.118-2.117l1.77 1.77m-2.732 5.399A3 3 0 0 1 3.041 17.5M13 2.041A3 3 0 0 1 15.098 3.5"/></svg> </template>
CSS
.icon-wave-hand-line {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m12.478%2010.314l-3.89-3.89a1.5%201.5%200%201%201%202.122-2.12l5.303%205.303c-.353-3.182%200-4.243%202.121-4.95l2.168%206.502a7%207%200%200%201-1.691%207.164l-.477.476a7%207%200%200%201-9.899%200l-2.121-2.121m2.12-2.123l-3.89-3.891A1.497%201.497%200%201%201%206.46%208.546l3.184%203.184m.004-.002L5.052%207.13a1.497%201.497%200%201%201%202.117-2.118l5.305%205.305M7.056%2017.62l-2.713-2.713a1.497%201.497%200%200%201%202.118-2.117l1.77%201.77m-2.732%205.399A3%203%200%200%201%203.041%2017.5M13%202.041A3%203%200%200%201%2015.098%203.5%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m12.478%2010.314l-3.89-3.89a1.5%201.5%200%201%201%202.122-2.12l5.303%205.303c-.353-3.182%200-4.243%202.121-4.95l2.168%206.502a7%207%200%200%201-1.691%207.164l-.477.476a7%207%200%200%201-9.899%200l-2.121-2.121m2.12-2.123l-3.89-3.891A1.497%201.497%200%201%201%206.46%208.546l3.184%203.184m.004-.002L5.052%207.13a1.497%201.497%200%201%201%202.117-2.118l5.305%205.305M7.056%2017.62l-2.713-2.713a1.497%201.497%200%200%201%202.118-2.117l1.77%201.77m-2.732%205.399A3%203%200%200%201%203.041%2017.5M13%202.041A3%203%200%200%201%2015.098%203.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/wave-hand-line.svg?color=%231a73e8&size=48