gesture wipe down icon

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

Name
gesture-wipe-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 wipe 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.832 7.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.874L21.516 9.68a1.76 1.76 0 0 0-1.713-1.404l-4.197-.02a1.76 1.76 0 0 0-.887.236L12.85 9.57l-1.977-3.424A1.756 1.756 0 1 0 7.833 7.9"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="m7.832 7.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.874L21.516 9.68a1.76 1.76 0 0 0-1.713-1.404l-4.197-.02a1.76 1.76 0 0 0-.887.236L12.85 9.57l-1.977-3.424A1.756 1.756 0 1 0 7.833 7.9ZM4.054 19c-4.22-4.712-4.067-11.957.46-16.484m-3.016 16.97h3.7v-2.985"/></g></svg>

React

import type { SVGProps } from "react";

export function TdesignGestureWipeDown(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.832 7.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.874L21.516 9.68a1.76 1.76 0 0 0-1.713-1.404l-4.197-.02a1.76 1.76 0 0 0-.887.236L12.85 9.57l-1.977-3.424A1.756 1.756 0 1 0 7.833 7.9"/><path stroke="currentColor" strokeLinecap="square" strokeWidth="2" d="m7.832 7.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.874L21.516 9.68a1.76 1.76 0 0 0-1.713-1.404l-4.197-.02a1.76 1.76 0 0 0-.887.236L12.85 9.57l-1.977-3.424A1.756 1.756 0 1 0 7.833 7.9ZM4.054 19c-4.22-4.712-4.067-11.957.46-16.484m-3.016 16.97h3.7v-2.985"/></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.832 7.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.874L21.516 9.68a1.76 1.76 0 0 0-1.713-1.404l-4.197-.02a1.76 1.76 0 0 0-.887.236L12.85 9.57l-1.977-3.424A1.756 1.756 0 1 0 7.833 7.9"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="m7.832 7.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.874L21.516 9.68a1.76 1.76 0 0 0-1.713-1.404l-4.197-.02a1.76 1.76 0 0 0-.887.236L12.85 9.57l-1.977-3.424A1.756 1.756 0 1 0 7.833 7.9ZM4.054 19c-4.22-4.712-4.067-11.957.46-16.484m-3.016 16.97h3.7v-2.985"/></g></svg>
</template>

CSS

.icon-gesture-wipe-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.832%207.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.874L21.516%209.68a1.76%201.76%200%200%200-1.713-1.404l-4.197-.02a1.76%201.76%200%200%200-.887.236L12.85%209.57l-1.977-3.424A1.756%201.756%200%201%200%207.833%207.9%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22m7.832%207.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.874L21.516%209.68a1.76%201.76%200%200%200-1.713-1.404l-4.197-.02a1.76%201.76%200%200%200-.887.236L12.85%209.57l-1.977-3.424A1.756%201.756%200%201%200%207.833%207.9ZM4.054%2019c-4.22-4.712-4.067-11.957.46-16.484m-3.016%2016.97h3.7v-2.985%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.832%207.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.874L21.516%209.68a1.76%201.76%200%200%200-1.713-1.404l-4.197-.02a1.76%201.76%200%200%200-.887.236L12.85%209.57l-1.977-3.424A1.756%201.756%200%201%200%207.833%207.9%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22m7.832%207.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.874L21.516%209.68a1.76%201.76%200%200%200-1.713-1.404l-4.197-.02a1.76%201.76%200%200%200-.887.236L12.85%209.57l-1.977-3.424A1.756%201.756%200%201%200%207.833%207.9ZM4.054%2019c-4.22-4.712-4.067-11.957.46-16.484m-3.016%2016.97h3.7v-2.985%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-wipe-down.svg?color=%231a73e8&size=48