hands praying icon

hands-praying-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.

Name
hands-praying-light
Set
Phosphor
Style
Light
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Related icons in Phosphor

Use the hands praying icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m233.9 181.42l-36.59-36.6L160.71 24A19.75 19.75 0 0 0 128 15.62A19.75 19.75 0 0 0 95.29 24l-36.6 120.82l-36.59 36.6a14 14 0 0 0 0 19.79l32.69 32.69a14 14 0 0 0 19.79 0l48.29-48.28a38 38 0 0 0 5.13-6.38a38 38 0 0 0 5.13 6.38l48.29 48.28a14 14 0 0 0 19.79 0l32.69-32.69a14 14 0 0 0 0-19.79m-167.8 44a2 2 0 0 1-2.83 0l-32.69-32.69a2 2 0 0 1 0-2.83l14.11-14.1l35.51 35.51Zm48.28-48.29l-25.69 25.7l-35.52-35.52l15.07-15.07a6 6 0 0 0 1.5-2.5l37-122.22A7.78 7.78 0 0 1 122 29.78v129a25.83 25.83 0 0 1-7.62 18.35M134 158.75v-129a7.78 7.78 0 0 1 15.22-2.26l37 122.22a6 6 0 0 0 1.5 2.5l15.93 15.94l-36.28 34.74l-25.79-25.79a25.83 25.83 0 0 1-7.58-18.35m91.42 34l-32.69 32.69a2 2 0 0 1-2.83 0l-14-14l36.29-34.74l13.24 13.23a2 2 0 0 1-.01 2.8Z"/></svg>

React

import type { SVGProps } from "react";

export function PhHandsPrayingLight(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m233.9 181.42l-36.59-36.6L160.71 24A19.75 19.75 0 0 0 128 15.62A19.75 19.75 0 0 0 95.29 24l-36.6 120.82l-36.59 36.6a14 14 0 0 0 0 19.79l32.69 32.69a14 14 0 0 0 19.79 0l48.29-48.28a38 38 0 0 0 5.13-6.38a38 38 0 0 0 5.13 6.38l48.29 48.28a14 14 0 0 0 19.79 0l32.69-32.69a14 14 0 0 0 0-19.79m-167.8 44a2 2 0 0 1-2.83 0l-32.69-32.69a2 2 0 0 1 0-2.83l14.11-14.1l35.51 35.51Zm48.28-48.29l-25.69 25.7l-35.52-35.52l15.07-15.07a6 6 0 0 0 1.5-2.5l37-122.22A7.78 7.78 0 0 1 122 29.78v129a25.83 25.83 0 0 1-7.62 18.35M134 158.75v-129a7.78 7.78 0 0 1 15.22-2.26l37 122.22a6 6 0 0 0 1.5 2.5l15.93 15.94l-36.28 34.74l-25.79-25.79a25.83 25.83 0 0 1-7.58-18.35m91.42 34l-32.69 32.69a2 2 0 0 1-2.83 0l-14-14l36.29-34.74l13.24 13.23a2 2 0 0 1-.01 2.8Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m233.9 181.42l-36.59-36.6L160.71 24A19.75 19.75 0 0 0 128 15.62A19.75 19.75 0 0 0 95.29 24l-36.6 120.82l-36.59 36.6a14 14 0 0 0 0 19.79l32.69 32.69a14 14 0 0 0 19.79 0l48.29-48.28a38 38 0 0 0 5.13-6.38a38 38 0 0 0 5.13 6.38l48.29 48.28a14 14 0 0 0 19.79 0l32.69-32.69a14 14 0 0 0 0-19.79m-167.8 44a2 2 0 0 1-2.83 0l-32.69-32.69a2 2 0 0 1 0-2.83l14.11-14.1l35.51 35.51Zm48.28-48.29l-25.69 25.7l-35.52-35.52l15.07-15.07a6 6 0 0 0 1.5-2.5l37-122.22A7.78 7.78 0 0 1 122 29.78v129a25.83 25.83 0 0 1-7.62 18.35M134 158.75v-129a7.78 7.78 0 0 1 15.22-2.26l37 122.22a6 6 0 0 0 1.5 2.5l15.93 15.94l-36.28 34.74l-25.79-25.79a25.83 25.83 0 0 1-7.58-18.35m91.42 34l-32.69 32.69a2 2 0 0 1-2.83 0l-14-14l36.29-34.74l13.24 13.23a2 2 0 0 1-.01 2.8Z"/></svg>
</template>

CSS

.icon-hands-praying-light {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m233.9%20181.42l-36.59-36.6L160.71%2024A19.75%2019.75%200%200%200%20128%2015.62A19.75%2019.75%200%200%200%2095.29%2024l-36.6%20120.82l-36.59%2036.6a14%2014%200%200%200%200%2019.79l32.69%2032.69a14%2014%200%200%200%2019.79%200l48.29-48.28a38%2038%200%200%200%205.13-6.38a38%2038%200%200%200%205.13%206.38l48.29%2048.28a14%2014%200%200%200%2019.79%200l32.69-32.69a14%2014%200%200%200%200-19.79m-167.8%2044a2%202%200%200%201-2.83%200l-32.69-32.69a2%202%200%200%201%200-2.83l14.11-14.1l35.51%2035.51Zm48.28-48.29l-25.69%2025.7l-35.52-35.52l15.07-15.07a6%206%200%200%200%201.5-2.5l37-122.22A7.78%207.78%200%200%201%20122%2029.78v129a25.83%2025.83%200%200%201-7.62%2018.35M134%20158.75v-129a7.78%207.78%200%200%201%2015.22-2.26l37%20122.22a6%206%200%200%200%201.5%202.5l15.93%2015.94l-36.28%2034.74l-25.79-25.79a25.83%2025.83%200%200%201-7.58-18.35m91.42%2034l-32.69%2032.69a2%202%200%200%201-2.83%200l-14-14l36.29-34.74l13.24%2013.23a2%202%200%200%201-.01%202.8Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m233.9%20181.42l-36.59-36.6L160.71%2024A19.75%2019.75%200%200%200%20128%2015.62A19.75%2019.75%200%200%200%2095.29%2024l-36.6%20120.82l-36.59%2036.6a14%2014%200%200%200%200%2019.79l32.69%2032.69a14%2014%200%200%200%2019.79%200l48.29-48.28a38%2038%200%200%200%205.13-6.38a38%2038%200%200%200%205.13%206.38l48.29%2048.28a14%2014%200%200%200%2019.79%200l32.69-32.69a14%2014%200%200%200%200-19.79m-167.8%2044a2%202%200%200%201-2.83%200l-32.69-32.69a2%202%200%200%201%200-2.83l14.11-14.1l35.51%2035.51Zm48.28-48.29l-25.69%2025.7l-35.52-35.52l15.07-15.07a6%206%200%200%200%201.5-2.5l37-122.22A7.78%207.78%200%200%201%20122%2029.78v129a25.83%2025.83%200%200%201-7.62%2018.35M134%20158.75v-129a7.78%207.78%200%200%201%2015.22-2.26l37%20122.22a6%206%200%200%200%201.5%202.5l15.93%2015.94l-36.28%2034.74l-25.79-25.79a25.83%2025.83%200%200%201-7.58-18.35m91.42%2034l-32.69%2032.69a2%202%200%200%201-2.83%200l-14-14l36.29-34.74l13.24%2013.23a2%202%200%200%201-.01%202.8Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/hands-praying-light.svg?color=%231a73e8&size=48