gesture ranslation 1 icon

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

Name
gesture-ranslation-1
Set
TDesign Icons
Style
Outline
Viewbox
24×24
License
MIT

Related icons in TDesign Icons

Use the gesture ranslation 1 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m17.98 1.545l.823.568a12.1 12.1 0 0 1 3.084 3.084l.568.824l-1.647 1.135l-.568-.824a10.1 10.1 0 0 0-2.572-2.572l-.823-.568zm-6.524 5.332a.388.388 0 0 0-.548.548l5.237 5.237l-1.415 1.415l-6.603-6.604a.388.388 0 0 0-.548.548l6.603 6.604l-1.414 1.414l-5.237-5.237a.388.388 0 0 0-.548.549l5.237 5.236l-1.415 1.415l-3.151-3.152a.386.386 0 0 0-.546.545l4.32 4.32a5.19 5.19 0 0 0 7.34 0l.844-.844a5.19 5.19 0 0 0 .812-6.286l-2.227-3.813a.145.145 0 0 0-.266.111l.669 2.496a1.01 1.01 0 0 1-.277.986a1 1 0 0 1-1.397-.017zM5.99 13.185l-.42-.42a2.388 2.388 0 0 1 .326-3.65A2.388 2.388 0 0 1 9.22 5.79q.12-.172.274-.327a2.39 2.39 0 0 1 3.376 0l3.078 3.078a2.145 2.145 0 0 1 3.976-.777l2.227 3.812a7.19 7.19 0 0 1-1.125 8.71l-.844.844a7.19 7.19 0 0 1-10.168 0l-4.32-4.32a2.386 2.386 0 0 1 .295-3.625m-2.796 3.659l.567.823a10.1 10.1 0 0 0 2.573 2.573l.823.567l-1.135 1.647l-.823-.567a12.1 12.1 0 0 1-3.085-3.085l-.567-.823z"/></svg>

React

import type { SVGProps } from "react";

export function TdesignGestureRanslation1(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="m17.98 1.545l.823.568a12.1 12.1 0 0 1 3.084 3.084l.568.824l-1.647 1.135l-.568-.824a10.1 10.1 0 0 0-2.572-2.572l-.823-.568zm-6.524 5.332a.388.388 0 0 0-.548.548l5.237 5.237l-1.415 1.415l-6.603-6.604a.388.388 0 0 0-.548.548l6.603 6.604l-1.414 1.414l-5.237-5.237a.388.388 0 0 0-.548.549l5.237 5.236l-1.415 1.415l-3.151-3.152a.386.386 0 0 0-.546.545l4.32 4.32a5.19 5.19 0 0 0 7.34 0l.844-.844a5.19 5.19 0 0 0 .812-6.286l-2.227-3.813a.145.145 0 0 0-.266.111l.669 2.496a1.01 1.01 0 0 1-.277.986a1 1 0 0 1-1.397-.017zM5.99 13.185l-.42-.42a2.388 2.388 0 0 1 .326-3.65A2.388 2.388 0 0 1 9.22 5.79q.12-.172.274-.327a2.39 2.39 0 0 1 3.376 0l3.078 3.078a2.145 2.145 0 0 1 3.976-.777l2.227 3.812a7.19 7.19 0 0 1-1.125 8.71l-.844.844a7.19 7.19 0 0 1-10.168 0l-4.32-4.32a2.386 2.386 0 0 1 .295-3.625m-2.796 3.659l.567.823a10.1 10.1 0 0 0 2.573 2.573l.823.567l-1.135 1.647l-.823-.567a12.1 12.1 0 0 1-3.085-3.085l-.567-.823z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m17.98 1.545l.823.568a12.1 12.1 0 0 1 3.084 3.084l.568.824l-1.647 1.135l-.568-.824a10.1 10.1 0 0 0-2.572-2.572l-.823-.568zm-6.524 5.332a.388.388 0 0 0-.548.548l5.237 5.237l-1.415 1.415l-6.603-6.604a.388.388 0 0 0-.548.548l6.603 6.604l-1.414 1.414l-5.237-5.237a.388.388 0 0 0-.548.549l5.237 5.236l-1.415 1.415l-3.151-3.152a.386.386 0 0 0-.546.545l4.32 4.32a5.19 5.19 0 0 0 7.34 0l.844-.844a5.19 5.19 0 0 0 .812-6.286l-2.227-3.813a.145.145 0 0 0-.266.111l.669 2.496a1.01 1.01 0 0 1-.277.986a1 1 0 0 1-1.397-.017zM5.99 13.185l-.42-.42a2.388 2.388 0 0 1 .326-3.65A2.388 2.388 0 0 1 9.22 5.79q.12-.172.274-.327a2.39 2.39 0 0 1 3.376 0l3.078 3.078a2.145 2.145 0 0 1 3.976-.777l2.227 3.812a7.19 7.19 0 0 1-1.125 8.71l-.844.844a7.19 7.19 0 0 1-10.168 0l-4.32-4.32a2.386 2.386 0 0 1 .295-3.625m-2.796 3.659l.567.823a10.1 10.1 0 0 0 2.573 2.573l.823.567l-1.135 1.647l-.823-.567a12.1 12.1 0 0 1-3.085-3.085l-.567-.823z"/></svg>
</template>

CSS

.icon-gesture-ranslation-1 {
  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%22m17.98%201.545l.823.568a12.1%2012.1%200%200%201%203.084%203.084l.568.824l-1.647%201.135l-.568-.824a10.1%2010.1%200%200%200-2.572-2.572l-.823-.568zm-6.524%205.332a.388.388%200%200%200-.548.548l5.237%205.237l-1.415%201.415l-6.603-6.604a.388.388%200%200%200-.548.548l6.603%206.604l-1.414%201.414l-5.237-5.237a.388.388%200%200%200-.548.549l5.237%205.236l-1.415%201.415l-3.151-3.152a.386.386%200%200%200-.546.545l4.32%204.32a5.19%205.19%200%200%200%207.34%200l.844-.844a5.19%205.19%200%200%200%20.812-6.286l-2.227-3.813a.145.145%200%200%200-.266.111l.669%202.496a1.01%201.01%200%200%201-.277.986a1%201%200%200%201-1.397-.017zM5.99%2013.185l-.42-.42a2.388%202.388%200%200%201%20.326-3.65A2.388%202.388%200%200%201%209.22%205.79q.12-.172.274-.327a2.39%202.39%200%200%201%203.376%200l3.078%203.078a2.145%202.145%200%200%201%203.976-.777l2.227%203.812a7.19%207.19%200%200%201-1.125%208.71l-.844.844a7.19%207.19%200%200%201-10.168%200l-4.32-4.32a2.386%202.386%200%200%201%20.295-3.625m-2.796%203.659l.567.823a10.1%2010.1%200%200%200%202.573%202.573l.823.567l-1.135%201.647l-.823-.567a12.1%2012.1%200%200%201-3.085-3.085l-.567-.823z%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%22m17.98%201.545l.823.568a12.1%2012.1%200%200%201%203.084%203.084l.568.824l-1.647%201.135l-.568-.824a10.1%2010.1%200%200%200-2.572-2.572l-.823-.568zm-6.524%205.332a.388.388%200%200%200-.548.548l5.237%205.237l-1.415%201.415l-6.603-6.604a.388.388%200%200%200-.548.548l6.603%206.604l-1.414%201.414l-5.237-5.237a.388.388%200%200%200-.548.549l5.237%205.236l-1.415%201.415l-3.151-3.152a.386.386%200%200%200-.546.545l4.32%204.32a5.19%205.19%200%200%200%207.34%200l.844-.844a5.19%205.19%200%200%200%20.812-6.286l-2.227-3.813a.145.145%200%200%200-.266.111l.669%202.496a1.01%201.01%200%200%201-.277.986a1%201%200%200%201-1.397-.017zM5.99%2013.185l-.42-.42a2.388%202.388%200%200%201%20.326-3.65A2.388%202.388%200%200%201%209.22%205.79q.12-.172.274-.327a2.39%202.39%200%200%201%203.376%200l3.078%203.078a2.145%202.145%200%200%201%203.976-.777l2.227%203.812a7.19%207.19%200%200%201-1.125%208.71l-.844.844a7.19%207.19%200%200%201-10.168%200l-4.32-4.32a2.386%202.386%200%200%201%20.295-3.625m-2.796%203.659l.567.823a10.1%2010.1%200%200%200%202.573%202.573l.823.567l-1.135%201.647l-.823-.567a12.1%2012.1%200%200%201-3.085-3.085l-.567-.823z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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