gesture right icon
gesture-right-filled from TDesign Icons by TDesign · Filled · MIT Free for personal and commercial use.
- Name
- gesture-right-filled
- Set
- TDesign Icons
- Style
- Filled
- 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-right-slipgesture-slide-left-and-rightgesture-slide-upgesture-typinggesture-upgesture-up-2gesture-up-and-downgesture-wipe-down
Use the gesture right icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 8.07a2.5 2.5 0 0 1 0 5h-4v1.96a3 3 0 0 1-.409 1.511l-2.409 4.13a3 3 0 0 1-3.54 1.334l-6.09-2.03A3 3 0 0 1 1.5 17.129V9.055a3 3 0 0 1 1.17-2.378l6.288-4.836l1.54 1.026a2 2 0 0 1 .851 2.056l-.63 3.147z"/></svg>
React
import type { SVGProps } from "react";
export function TdesignGestureRightFilled(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="M20 8.07a2.5 2.5 0 0 1 0 5h-4v1.96a3 3 0 0 1-.409 1.511l-2.409 4.13a3 3 0 0 1-3.54 1.334l-6.09-2.03A3 3 0 0 1 1.5 17.129V9.055a3 3 0 0 1 1.17-2.378l6.288-4.836l1.54 1.026a2 2 0 0 1 .851 2.056l-.63 3.147z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 8.07a2.5 2.5 0 0 1 0 5h-4v1.96a3 3 0 0 1-.409 1.511l-2.409 4.13a3 3 0 0 1-3.54 1.334l-6.09-2.03A3 3 0 0 1 1.5 17.129V9.055a3 3 0 0 1 1.17-2.378l6.288-4.836l1.54 1.026a2 2 0 0 1 .851 2.056l-.63 3.147z"/></svg> </template>
CSS
.icon-gesture-right-filled {
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%22M20%208.07a2.5%202.5%200%200%201%200%205h-4v1.96a3%203%200%200%201-.409%201.511l-2.409%204.13a3%203%200%200%201-3.54%201.334l-6.09-2.03A3%203%200%200%201%201.5%2017.129V9.055a3%203%200%200%201%201.17-2.378l6.288-4.836l1.54%201.026a2%202%200%200%201%20.851%202.056l-.63%203.147z%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%22M20%208.07a2.5%202.5%200%200%201%200%205h-4v1.96a3%203%200%200%201-.409%201.511l-2.409%204.13a3%203%200%200%201-3.54%201.334l-6.09-2.03A3%203%200%200%201%201.5%2017.129V9.055a3%203%200%200%201%201.17-2.378l6.288-4.836l1.54%201.026a2%202%200%200%201%20.851%202.056l-.63%203.147z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tdesign/gesture-right-filled.svg?color=%231a73e8&size=48