wave left icon
wave-left from TDesign Icons by TDesign · Outline · MIT Free for personal and commercial use.
- Name
- wave-left
- Set
- TDesign Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
1 other variant in TDesign Icons
Related icons in TDesign Icons
Use the wave left 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.33 15.922a1.386 1.386 0 1 1 1.96-1.96l-2.085-2.084a1.388 1.388 0 0 1 1.963-1.963L6.8 8.55a1.388 1.388 0 1 1 1.962-1.963l1.367 1.367a1.388 1.388 0 1 1 1.963-1.963l5.47 5.47v-.002l-.668-2.496a1.146 1.146 0 0 1 2.095-.874l2.227 3.813a6.19 6.19 0 0 1-.969 7.497l-.844.845a6.19 6.19 0 0 1-8.753 0z"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="m8.29 13.963l2.445 2.444M8.29 13.963l-2.085-2.085a1.388 1.388 0 0 1 1.963-1.963m.122 4.048a1.386 1.386 0 1 0-1.96 1.96l4.32 4.32a6.19 6.19 0 0 0 8.754 0l.844-.845a6.19 6.19 0 0 0 .969-7.498L18.99 8.089a1.146 1.146 0 0 0-2.095.874l.667 2.491q0 .006-.003.004L12.093 5.99a1.388 1.388 0 1 0-1.963 1.963M8.168 9.915l4.53 4.53m-4.53-4.53L6.8 8.55a1.388 1.388 0 1 1 1.962-1.963l1.367 1.367m0 0l4.53 4.53M2.866 5.585a11.1 11.1 0 0 1 2.829-2.828"/></g></svg>
React
import type { SVGProps } from "react";
export function TdesignWaveLeft(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.33 15.922a1.386 1.386 0 1 1 1.96-1.96l-2.085-2.084a1.388 1.388 0 0 1 1.963-1.963L6.8 8.55a1.388 1.388 0 1 1 1.962-1.963l1.367 1.367a1.388 1.388 0 1 1 1.963-1.963l5.47 5.47v-.002l-.668-2.496a1.146 1.146 0 0 1 2.095-.874l2.227 3.813a6.19 6.19 0 0 1-.969 7.497l-.844.845a6.19 6.19 0 0 1-8.753 0z"/><path stroke="currentColor" strokeLinecap="square" strokeWidth="2" d="m8.29 13.963l2.445 2.444M8.29 13.963l-2.085-2.085a1.388 1.388 0 0 1 1.963-1.963m.122 4.048a1.386 1.386 0 1 0-1.96 1.96l4.32 4.32a6.19 6.19 0 0 0 8.754 0l.844-.845a6.19 6.19 0 0 0 .969-7.498L18.99 8.089a1.146 1.146 0 0 0-2.095.874l.667 2.491q0 .006-.003.004L12.093 5.99a1.388 1.388 0 1 0-1.963 1.963M8.168 9.915l4.53 4.53m-4.53-4.53L6.8 8.55a1.388 1.388 0 1 1 1.962-1.963l1.367 1.367m0 0l4.53 4.53M2.866 5.585a11.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.33 15.922a1.386 1.386 0 1 1 1.96-1.96l-2.085-2.084a1.388 1.388 0 0 1 1.963-1.963L6.8 8.55a1.388 1.388 0 1 1 1.962-1.963l1.367 1.367a1.388 1.388 0 1 1 1.963-1.963l5.47 5.47v-.002l-.668-2.496a1.146 1.146 0 0 1 2.095-.874l2.227 3.813a6.19 6.19 0 0 1-.969 7.497l-.844.845a6.19 6.19 0 0 1-8.753 0z"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="m8.29 13.963l2.445 2.444M8.29 13.963l-2.085-2.085a1.388 1.388 0 0 1 1.963-1.963m.122 4.048a1.386 1.386 0 1 0-1.96 1.96l4.32 4.32a6.19 6.19 0 0 0 8.754 0l.844-.845a6.19 6.19 0 0 0 .969-7.498L18.99 8.089a1.146 1.146 0 0 0-2.095.874l.667 2.491q0 .006-.003.004L12.093 5.99a1.388 1.388 0 1 0-1.963 1.963M8.168 9.915l4.53 4.53m-4.53-4.53L6.8 8.55a1.388 1.388 0 1 1 1.962-1.963l1.367 1.367m0 0l4.53 4.53M2.866 5.585a11.1 11.1 0 0 1 2.829-2.828"/></g></svg> </template>
CSS
.icon-wave-left {
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.33%2015.922a1.386%201.386%200%201%201%201.96-1.96l-2.085-2.084a1.388%201.388%200%200%201%201.963-1.963L6.8%208.55a1.388%201.388%200%201%201%201.962-1.963l1.367%201.367a1.388%201.388%200%201%201%201.963-1.963l5.47%205.47v-.002l-.668-2.496a1.146%201.146%200%200%201%202.095-.874l2.227%203.813a6.19%206.19%200%200%201-.969%207.497l-.844.845a6.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.29%2013.963l2.445%202.444M8.29%2013.963l-2.085-2.085a1.388%201.388%200%200%201%201.963-1.963m.122%204.048a1.386%201.386%200%201%200-1.96%201.96l4.32%204.32a6.19%206.19%200%200%200%208.754%200l.844-.845a6.19%206.19%200%200%200%20.969-7.498L18.99%208.089a1.146%201.146%200%200%200-2.095.874l.667%202.491q0%20.006-.003.004L12.093%205.99a1.388%201.388%200%201%200-1.963%201.963M8.168%209.915l4.53%204.53m-4.53-4.53L6.8%208.55a1.388%201.388%200%201%201%201.962-1.963l1.367%201.367m0%200l4.53%204.53M2.866%205.585a11.1%2011.1%200%200%201%202.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%22M6.33%2015.922a1.386%201.386%200%201%201%201.96-1.96l-2.085-2.084a1.388%201.388%200%200%201%201.963-1.963L6.8%208.55a1.388%201.388%200%201%201%201.962-1.963l1.367%201.367a1.388%201.388%200%201%201%201.963-1.963l5.47%205.47v-.002l-.668-2.496a1.146%201.146%200%200%201%202.095-.874l2.227%203.813a6.19%206.19%200%200%201-.969%207.497l-.844.845a6.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.29%2013.963l2.445%202.444M8.29%2013.963l-2.085-2.085a1.388%201.388%200%200%201%201.963-1.963m.122%204.048a1.386%201.386%200%201%200-1.96%201.96l4.32%204.32a6.19%206.19%200%200%200%208.754%200l.844-.845a6.19%206.19%200%200%200%20.969-7.498L18.99%208.089a1.146%201.146%200%200%200-2.095.874l.667%202.491q0%20.006-.003.004L12.093%205.99a1.388%201.388%200%201%200-1.963%201.963M8.168%209.915l4.53%204.53m-4.53-4.53L6.8%208.55a1.388%201.388%200%201%201%201.962-1.963l1.367%201.367m0%200l4.53%204.53M2.866%205.585a11.1%2011.1%200%200%201%202.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-left.svg?color=%231a73e8&size=48