wave bye icon
wave-bye from TDesign Icons by TDesign · Outline · MIT Free for personal and commercial use.
- Name
- wave-bye
- Set
- TDesign Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
1 other variant in TDesign Icons
Related icons in TDesign Icons
Use the wave bye icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M6.4 16.102a1.386 1.386 0 1 1 1.96-1.96l-2.084-2.085a1.388 1.388 0 0 1 1.962-1.962L6.871 8.728a1.388 1.388 0 1 1 1.963-1.962L10.2 8.133a1.388 1.388 0 1 1 1.962-1.963l5.47 5.47v-.002l-.668-2.496a1.146 1.146 0 0 1 2.096-.874l2.226 3.812a6.19 6.19 0 0 1-.968 7.498l-.845.844a6.19 6.19 0 0 1-8.753 0z"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="m8.36 14.142l2.445 2.445M8.36 14.142l-2.084-2.085a1.388 1.388 0 0 1 1.962-1.962m.122 4.047a1.386 1.386 0 1 0-1.96 1.96l4.321 4.32a6.19 6.19 0 0 0 8.753 0l.845-.844a6.19 6.19 0 0 0 .968-7.498l-2.226-3.812a1.146 1.146 0 0 0-2.096.874l.668 2.491q0 .006-.003.004L12.163 6.17A1.388 1.388 0 0 0 10.2 8.133m-1.962 1.962l4.53 4.53m-4.53-4.53L6.871 8.728a1.388 1.388 0 1 1 1.963-1.962L10.2 8.133m0 0l4.529 4.53m-8.964 8.401a11.1 11.1 0 0 1-2.828-2.829M18.235 2.937a11.1 11.1 0 0 1 2.829 2.828"/></g></svg>
React
import type { SVGProps } from "react";
export function TdesignWaveBye(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M6.4 16.102a1.386 1.386 0 1 1 1.96-1.96l-2.084-2.085a1.388 1.388 0 0 1 1.962-1.962L6.871 8.728a1.388 1.388 0 1 1 1.963-1.962L10.2 8.133a1.388 1.388 0 1 1 1.962-1.963l5.47 5.47v-.002l-.668-2.496a1.146 1.146 0 0 1 2.096-.874l2.226 3.812a6.19 6.19 0 0 1-.968 7.498l-.845.844a6.19 6.19 0 0 1-8.753 0z"/><path stroke="currentColor" strokeLinecap="square" strokeWidth="2" d="m8.36 14.142l2.445 2.445M8.36 14.142l-2.084-2.085a1.388 1.388 0 0 1 1.962-1.962m.122 4.047a1.386 1.386 0 1 0-1.96 1.96l4.321 4.32a6.19 6.19 0 0 0 8.753 0l.845-.844a6.19 6.19 0 0 0 .968-7.498l-2.226-3.812a1.146 1.146 0 0 0-2.096.874l.668 2.491q0 .006-.003.004L12.163 6.17A1.388 1.388 0 0 0 10.2 8.133m-1.962 1.962l4.53 4.53m-4.53-4.53L6.871 8.728a1.388 1.388 0 1 1 1.963-1.962L10.2 8.133m0 0l4.529 4.53m-8.964 8.401a11.1 11.1 0 0 1-2.828-2.829M18.235 2.937a11.1 11.1 0 0 1 2.829 2.828"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M6.4 16.102a1.386 1.386 0 1 1 1.96-1.96l-2.084-2.085a1.388 1.388 0 0 1 1.962-1.962L6.871 8.728a1.388 1.388 0 1 1 1.963-1.962L10.2 8.133a1.388 1.388 0 1 1 1.962-1.963l5.47 5.47v-.002l-.668-2.496a1.146 1.146 0 0 1 2.096-.874l2.226 3.812a6.19 6.19 0 0 1-.968 7.498l-.845.844a6.19 6.19 0 0 1-8.753 0z"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="m8.36 14.142l2.445 2.445M8.36 14.142l-2.084-2.085a1.388 1.388 0 0 1 1.962-1.962m.122 4.047a1.386 1.386 0 1 0-1.96 1.96l4.321 4.32a6.19 6.19 0 0 0 8.753 0l.845-.844a6.19 6.19 0 0 0 .968-7.498l-2.226-3.812a1.146 1.146 0 0 0-2.096.874l.668 2.491q0 .006-.003.004L12.163 6.17A1.388 1.388 0 0 0 10.2 8.133m-1.962 1.962l4.53 4.53m-4.53-4.53L6.871 8.728a1.388 1.388 0 1 1 1.963-1.962L10.2 8.133m0 0l4.529 4.53m-8.964 8.401a11.1 11.1 0 0 1-2.828-2.829M18.235 2.937a11.1 11.1 0 0 1 2.829 2.828"/></g></svg> </template>
CSS
.icon-wave-bye {
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%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M6.4%2016.102a1.386%201.386%200%201%201%201.96-1.96l-2.084-2.085a1.388%201.388%200%200%201%201.962-1.962L6.871%208.728a1.388%201.388%200%201%201%201.963-1.962L10.2%208.133a1.388%201.388%200%201%201%201.962-1.963l5.47%205.47v-.002l-.668-2.496a1.146%201.146%200%200%201%202.096-.874l2.226%203.812a6.19%206.19%200%200%201-.968%207.498l-.845.844a6.19%206.19%200%200%201-8.753%200z%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22m8.36%2014.142l2.445%202.445M8.36%2014.142l-2.084-2.085a1.388%201.388%200%200%201%201.962-1.962m.122%204.047a1.386%201.386%200%201%200-1.96%201.96l4.321%204.32a6.19%206.19%200%200%200%208.753%200l.845-.844a6.19%206.19%200%200%200%20.968-7.498l-2.226-3.812a1.146%201.146%200%200%200-2.096.874l.668%202.491q0%20.006-.003.004L12.163%206.17A1.388%201.388%200%200%200%2010.2%208.133m-1.962%201.962l4.53%204.53m-4.53-4.53L6.871%208.728a1.388%201.388%200%201%201%201.963-1.962L10.2%208.133m0%200l4.529%204.53m-8.964%208.401a11.1%2011.1%200%200%201-2.828-2.829M18.235%202.937a11.1%2011.1%200%200%201%202.829%202.828%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M6.4%2016.102a1.386%201.386%200%201%201%201.96-1.96l-2.084-2.085a1.388%201.388%200%200%201%201.962-1.962L6.871%208.728a1.388%201.388%200%201%201%201.963-1.962L10.2%208.133a1.388%201.388%200%201%201%201.962-1.963l5.47%205.47v-.002l-.668-2.496a1.146%201.146%200%200%201%202.096-.874l2.226%203.812a6.19%206.19%200%200%201-.968%207.498l-.845.844a6.19%206.19%200%200%201-8.753%200z%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22m8.36%2014.142l2.445%202.445M8.36%2014.142l-2.084-2.085a1.388%201.388%200%200%201%201.962-1.962m.122%204.047a1.386%201.386%200%201%200-1.96%201.96l4.321%204.32a6.19%206.19%200%200%200%208.753%200l.845-.844a6.19%206.19%200%200%200%20.968-7.498l-2.226-3.812a1.146%201.146%200%200%200-2.096.874l.668%202.491q0%20.006-.003.004L12.163%206.17A1.388%201.388%200%200%200%2010.2%208.133m-1.962%201.962l4.53%204.53m-4.53-4.53L6.871%208.728a1.388%201.388%200%201%201%201.963-1.962L10.2%208.133m0%200l4.529%204.53m-8.964%208.401a11.1%2011.1%200%200%201-2.828-2.829M18.235%202.937a11.1%2011.1%200%200%201%202.829%202.828%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tdesign/wave-bye.svg?color=%231a73e8&size=48