gesture pray icon

gesture-pray-filled from TDesign Icons by TDesign · Filled · MIT Free for personal and commercial use.

Name
gesture-pray-filled
Set
TDesign Icons
Style
Filled
Viewbox
24×24
License
MIT

1 other variant in TDesign Icons

Related icons in TDesign Icons

Use the gesture pray icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.357 3.302a.65.65 0 0 0-.651.516l-2.28 10.675l-1.218 1.217l2.702 2.7l1.527-1.527a1.9 1.9 0 0 0 .56-1.35V3.953a.653.653 0 0 0-.64-.652M7.75 3.4A2.653 2.653 0 0 1 12 1.882a2.652 2.652 0 0 1 4.25 1.519l2.156 10.096l4.27 4.27l-5.53 5.53l-4.999-4.999q-.075-.076-.148-.156a4 4 0 0 1-.148.156l-4.999 5l-5.53-5.53l4.27-4.271zm6.543.417a.652.652 0 0 0-1.291.137v11.578c0 .507.201.993.56 1.35l1.527 1.528l2.7-2.701l-1.216-1.217z"/></svg>

React

import type { SVGProps } from "react";

export function TdesignGesturePrayFilled(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="M10.357 3.302a.65.65 0 0 0-.651.516l-2.28 10.675l-1.218 1.217l2.702 2.7l1.527-1.527a1.9 1.9 0 0 0 .56-1.35V3.953a.653.653 0 0 0-.64-.652M7.75 3.4A2.653 2.653 0 0 1 12 1.882a2.652 2.652 0 0 1 4.25 1.519l2.156 10.096l4.27 4.27l-5.53 5.53l-4.999-4.999q-.075-.076-.148-.156a4 4 0 0 1-.148.156l-4.999 5l-5.53-5.53l4.27-4.271zm6.543.417a.652.652 0 0 0-1.291.137v11.578c0 .507.201.993.56 1.35l1.527 1.528l2.7-2.701l-1.216-1.217z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.357 3.302a.65.65 0 0 0-.651.516l-2.28 10.675l-1.218 1.217l2.702 2.7l1.527-1.527a1.9 1.9 0 0 0 .56-1.35V3.953a.653.653 0 0 0-.64-.652M7.75 3.4A2.653 2.653 0 0 1 12 1.882a2.652 2.652 0 0 1 4.25 1.519l2.156 10.096l4.27 4.27l-5.53 5.53l-4.999-4.999q-.075-.076-.148-.156a4 4 0 0 1-.148.156l-4.999 5l-5.53-5.53l4.27-4.271zm6.543.417a.652.652 0 0 0-1.291.137v11.578c0 .507.201.993.56 1.35l1.527 1.528l2.7-2.701l-1.216-1.217z"/></svg>
</template>

CSS

.icon-gesture-pray-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%22M10.357%203.302a.65.65%200%200%200-.651.516l-2.28%2010.675l-1.218%201.217l2.702%202.7l1.527-1.527a1.9%201.9%200%200%200%20.56-1.35V3.953a.653.653%200%200%200-.64-.652M7.75%203.4A2.653%202.653%200%200%201%2012%201.882a2.652%202.652%200%200%201%204.25%201.519l2.156%2010.096l4.27%204.27l-5.53%205.53l-4.999-4.999q-.075-.076-.148-.156a4%204%200%200%201-.148.156l-4.999%205l-5.53-5.53l4.27-4.271zm6.543.417a.652.652%200%200%200-1.291.137v11.578c0%20.507.201.993.56%201.35l1.527%201.528l2.7-2.701l-1.216-1.217z%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%22M10.357%203.302a.65.65%200%200%200-.651.516l-2.28%2010.675l-1.218%201.217l2.702%202.7l1.527-1.527a1.9%201.9%200%200%200%20.56-1.35V3.953a.653.653%200%200%200-.64-.652M7.75%203.4A2.653%202.653%200%200%201%2012%201.882a2.652%202.652%200%200%201%204.25%201.519l2.156%2010.096l4.27%204.27l-5.53%205.53l-4.999-4.999q-.075-.076-.148-.156a4%204%200%200%201-.148.156l-4.999%205l-5.53-5.53l4.27-4.271zm6.543.417a.652.652%200%200%200-1.291.137v11.578c0%20.507.201.993.56%201.35l1.527%201.528l2.7-2.701l-1.216-1.217z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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