person-praying from Font Awesome 6 Solid by Dave Gandy · Regular · CC-BY-4.0 Attribution required.

Name
person-praying
Set
Font Awesome 6 Solid
Style
Regular
Viewbox
448×512
License
CC BY 4.0

The same icon in other sets

Related icons in Font Awesome 6 Solid

Use the person praying icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M352 64a64 64 0 1 0-128 0a64 64 0 1 0 128 0M232.7 264l22.9 31.5c6.5 8.9 16.3 14.7 27.2 16.1s21.9-1.7 30.4-8.7l88-72c17.1-14 19.6-39.2 5.6-56.3s-39.2-19.6-56.3-5.6l-55.2 45.2l-26.2-36C253.6 156.7 228.6 144 202 144c-30.9 0-59.2 17.1-73.6 44.4l-48.6 92.5c-20.2 38.5-9.4 85.9 25.6 111.8l53.2 39.3H72c-22.1 0-40 17.9-40 40s17.9 40 40 40h208c17.3 0 32.6-11.1 38-27.5s-.3-34.4-14.2-44.7L187.7 354z"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidPersonPraying(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M352 64a64 64 0 1 0-128 0a64 64 0 1 0 128 0M232.7 264l22.9 31.5c6.5 8.9 16.3 14.7 27.2 16.1s21.9-1.7 30.4-8.7l88-72c17.1-14 19.6-39.2 5.6-56.3s-39.2-19.6-56.3-5.6l-55.2 45.2l-26.2-36C253.6 156.7 228.6 144 202 144c-30.9 0-59.2 17.1-73.6 44.4l-48.6 92.5c-20.2 38.5-9.4 85.9 25.6 111.8l53.2 39.3H72c-22.1 0-40 17.9-40 40s17.9 40 40 40h208c17.3 0 32.6-11.1 38-27.5s-.3-34.4-14.2-44.7L187.7 354z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M352 64a64 64 0 1 0-128 0a64 64 0 1 0 128 0M232.7 264l22.9 31.5c6.5 8.9 16.3 14.7 27.2 16.1s21.9-1.7 30.4-8.7l88-72c17.1-14 19.6-39.2 5.6-56.3s-39.2-19.6-56.3-5.6l-55.2 45.2l-26.2-36C253.6 156.7 228.6 144 202 144c-30.9 0-59.2 17.1-73.6 44.4l-48.6 92.5c-20.2 38.5-9.4 85.9 25.6 111.8l53.2 39.3H72c-22.1 0-40 17.9-40 40s17.9 40 40 40h208c17.3 0 32.6-11.1 38-27.5s-.3-34.4-14.2-44.7L187.7 354z"/></svg>
</template>

CSS

.icon-person-praying {
  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%20448%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M352%2064a64%2064%200%201%200-128%200a64%2064%200%201%200%20128%200M232.7%20264l22.9%2031.5c6.5%208.9%2016.3%2014.7%2027.2%2016.1s21.9-1.7%2030.4-8.7l88-72c17.1-14%2019.6-39.2%205.6-56.3s-39.2-19.6-56.3-5.6l-55.2%2045.2l-26.2-36C253.6%20156.7%20228.6%20144%20202%20144c-30.9%200-59.2%2017.1-73.6%2044.4l-48.6%2092.5c-20.2%2038.5-9.4%2085.9%2025.6%20111.8l53.2%2039.3H72c-22.1%200-40%2017.9-40%2040s17.9%2040%2040%2040h208c17.3%200%2032.6-11.1%2038-27.5s-.3-34.4-14.2-44.7L187.7%20354z%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%20448%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M352%2064a64%2064%200%201%200-128%200a64%2064%200%201%200%20128%200M232.7%20264l22.9%2031.5c6.5%208.9%2016.3%2014.7%2027.2%2016.1s21.9-1.7%2030.4-8.7l88-72c17.1-14%2019.6-39.2%205.6-56.3s-39.2-19.6-56.3-5.6l-55.2%2045.2l-26.2-36C253.6%20156.7%20228.6%20144%20202%20144c-30.9%200-59.2%2017.1-73.6%2044.4l-48.6%2092.5c-20.2%2038.5-9.4%2085.9%2025.6%20111.8l53.2%2039.3H72c-22.1%200-40%2017.9-40%2040s17.9%2040%2040%2040h208c17.3%200%2032.6-11.1%2038-27.5s-.3-34.4-14.2-44.7L187.7%20354z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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