gesture slide up icon
gesture-slide-up from TDesign Icons by TDesign · Outline · MIT Free for personal and commercial use.
- Name
- gesture-slide-up
- Set
- TDesign Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
1 other variant in TDesign Icons
Related icons in TDesign Icons
gesture-applausegesture-clickgesture-downgesture-expansiongesture-leftgesture-left-slipgesture-opengesture-praygesture-pray-1gesture-pressgesture-ranslationgesture-ranslation-1gesture-rightgesture-right-slipgesture-slide-left-and-rightgesture-typinggesture-upgesture-up-2gesture-up-and-downgesture-wipe-down
Use the gesture slide up 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.9Zm-2.634-2.4V2.516l-3.7-.002m3.017 16.972C-.013 14.958-.166 7.712 4.056 3"/></g></svg>
React
import type { SVGProps } from "react";
export function TdesignGestureSlideUp(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.9Zm-2.634-2.4V2.516l-3.7-.002m3.017 16.972C-.013 14.958-.166 7.712 4.056 3"/></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.9Zm-2.634-2.4V2.516l-3.7-.002m3.017 16.972C-.013 14.958-.166 7.712 4.056 3"/></g></svg> </template>
CSS
.icon-gesture-slide-up {
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.9Zm-2.634-2.4V2.516l-3.7-.002m3.017%2016.972C-.013%2014.958-.166%207.712%204.056%203%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.9Zm-2.634-2.4V2.516l-3.7-.002m3.017%2016.972C-.013%2014.958-.166%207.712%204.056%203%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-slide-up.svg?color=%231a73e8&size=48