wave left icon
wave-left-filled from TDesign Icons by TDesign · Filled · MIT Free for personal and commercial use.
- Name
- wave-left-filled
- Set
- TDesign Icons
- Style
- Filled
- 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"><path fill="currentColor" d="m7.08 3.017l-.823.567a10.1 10.1 0 0 0-2.573 2.573l-.568.823L1.47 5.845l.567-.823a12.1 12.1 0 0 1 3.085-3.084l.823-.568zm3.165 1.449a1.373 1.373 0 0 1 1.944.002l5.253 5.283l-.444-1.096c-.56-1.38 1.005-2.65 2.24-1.819a1.5 1.5 0 0 1 .46.491l2.38 4.075a7.19 7.19 0 0 1-1.124 8.71l-.845.843a7.19 7.19 0 0 1-10.167 0L4.907 15.92a1.375 1.375 0 0 1 1.945-1.945l1.604 1.604l.53-.531l-3.69-3.69a1.375 1.375 0 1 1 1.945-1.944l3.69 3.69l.53-.53l-5.057-5.058A1.375 1.375 0 0 1 8.35 5.572l5.057 5.057l.53-.53l-3.691-3.692a1.373 1.373 0 0 1 0-1.941"/></svg>
React
import type { SVGProps } from "react";
export function TdesignWaveLeftFilled(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="m7.08 3.017l-.823.567a10.1 10.1 0 0 0-2.573 2.573l-.568.823L1.47 5.845l.567-.823a12.1 12.1 0 0 1 3.085-3.084l.823-.568zm3.165 1.449a1.373 1.373 0 0 1 1.944.002l5.253 5.283l-.444-1.096c-.56-1.38 1.005-2.65 2.24-1.819a1.5 1.5 0 0 1 .46.491l2.38 4.075a7.19 7.19 0 0 1-1.124 8.71l-.845.843a7.19 7.19 0 0 1-10.167 0L4.907 15.92a1.375 1.375 0 0 1 1.945-1.945l1.604 1.604l.53-.531l-3.69-3.69a1.375 1.375 0 1 1 1.945-1.944l3.69 3.69l.53-.53l-5.057-5.058A1.375 1.375 0 0 1 8.35 5.572l5.057 5.057l.53-.53l-3.691-3.692a1.373 1.373 0 0 1 0-1.941"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m7.08 3.017l-.823.567a10.1 10.1 0 0 0-2.573 2.573l-.568.823L1.47 5.845l.567-.823a12.1 12.1 0 0 1 3.085-3.084l.823-.568zm3.165 1.449a1.373 1.373 0 0 1 1.944.002l5.253 5.283l-.444-1.096c-.56-1.38 1.005-2.65 2.24-1.819a1.5 1.5 0 0 1 .46.491l2.38 4.075a7.19 7.19 0 0 1-1.124 8.71l-.845.843a7.19 7.19 0 0 1-10.167 0L4.907 15.92a1.375 1.375 0 0 1 1.945-1.945l1.604 1.604l.53-.531l-3.69-3.69a1.375 1.375 0 1 1 1.945-1.944l3.69 3.69l.53-.53l-5.057-5.058A1.375 1.375 0 0 1 8.35 5.572l5.057 5.057l.53-.53l-3.691-3.692a1.373 1.373 0 0 1 0-1.941"/></svg> </template>
CSS
.icon-wave-left-filled {
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%22m7.08%203.017l-.823.567a10.1%2010.1%200%200%200-2.573%202.573l-.568.823L1.47%205.845l.567-.823a12.1%2012.1%200%200%201%203.085-3.084l.823-.568zm3.165%201.449a1.373%201.373%200%200%201%201.944.002l5.253%205.283l-.444-1.096c-.56-1.38%201.005-2.65%202.24-1.819a1.5%201.5%200%200%201%20.46.491l2.38%204.075a7.19%207.19%200%200%201-1.124%208.71l-.845.843a7.19%207.19%200%200%201-10.167%200L4.907%2015.92a1.375%201.375%200%200%201%201.945-1.945l1.604%201.604l.53-.531l-3.69-3.69a1.375%201.375%200%201%201%201.945-1.944l3.69%203.69l.53-.53l-5.057-5.058A1.375%201.375%200%200%201%208.35%205.572l5.057%205.057l.53-.53l-3.691-3.692a1.373%201.373%200%200%201%200-1.941%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%22m7.08%203.017l-.823.567a10.1%2010.1%200%200%200-2.573%202.573l-.568.823L1.47%205.845l.567-.823a12.1%2012.1%200%200%201%203.085-3.084l.823-.568zm3.165%201.449a1.373%201.373%200%200%201%201.944.002l5.253%205.283l-.444-1.096c-.56-1.38%201.005-2.65%202.24-1.819a1.5%201.5%200%200%201%20.46.491l2.38%204.075a7.19%207.19%200%200%201-1.124%208.71l-.845.843a7.19%207.19%200%200%201-10.167%200L4.907%2015.92a1.375%201.375%200%200%201%201.945-1.945l1.604%201.604l.53-.531l-3.69-3.69a1.375%201.375%200%201%201%201.945-1.944l3.69%203.69l.53-.53l-5.057-5.058A1.375%201.375%200%200%201%208.35%205.572l5.057%205.057l.53-.53l-3.691-3.692a1.373%201.373%200%200%201%200-1.941%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tdesign/wave-left-filled.svg?color=%231a73e8&size=48