wave-right-filled from TDesign Icons by TDesign · Filled · MIT Free for personal and commercial use.

Name
wave-right-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 right icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m18.047 1.37l.823.568a12.1 12.1 0 0 1 3.085 3.084l.567.823l-1.646 1.135l-.568-.823a10.1 10.1 0 0 0-2.573-2.573l-.823-.567zm-4.295 3.092a1.373 1.373 0 0 0-1.943.003L6.555 9.747l.444-1.096c.56-1.38-1.005-2.65-2.24-1.818a1.5 1.5 0 0 0-.46.49L1.918 11.4a7.19 7.19 0 0 0 1.124 8.709l.845.844a7.19 7.19 0 0 0 10.167 0l5.035-5.036a1.375 1.375 0 0 0-1.945-1.944l-1.604 1.604l-.53-.532l3.69-3.69a1.375 1.375 0 0 0-1.945-1.944l-3.69 3.69l-.53-.53l5.057-5.057a1.375 1.375 0 0 0-1.945-1.945l-5.057 5.057l-.53-.53l3.691-3.691a1.373 1.373 0 0 0 0-1.942"/></svg>

React

import type { SVGProps } from "react";

export function TdesignWaveRightFilled(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="m18.047 1.37l.823.568a12.1 12.1 0 0 1 3.085 3.084l.567.823l-1.646 1.135l-.568-.823a10.1 10.1 0 0 0-2.573-2.573l-.823-.567zm-4.295 3.092a1.373 1.373 0 0 0-1.943.003L6.555 9.747l.444-1.096c.56-1.38-1.005-2.65-2.24-1.818a1.5 1.5 0 0 0-.46.49L1.918 11.4a7.19 7.19 0 0 0 1.124 8.709l.845.844a7.19 7.19 0 0 0 10.167 0l5.035-5.036a1.375 1.375 0 0 0-1.945-1.944l-1.604 1.604l-.53-.532l3.69-3.69a1.375 1.375 0 0 0-1.945-1.944l-3.69 3.69l-.53-.53l5.057-5.057a1.375 1.375 0 0 0-1.945-1.945l-5.057 5.057l-.53-.53l3.691-3.691a1.373 1.373 0 0 0 0-1.942"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m18.047 1.37l.823.568a12.1 12.1 0 0 1 3.085 3.084l.567.823l-1.646 1.135l-.568-.823a10.1 10.1 0 0 0-2.573-2.573l-.823-.567zm-4.295 3.092a1.373 1.373 0 0 0-1.943.003L6.555 9.747l.444-1.096c.56-1.38-1.005-2.65-2.24-1.818a1.5 1.5 0 0 0-.46.49L1.918 11.4a7.19 7.19 0 0 0 1.124 8.709l.845.844a7.19 7.19 0 0 0 10.167 0l5.035-5.036a1.375 1.375 0 0 0-1.945-1.944l-1.604 1.604l-.53-.532l3.69-3.69a1.375 1.375 0 0 0-1.945-1.944l-3.69 3.69l-.53-.53l5.057-5.057a1.375 1.375 0 0 0-1.945-1.945l-5.057 5.057l-.53-.53l3.691-3.691a1.373 1.373 0 0 0 0-1.942"/></svg>
</template>

CSS

.icon-wave-right-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%22m18.047%201.37l.823.568a12.1%2012.1%200%200%201%203.085%203.084l.567.823l-1.646%201.135l-.568-.823a10.1%2010.1%200%200%200-2.573-2.573l-.823-.567zm-4.295%203.092a1.373%201.373%200%200%200-1.943.003L6.555%209.747l.444-1.096c.56-1.38-1.005-2.65-2.24-1.818a1.5%201.5%200%200%200-.46.49L1.918%2011.4a7.19%207.19%200%200%200%201.124%208.709l.845.844a7.19%207.19%200%200%200%2010.167%200l5.035-5.036a1.375%201.375%200%200%200-1.945-1.944l-1.604%201.604l-.53-.532l3.69-3.69a1.375%201.375%200%200%200-1.945-1.944l-3.69%203.69l-.53-.53l5.057-5.057a1.375%201.375%200%200%200-1.945-1.945l-5.057%205.057l-.53-.53l3.691-3.691a1.373%201.373%200%200%200%200-1.942%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%22m18.047%201.37l.823.568a12.1%2012.1%200%200%201%203.085%203.084l.567.823l-1.646%201.135l-.568-.823a10.1%2010.1%200%200%200-2.573-2.573l-.823-.567zm-4.295%203.092a1.373%201.373%200%200%200-1.943.003L6.555%209.747l.444-1.096c.56-1.38-1.005-2.65-2.24-1.818a1.5%201.5%200%200%200-.46.49L1.918%2011.4a7.19%207.19%200%200%200%201.124%208.709l.845.844a7.19%207.19%200%200%200%2010.167%200l5.035-5.036a1.375%201.375%200%200%200-1.945-1.944l-1.604%201.604l-.53-.532l3.69-3.69a1.375%201.375%200%200%200-1.945-1.944l-3.69%203.69l-.53-.53l5.057-5.057a1.375%201.375%200%200%200-1.945-1.945l-5.057%205.057l-.53-.53l3.691-3.691a1.373%201.373%200%200%200%200-1.942%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tdesign/wave-right-filled.svg?color=%231a73e8&size=48