gesture left icon

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

Name
gesture-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 gesture left icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 8.07a2.5 2.5 0 1 0 0 5h4v1.96a3 3 0 0 0 .409 1.511l2.409 4.13a3 3 0 0 0 3.54 1.334l6.09-2.03a3 3 0 0 0 2.052-2.846V9.055a3 3 0 0 0-1.17-2.378l-6.288-4.836l-1.54 1.026a2 2 0 0 0-.851 2.056l.63 3.147z"/></svg>

React

import type { SVGProps } from "react";

export function TdesignGestureLeftFilled(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="M4 8.07a2.5 2.5 0 1 0 0 5h4v1.96a3 3 0 0 0 .409 1.511l2.409 4.13a3 3 0 0 0 3.54 1.334l6.09-2.03a3 3 0 0 0 2.052-2.846V9.055a3 3 0 0 0-1.17-2.378l-6.288-4.836l-1.54 1.026a2 2 0 0 0-.851 2.056l.63 3.147z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 8.07a2.5 2.5 0 1 0 0 5h4v1.96a3 3 0 0 0 .409 1.511l2.409 4.13a3 3 0 0 0 3.54 1.334l6.09-2.03a3 3 0 0 0 2.052-2.846V9.055a3 3 0 0 0-1.17-2.378l-6.288-4.836l-1.54 1.026a2 2 0 0 0-.851 2.056l.63 3.147z"/></svg>
</template>

CSS

.icon-gesture-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%22M4%208.07a2.5%202.5%200%201%200%200%205h4v1.96a3%203%200%200%200%20.409%201.511l2.409%204.13a3%203%200%200%200%203.54%201.334l6.09-2.03a3%203%200%200%200%202.052-2.846V9.055a3%203%200%200%200-1.17-2.378l-6.288-4.836l-1.54%201.026a2%202%200%200%200-.851%202.056l.63%203.147z%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%22M4%208.07a2.5%202.5%200%201%200%200%205h4v1.96a3%203%200%200%200%20.409%201.511l2.409%204.13a3%203%200%200%200%203.54%201.334l6.09-2.03a3%203%200%200%200%202.052-2.846V9.055a3%203%200%200%200-1.17-2.378l-6.288-4.836l-1.54%201.026a2%202%200%200%200-.851%202.056l.63%203.147z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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