wave right icon
wave-right from TDesign Icons by TDesign · Outline · MIT Free for personal and commercial use.
- Name
- wave-right
- Set
- TDesign Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
1 other variant in TDesign Icons
Related icons in TDesign Icons
Use the wave right icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M17.67 15.922a1.386 1.386 0 0 0-1.96-1.96l2.085-2.084a1.388 1.388 0 1 0-1.963-1.963L17.2 8.55a1.388 1.388 0 0 0-1.962-1.963L13.87 7.953a1.388 1.388 0 0 0-1.962-1.963l-5.47 5.47q-.003.001-.001-.002l.668-2.496a1.146 1.146 0 0 0-2.095-.874l-2.227 3.813a6.19 6.19 0 0 0 .969 7.497l.844.845a6.19 6.19 0 0 0 8.753 0z"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="m15.71 13.963l-2.445 2.444m2.445-2.444l2.085-2.085a1.388 1.388 0 1 0-1.963-1.963m-.122 4.048a1.386 1.386 0 1 1 1.96 1.96l-4.32 4.32a6.19 6.19 0 0 1-8.754 0l-.844-.845a6.19 6.19 0 0 1-.969-7.498L5.01 8.089a1.146 1.146 0 0 1 2.095.874l-.667 2.491q0 .006.003.004l5.467-5.467a1.388 1.388 0 1 1 1.962 1.963m1.962 1.962l-4.53 4.53m4.53-4.53L17.2 8.55a1.388 1.388 0 0 0-1.962-1.963L13.87 7.953m0 0l-4.53 4.53m11.794-6.898a11.1 11.1 0 0 0-2.829-2.828"/></g></svg>
React
import type { SVGProps } from "react";
export function TdesignWaveRight(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="M17.67 15.922a1.386 1.386 0 0 0-1.96-1.96l2.085-2.084a1.388 1.388 0 1 0-1.963-1.963L17.2 8.55a1.388 1.388 0 0 0-1.962-1.963L13.87 7.953a1.388 1.388 0 0 0-1.962-1.963l-5.47 5.47q-.003.001-.001-.002l.668-2.496a1.146 1.146 0 0 0-2.095-.874l-2.227 3.813a6.19 6.19 0 0 0 .969 7.497l.844.845a6.19 6.19 0 0 0 8.753 0z"/><path stroke="currentColor" strokeLinecap="square" strokeWidth="2" d="m15.71 13.963l-2.445 2.444m2.445-2.444l2.085-2.085a1.388 1.388 0 1 0-1.963-1.963m-.122 4.048a1.386 1.386 0 1 1 1.96 1.96l-4.32 4.32a6.19 6.19 0 0 1-8.754 0l-.844-.845a6.19 6.19 0 0 1-.969-7.498L5.01 8.089a1.146 1.146 0 0 1 2.095.874l-.667 2.491q0 .006.003.004l5.467-5.467a1.388 1.388 0 1 1 1.962 1.963m1.962 1.962l-4.53 4.53m4.53-4.53L17.2 8.55a1.388 1.388 0 0 0-1.962-1.963L13.87 7.953m0 0l-4.53 4.53m11.794-6.898a11.1 11.1 0 0 0-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="M17.67 15.922a1.386 1.386 0 0 0-1.96-1.96l2.085-2.084a1.388 1.388 0 1 0-1.963-1.963L17.2 8.55a1.388 1.388 0 0 0-1.962-1.963L13.87 7.953a1.388 1.388 0 0 0-1.962-1.963l-5.47 5.47q-.003.001-.001-.002l.668-2.496a1.146 1.146 0 0 0-2.095-.874l-2.227 3.813a6.19 6.19 0 0 0 .969 7.497l.844.845a6.19 6.19 0 0 0 8.753 0z"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="m15.71 13.963l-2.445 2.444m2.445-2.444l2.085-2.085a1.388 1.388 0 1 0-1.963-1.963m-.122 4.048a1.386 1.386 0 1 1 1.96 1.96l-4.32 4.32a6.19 6.19 0 0 1-8.754 0l-.844-.845a6.19 6.19 0 0 1-.969-7.498L5.01 8.089a1.146 1.146 0 0 1 2.095.874l-.667 2.491q0 .006.003.004l5.467-5.467a1.388 1.388 0 1 1 1.962 1.963m1.962 1.962l-4.53 4.53m4.53-4.53L17.2 8.55a1.388 1.388 0 0 0-1.962-1.963L13.87 7.953m0 0l-4.53 4.53m11.794-6.898a11.1 11.1 0 0 0-2.829-2.828"/></g></svg> </template>
CSS
.icon-wave-right {
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%22M17.67%2015.922a1.386%201.386%200%200%200-1.96-1.96l2.085-2.084a1.388%201.388%200%201%200-1.963-1.963L17.2%208.55a1.388%201.388%200%200%200-1.962-1.963L13.87%207.953a1.388%201.388%200%200%200-1.962-1.963l-5.47%205.47q-.003.001-.001-.002l.668-2.496a1.146%201.146%200%200%200-2.095-.874l-2.227%203.813a6.19%206.19%200%200%200%20.969%207.497l.844.845a6.19%206.19%200%200%200%208.753%200z%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22m15.71%2013.963l-2.445%202.444m2.445-2.444l2.085-2.085a1.388%201.388%200%201%200-1.963-1.963m-.122%204.048a1.386%201.386%200%201%201%201.96%201.96l-4.32%204.32a6.19%206.19%200%200%201-8.754%200l-.844-.845a6.19%206.19%200%200%201-.969-7.498L5.01%208.089a1.146%201.146%200%200%201%202.095.874l-.667%202.491q0%20.006.003.004l5.467-5.467a1.388%201.388%200%201%201%201.962%201.963m1.962%201.962l-4.53%204.53m4.53-4.53L17.2%208.55a1.388%201.388%200%200%200-1.962-1.963L13.87%207.953m0%200l-4.53%204.53m11.794-6.898a11.1%2011.1%200%200%200-2.829-2.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%22M17.67%2015.922a1.386%201.386%200%200%200-1.96-1.96l2.085-2.084a1.388%201.388%200%201%200-1.963-1.963L17.2%208.55a1.388%201.388%200%200%200-1.962-1.963L13.87%207.953a1.388%201.388%200%200%200-1.962-1.963l-5.47%205.47q-.003.001-.001-.002l.668-2.496a1.146%201.146%200%200%200-2.095-.874l-2.227%203.813a6.19%206.19%200%200%200%20.969%207.497l.844.845a6.19%206.19%200%200%200%208.753%200z%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22m15.71%2013.963l-2.445%202.444m2.445-2.444l2.085-2.085a1.388%201.388%200%201%200-1.963-1.963m-.122%204.048a1.386%201.386%200%201%201%201.96%201.96l-4.32%204.32a6.19%206.19%200%200%201-8.754%200l-.844-.845a6.19%206.19%200%200%201-.969-7.498L5.01%208.089a1.146%201.146%200%200%201%202.095.874l-.667%202.491q0%20.006.003.004l5.467-5.467a1.388%201.388%200%201%201%201.962%201.963m1.962%201.962l-4.53%204.53m4.53-4.53L17.2%208.55a1.388%201.388%200%200%200-1.962-1.963L13.87%207.953m0%200l-4.53%204.53m11.794-6.898a11.1%2011.1%200%200%200-2.829-2.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-right.svg?color=%231a73e8&size=48