gesture up and down icon

gesture-up-and-down from TDesign Icons by TDesign · Outline · MIT Free for personal and commercial use.

Name
gesture-up-and-down
Set
TDesign Icons
Style
Outline
Viewbox
24×24
License
MIT

1 other variant in TDesign Icons

Related icons in TDesign Icons

Use the gesture up and down icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="m7.831 8.901l4.393 7.608l-3.286 1.034a.88.88 0 0 0-.613.782l-.063.979l5.856 2.42c.504.207 1.077.17 1.55-.103l6.136-3.543a1.76 1.76 0 0 0 .842-1.874l-1.131-5.525a1.76 1.76 0 0 0-1.713-1.404l-4.197-.02a1.76 1.76 0 0 0-.887.236L12.85 10.57l-1.977-3.424A1.756 1.756 0 1 0 7.832 8.9"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="m7.831 8.901l4.393 7.608l-3.286 1.034a.88.88 0 0 0-.613.782l-.063.979l5.856 2.42c.504.207 1.077.17 1.55-.103l6.136-3.543a1.76 1.76 0 0 0 .842-1.874l-1.131-5.525a1.76 1.76 0 0 0-1.713-1.404l-4.197-.02a1.76 1.76 0 0 0-.887.236L12.85 10.57l-1.977-3.424A1.756 1.756 0 1 0 7.832 8.9ZM5.198 4.5V1.516l-3.7-.002m3.7 13.988v2.985h-3.7m2.512-.536C-.019 13.403-.003 6.53 4.056 2"/></g></svg>

React

import type { SVGProps } from "react";

export function TdesignGestureUpAndDown(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="m7.831 8.901l4.393 7.608l-3.286 1.034a.88.88 0 0 0-.613.782l-.063.979l5.856 2.42c.504.207 1.077.17 1.55-.103l6.136-3.543a1.76 1.76 0 0 0 .842-1.874l-1.131-5.525a1.76 1.76 0 0 0-1.713-1.404l-4.197-.02a1.76 1.76 0 0 0-.887.236L12.85 10.57l-1.977-3.424A1.756 1.756 0 1 0 7.832 8.9"/><path stroke="currentColor" strokeLinecap="square" strokeWidth="2" d="m7.831 8.901l4.393 7.608l-3.286 1.034a.88.88 0 0 0-.613.782l-.063.979l5.856 2.42c.504.207 1.077.17 1.55-.103l6.136-3.543a1.76 1.76 0 0 0 .842-1.874l-1.131-5.525a1.76 1.76 0 0 0-1.713-1.404l-4.197-.02a1.76 1.76 0 0 0-.887.236L12.85 10.57l-1.977-3.424A1.756 1.756 0 1 0 7.832 8.9ZM5.198 4.5V1.516l-3.7-.002m3.7 13.988v2.985h-3.7m2.512-.536C-.019 13.403-.003 6.53 4.056 2"/></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="m7.831 8.901l4.393 7.608l-3.286 1.034a.88.88 0 0 0-.613.782l-.063.979l5.856 2.42c.504.207 1.077.17 1.55-.103l6.136-3.543a1.76 1.76 0 0 0 .842-1.874l-1.131-5.525a1.76 1.76 0 0 0-1.713-1.404l-4.197-.02a1.76 1.76 0 0 0-.887.236L12.85 10.57l-1.977-3.424A1.756 1.756 0 1 0 7.832 8.9"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="m7.831 8.901l4.393 7.608l-3.286 1.034a.88.88 0 0 0-.613.782l-.063.979l5.856 2.42c.504.207 1.077.17 1.55-.103l6.136-3.543a1.76 1.76 0 0 0 .842-1.874l-1.131-5.525a1.76 1.76 0 0 0-1.713-1.404l-4.197-.02a1.76 1.76 0 0 0-.887.236L12.85 10.57l-1.977-3.424A1.756 1.756 0 1 0 7.832 8.9ZM5.198 4.5V1.516l-3.7-.002m3.7 13.988v2.985h-3.7m2.512-.536C-.019 13.403-.003 6.53 4.056 2"/></g></svg>
</template>

CSS

.icon-gesture-up-and-down {
  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%22m7.831%208.901l4.393%207.608l-3.286%201.034a.88.88%200%200%200-.613.782l-.063.979l5.856%202.42c.504.207%201.077.17%201.55-.103l6.136-3.543a1.76%201.76%200%200%200%20.842-1.874l-1.131-5.525a1.76%201.76%200%200%200-1.713-1.404l-4.197-.02a1.76%201.76%200%200%200-.887.236L12.85%2010.57l-1.977-3.424A1.756%201.756%200%201%200%207.832%208.9%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22m7.831%208.901l4.393%207.608l-3.286%201.034a.88.88%200%200%200-.613.782l-.063.979l5.856%202.42c.504.207%201.077.17%201.55-.103l6.136-3.543a1.76%201.76%200%200%200%20.842-1.874l-1.131-5.525a1.76%201.76%200%200%200-1.713-1.404l-4.197-.02a1.76%201.76%200%200%200-.887.236L12.85%2010.57l-1.977-3.424A1.756%201.756%200%201%200%207.832%208.9ZM5.198%204.5V1.516l-3.7-.002m3.7%2013.988v2.985h-3.7m2.512-.536C-.019%2013.403-.003%206.53%204.056%202%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%22m7.831%208.901l4.393%207.608l-3.286%201.034a.88.88%200%200%200-.613.782l-.063.979l5.856%202.42c.504.207%201.077.17%201.55-.103l6.136-3.543a1.76%201.76%200%200%200%20.842-1.874l-1.131-5.525a1.76%201.76%200%200%200-1.713-1.404l-4.197-.02a1.76%201.76%200%200%200-.887.236L12.85%2010.57l-1.977-3.424A1.756%201.756%200%201%200%207.832%208.9%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22m7.831%208.901l4.393%207.608l-3.286%201.034a.88.88%200%200%200-.613.782l-.063.979l5.856%202.42c.504.207%201.077.17%201.55-.103l6.136-3.543a1.76%201.76%200%200%200%20.842-1.874l-1.131-5.525a1.76%201.76%200%200%200-1.713-1.404l-4.197-.02a1.76%201.76%200%200%200-.887.236L12.85%2010.57l-1.977-3.424A1.756%201.756%200%201%200%207.832%208.9ZM5.198%204.5V1.516l-3.7-.002m3.7%2013.988v2.985h-3.7m2.512-.536C-.019%2013.403-.003%206.53%204.056%202%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/gesture-up-and-down.svg?color=%231a73e8&size=48