gesture pray 1 icon

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

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

Related icons in TDesign Icons

Use the gesture pray 1 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.036 4.986a.454.454 0 0 0-.74.496a2 2 0 0 0 .09.185c.033.063.079.152.121.244l1.96 4.004l-2.158 4.653l3.643 1.116l1.002-5.974l.01-.039c.027-.11.035-.179.036-.22v-.013q0-.014-.002-.023a1.56 1.56 0 0 0-.445-.91zm2.582 12.687l-4.85-1.484H4v2.957h5.37zM4.28 14.189l1.972-4.25l-1.555-3.177l-.007-.015a4 4 0 0 0-.084-.168l-.009-.018a4 4 0 0 1-.147-.309a2.454 2.454 0 0 1 4-2.68l3.518 3.518l.032.033l.032-.033l3.517-3.518a2.454 2.454 0 0 1 4 2.68c-.05.122-.106.232-.146.309l-.01.018c-.039.077-.062.122-.083.168l-.007.015l-1.555 3.176l1.972 4.25l2.28.001v6.957h-9.063L12 15.562l-.937 5.584H2v-6.957zM13 9.45c0 .04.009.11.037.22l.01.039l1.001 5.974l3.644-1.116l-2.159-4.653l1.96-4.004c.042-.093.088-.18.12-.244l.012-.022a2 2 0 0 0 .08-.163a.454.454 0 0 0-.741-.496l-3.517 3.518a1.56 1.56 0 0 0-.447.934m6.231 6.75l-4.849 1.485l.247 1.473H20v-2.957z"/></svg>

React

import type { SVGProps } from "react";

export function TdesignGesturePray1(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="M7.036 4.986a.454.454 0 0 0-.74.496a2 2 0 0 0 .09.185c.033.063.079.152.121.244l1.96 4.004l-2.158 4.653l3.643 1.116l1.002-5.974l.01-.039c.027-.11.035-.179.036-.22v-.013q0-.014-.002-.023a1.56 1.56 0 0 0-.445-.91zm2.582 12.687l-4.85-1.484H4v2.957h5.37zM4.28 14.189l1.972-4.25l-1.555-3.177l-.007-.015a4 4 0 0 0-.084-.168l-.009-.018a4 4 0 0 1-.147-.309a2.454 2.454 0 0 1 4-2.68l3.518 3.518l.032.033l.032-.033l3.517-3.518a2.454 2.454 0 0 1 4 2.68c-.05.122-.106.232-.146.309l-.01.018c-.039.077-.062.122-.083.168l-.007.015l-1.555 3.176l1.972 4.25l2.28.001v6.957h-9.063L12 15.562l-.937 5.584H2v-6.957zM13 9.45c0 .04.009.11.037.22l.01.039l1.001 5.974l3.644-1.116l-2.159-4.653l1.96-4.004c.042-.093.088-.18.12-.244l.012-.022a2 2 0 0 0 .08-.163a.454.454 0 0 0-.741-.496l-3.517 3.518a1.56 1.56 0 0 0-.447.934m6.231 6.75l-4.849 1.485l.247 1.473H20v-2.957z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.036 4.986a.454.454 0 0 0-.74.496a2 2 0 0 0 .09.185c.033.063.079.152.121.244l1.96 4.004l-2.158 4.653l3.643 1.116l1.002-5.974l.01-.039c.027-.11.035-.179.036-.22v-.013q0-.014-.002-.023a1.56 1.56 0 0 0-.445-.91zm2.582 12.687l-4.85-1.484H4v2.957h5.37zM4.28 14.189l1.972-4.25l-1.555-3.177l-.007-.015a4 4 0 0 0-.084-.168l-.009-.018a4 4 0 0 1-.147-.309a2.454 2.454 0 0 1 4-2.68l3.518 3.518l.032.033l.032-.033l3.517-3.518a2.454 2.454 0 0 1 4 2.68c-.05.122-.106.232-.146.309l-.01.018c-.039.077-.062.122-.083.168l-.007.015l-1.555 3.176l1.972 4.25l2.28.001v6.957h-9.063L12 15.562l-.937 5.584H2v-6.957zM13 9.45c0 .04.009.11.037.22l.01.039l1.001 5.974l3.644-1.116l-2.159-4.653l1.96-4.004c.042-.093.088-.18.12-.244l.012-.022a2 2 0 0 0 .08-.163a.454.454 0 0 0-.741-.496l-3.517 3.518a1.56 1.56 0 0 0-.447.934m6.231 6.75l-4.849 1.485l.247 1.473H20v-2.957z"/></svg>
</template>

CSS

.icon-gesture-pray-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%22M7.036%204.986a.454.454%200%200%200-.74.496a2%202%200%200%200%20.09.185c.033.063.079.152.121.244l1.96%204.004l-2.158%204.653l3.643%201.116l1.002-5.974l.01-.039c.027-.11.035-.179.036-.22v-.013q0-.014-.002-.023a1.56%201.56%200%200%200-.445-.91zm2.582%2012.687l-4.85-1.484H4v2.957h5.37zM4.28%2014.189l1.972-4.25l-1.555-3.177l-.007-.015a4%204%200%200%200-.084-.168l-.009-.018a4%204%200%200%201-.147-.309a2.454%202.454%200%200%201%204-2.68l3.518%203.518l.032.033l.032-.033l3.517-3.518a2.454%202.454%200%200%201%204%202.68c-.05.122-.106.232-.146.309l-.01.018c-.039.077-.062.122-.083.168l-.007.015l-1.555%203.176l1.972%204.25l2.28.001v6.957h-9.063L12%2015.562l-.937%205.584H2v-6.957zM13%209.45c0%20.04.009.11.037.22l.01.039l1.001%205.974l3.644-1.116l-2.159-4.653l1.96-4.004c.042-.093.088-.18.12-.244l.012-.022a2%202%200%200%200%20.08-.163a.454.454%200%200%200-.741-.496l-3.517%203.518a1.56%201.56%200%200%200-.447.934m6.231%206.75l-4.849%201.485l.247%201.473H20v-2.957z%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%22M7.036%204.986a.454.454%200%200%200-.74.496a2%202%200%200%200%20.09.185c.033.063.079.152.121.244l1.96%204.004l-2.158%204.653l3.643%201.116l1.002-5.974l.01-.039c.027-.11.035-.179.036-.22v-.013q0-.014-.002-.023a1.56%201.56%200%200%200-.445-.91zm2.582%2012.687l-4.85-1.484H4v2.957h5.37zM4.28%2014.189l1.972-4.25l-1.555-3.177l-.007-.015a4%204%200%200%200-.084-.168l-.009-.018a4%204%200%200%201-.147-.309a2.454%202.454%200%200%201%204-2.68l3.518%203.518l.032.033l.032-.033l3.517-3.518a2.454%202.454%200%200%201%204%202.68c-.05.122-.106.232-.146.309l-.01.018c-.039.077-.062.122-.083.168l-.007.015l-1.555%203.176l1.972%204.25l2.28.001v6.957h-9.063L12%2015.562l-.937%205.584H2v-6.957zM13%209.45c0%20.04.009.11.037.22l.01.039l1.001%205.974l3.644-1.116l-2.159-4.653l1.96-4.004c.042-.093.088-.18.12-.244l.012-.022a2%202%200%200%200%20.08-.163a.454.454%200%200%200-.741-.496l-3.517%203.518a1.56%201.56%200%200%200-.447.934m6.231%206.75l-4.849%201.485l.247%201.473H20v-2.957z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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