gesture ranslation icon
gesture-ranslation from TDesign Icons by TDesign · Outline · MIT Free for personal and commercial use.
- Name
- gesture-ranslation
- 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-ranslation-1gesture-rightgesture-right-slipgesture-slide-left-and-rightgesture-slide-upgesture-typinggesture-upgesture-up-2gesture-up-and-downgesture-wipe-down
Use the gesture ranslation icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M20.25 8.09a1.567 1.567 0 1 0-3.135 0V4.755a1.57 1.57 0 0 0-3.139 0V2.57a1.57 1.57 0 1 0-3.138 0v2.186a1.57 1.57 0 1 0-3.14 0v8.75l-.002-.002l-1.46-2.53a1.296 1.296 0 0 0-2.376.976l1.269 4.83a7 7 0 0 0 6.77 5.22h1.35a7 7 0 0 0 7-7z"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M17.115 8.09V11m0-2.91V4.755a1.57 1.57 0 0 0-3.139 0m3.14 3.335a1.567 1.567 0 1 1 3.133 0V15a7 7 0 0 1-7 7H11.9a7 7 0 0 1-6.77-5.222L3.86 11.95a1.296 1.296 0 0 1 2.375-.977l1.462 2.532h.001v0q0 0 0 0v-8.75a1.57 1.57 0 0 1 3.14 0m3.138 0V11m0-6.245V2.57a1.57 1.57 0 1 0-3.138 0v2.186m0 0V11"/></g></svg>
React
import type { SVGProps } from "react";
export function TdesignGestureRanslation(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="M20.25 8.09a1.567 1.567 0 1 0-3.135 0V4.755a1.57 1.57 0 0 0-3.139 0V2.57a1.57 1.57 0 1 0-3.138 0v2.186a1.57 1.57 0 1 0-3.14 0v8.75l-.002-.002l-1.46-2.53a1.296 1.296 0 0 0-2.376.976l1.269 4.83a7 7 0 0 0 6.77 5.22h1.35a7 7 0 0 0 7-7z"/><path stroke="currentColor" strokeLinecap="square" strokeWidth="2" d="M17.115 8.09V11m0-2.91V4.755a1.57 1.57 0 0 0-3.139 0m3.14 3.335a1.567 1.567 0 1 1 3.133 0V15a7 7 0 0 1-7 7H11.9a7 7 0 0 1-6.77-5.222L3.86 11.95a1.296 1.296 0 0 1 2.375-.977l1.462 2.532h.001v0q0 0 0 0v-8.75a1.57 1.57 0 0 1 3.14 0m3.138 0V11m0-6.245V2.57a1.57 1.57 0 1 0-3.138 0v2.186m0 0V11"/></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="M20.25 8.09a1.567 1.567 0 1 0-3.135 0V4.755a1.57 1.57 0 0 0-3.139 0V2.57a1.57 1.57 0 1 0-3.138 0v2.186a1.57 1.57 0 1 0-3.14 0v8.75l-.002-.002l-1.46-2.53a1.296 1.296 0 0 0-2.376.976l1.269 4.83a7 7 0 0 0 6.77 5.22h1.35a7 7 0 0 0 7-7z"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M17.115 8.09V11m0-2.91V4.755a1.57 1.57 0 0 0-3.139 0m3.14 3.335a1.567 1.567 0 1 1 3.133 0V15a7 7 0 0 1-7 7H11.9a7 7 0 0 1-6.77-5.222L3.86 11.95a1.296 1.296 0 0 1 2.375-.977l1.462 2.532h.001v0q0 0 0 0v-8.75a1.57 1.57 0 0 1 3.14 0m3.138 0V11m0-6.245V2.57a1.57 1.57 0 1 0-3.138 0v2.186m0 0V11"/></g></svg> </template>
CSS
.icon-gesture-ranslation {
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%22M20.25%208.09a1.567%201.567%200%201%200-3.135%200V4.755a1.57%201.57%200%200%200-3.139%200V2.57a1.57%201.57%200%201%200-3.138%200v2.186a1.57%201.57%200%201%200-3.14%200v8.75l-.002-.002l-1.46-2.53a1.296%201.296%200%200%200-2.376.976l1.269%204.83a7%207%200%200%200%206.77%205.22h1.35a7%207%200%200%200%207-7z%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M17.115%208.09V11m0-2.91V4.755a1.57%201.57%200%200%200-3.139%200m3.14%203.335a1.567%201.567%200%201%201%203.133%200V15a7%207%200%200%201-7%207H11.9a7%207%200%200%201-6.77-5.222L3.86%2011.95a1.296%201.296%200%200%201%202.375-.977l1.462%202.532h.001v0q0%200%200%200v-8.75a1.57%201.57%200%200%201%203.14%200m3.138%200V11m0-6.245V2.57a1.57%201.57%200%201%200-3.138%200v2.186m0%200V11%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%22M20.25%208.09a1.567%201.567%200%201%200-3.135%200V4.755a1.57%201.57%200%200%200-3.139%200V2.57a1.57%201.57%200%201%200-3.138%200v2.186a1.57%201.57%200%201%200-3.14%200v8.75l-.002-.002l-1.46-2.53a1.296%201.296%200%200%200-2.376.976l1.269%204.83a7%207%200%200%200%206.77%205.22h1.35a7%207%200%200%200%207-7z%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M17.115%208.09V11m0-2.91V4.755a1.57%201.57%200%200%200-3.139%200m3.14%203.335a1.567%201.567%200%201%201%203.133%200V15a7%207%200%200%201-7%207H11.9a7%207%200%200%201-6.77-5.222L3.86%2011.95a1.296%201.296%200%200%201%202.375-.977l1.462%202.532h.001v0q0%200%200%200v-8.75a1.57%201.57%200%200%201%203.14%200m3.138%200V11m0-6.245V2.57a1.57%201.57%200%201%200-3.138%200v2.186m0%200V11%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-ranslation.svg?color=%231a73e8&size=48