hands praying icon
hands-praying from Font Awesome 6 Solid by Dave Gandy · Regular · CC-BY-4.0 Attribution required.
- Name
- hands-praying
- Set
- Font Awesome 6 Solid
- Style
- Regular
- Viewbox
- 640×512
- License
- CC BY 4.0
The same icon in other sets
Related icons in Font Awesome 6 Solid
Use the hands praying icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M351.2 4.8c3.2-2 6.6-3.3 10-4.1c4.7-1 9.6-.9 14.1.1c7.7 1.8 14.8 6.5 19.4 13.6l119.9 179.8c8.8 13.1 13.4 28.6 13.4 44.4v73.5c0 6.9 4.4 13 10.9 15.2l79.2 26.4C631.2 358 640 370.2 640 384v96c0 9.9-4.6 19.3-12.5 25.4s-18.1 8.1-27.7 5.5l-168.8-45c-56-14.9-95-65.7-95-123.7V224c0-17.7 14.3-32 32-32s32 14.3 32 32v80c0 8.8 7.2 16 16 16s16-7.2 16-16v-84.9c0-7-1.8-13.8-5.3-19.8L340.3 48.1q-2.55-4.5-3.6-9.3c-1-4.7-1-9.6.1-14.1c1.9-8 6.8-15.2 14.3-19.9zm-62.4 0c7.5 4.6 12.4 11.9 14.3 19.9c1.1 4.6 1.2 9.4.1 14.1q-1.05 4.8-3.6 9.3l-86.3 151.2c-3.5 6-5.3 12.9-5.3 19.8V304c0 8.8 7.2 16 16 16s16-7.2 16-16v-80c0-17.7 14.3-32 32-32s32 14.3 32 32v118.2c0 58-39 108.7-95 123.7l-168.7 45c-9.6 2.6-19.9.5-27.7-5.5S0 490 0 480v-96c0-13.8 8.8-26 21.9-30.4l79.2-26.4c6.5-2.2 10.9-8.3 10.9-15.2v-73.5c0-15.8 4.7-31.2 13.4-44.4L245.2 14.5c4.6-7.1 11.7-11.8 19.4-13.6c4.6-1.1 9.4-1.2 14.1-.1c3.5.8 6.9 2.1 10 4.1z"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidHandsPraying(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M351.2 4.8c3.2-2 6.6-3.3 10-4.1c4.7-1 9.6-.9 14.1.1c7.7 1.8 14.8 6.5 19.4 13.6l119.9 179.8c8.8 13.1 13.4 28.6 13.4 44.4v73.5c0 6.9 4.4 13 10.9 15.2l79.2 26.4C631.2 358 640 370.2 640 384v96c0 9.9-4.6 19.3-12.5 25.4s-18.1 8.1-27.7 5.5l-168.8-45c-56-14.9-95-65.7-95-123.7V224c0-17.7 14.3-32 32-32s32 14.3 32 32v80c0 8.8 7.2 16 16 16s16-7.2 16-16v-84.9c0-7-1.8-13.8-5.3-19.8L340.3 48.1q-2.55-4.5-3.6-9.3c-1-4.7-1-9.6.1-14.1c1.9-8 6.8-15.2 14.3-19.9zm-62.4 0c7.5 4.6 12.4 11.9 14.3 19.9c1.1 4.6 1.2 9.4.1 14.1q-1.05 4.8-3.6 9.3l-86.3 151.2c-3.5 6-5.3 12.9-5.3 19.8V304c0 8.8 7.2 16 16 16s16-7.2 16-16v-80c0-17.7 14.3-32 32-32s32 14.3 32 32v118.2c0 58-39 108.7-95 123.7l-168.7 45c-9.6 2.6-19.9.5-27.7-5.5S0 490 0 480v-96c0-13.8 8.8-26 21.9-30.4l79.2-26.4c6.5-2.2 10.9-8.3 10.9-15.2v-73.5c0-15.8 4.7-31.2 13.4-44.4L245.2 14.5c4.6-7.1 11.7-11.8 19.4-13.6c4.6-1.1 9.4-1.2 14.1-.1c3.5.8 6.9 2.1 10 4.1z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M351.2 4.8c3.2-2 6.6-3.3 10-4.1c4.7-1 9.6-.9 14.1.1c7.7 1.8 14.8 6.5 19.4 13.6l119.9 179.8c8.8 13.1 13.4 28.6 13.4 44.4v73.5c0 6.9 4.4 13 10.9 15.2l79.2 26.4C631.2 358 640 370.2 640 384v96c0 9.9-4.6 19.3-12.5 25.4s-18.1 8.1-27.7 5.5l-168.8-45c-56-14.9-95-65.7-95-123.7V224c0-17.7 14.3-32 32-32s32 14.3 32 32v80c0 8.8 7.2 16 16 16s16-7.2 16-16v-84.9c0-7-1.8-13.8-5.3-19.8L340.3 48.1q-2.55-4.5-3.6-9.3c-1-4.7-1-9.6.1-14.1c1.9-8 6.8-15.2 14.3-19.9zm-62.4 0c7.5 4.6 12.4 11.9 14.3 19.9c1.1 4.6 1.2 9.4.1 14.1q-1.05 4.8-3.6 9.3l-86.3 151.2c-3.5 6-5.3 12.9-5.3 19.8V304c0 8.8 7.2 16 16 16s16-7.2 16-16v-80c0-17.7 14.3-32 32-32s32 14.3 32 32v118.2c0 58-39 108.7-95 123.7l-168.7 45c-9.6 2.6-19.9.5-27.7-5.5S0 490 0 480v-96c0-13.8 8.8-26 21.9-30.4l79.2-26.4c6.5-2.2 10.9-8.3 10.9-15.2v-73.5c0-15.8 4.7-31.2 13.4-44.4L245.2 14.5c4.6-7.1 11.7-11.8 19.4-13.6c4.6-1.1 9.4-1.2 14.1-.1c3.5.8 6.9 2.1 10 4.1z"/></svg> </template>
CSS
.icon-hands-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%20640%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M351.2%204.8c3.2-2%206.6-3.3%2010-4.1c4.7-1%209.6-.9%2014.1.1c7.7%201.8%2014.8%206.5%2019.4%2013.6l119.9%20179.8c8.8%2013.1%2013.4%2028.6%2013.4%2044.4v73.5c0%206.9%204.4%2013%2010.9%2015.2l79.2%2026.4C631.2%20358%20640%20370.2%20640%20384v96c0%209.9-4.6%2019.3-12.5%2025.4s-18.1%208.1-27.7%205.5l-168.8-45c-56-14.9-95-65.7-95-123.7V224c0-17.7%2014.3-32%2032-32s32%2014.3%2032%2032v80c0%208.8%207.2%2016%2016%2016s16-7.2%2016-16v-84.9c0-7-1.8-13.8-5.3-19.8L340.3%2048.1q-2.55-4.5-3.6-9.3c-1-4.7-1-9.6.1-14.1c1.9-8%206.8-15.2%2014.3-19.9zm-62.4%200c7.5%204.6%2012.4%2011.9%2014.3%2019.9c1.1%204.6%201.2%209.4.1%2014.1q-1.05%204.8-3.6%209.3l-86.3%20151.2c-3.5%206-5.3%2012.9-5.3%2019.8V304c0%208.8%207.2%2016%2016%2016s16-7.2%2016-16v-80c0-17.7%2014.3-32%2032-32s32%2014.3%2032%2032v118.2c0%2058-39%20108.7-95%20123.7l-168.7%2045c-9.6%202.6-19.9.5-27.7-5.5S0%20490%200%20480v-96c0-13.8%208.8-26%2021.9-30.4l79.2-26.4c6.5-2.2%2010.9-8.3%2010.9-15.2v-73.5c0-15.8%204.7-31.2%2013.4-44.4L245.2%2014.5c4.6-7.1%2011.7-11.8%2019.4-13.6c4.6-1.1%209.4-1.2%2014.1-.1c3.5.8%206.9%202.1%2010%204.1z%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%20640%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M351.2%204.8c3.2-2%206.6-3.3%2010-4.1c4.7-1%209.6-.9%2014.1.1c7.7%201.8%2014.8%206.5%2019.4%2013.6l119.9%20179.8c8.8%2013.1%2013.4%2028.6%2013.4%2044.4v73.5c0%206.9%204.4%2013%2010.9%2015.2l79.2%2026.4C631.2%20358%20640%20370.2%20640%20384v96c0%209.9-4.6%2019.3-12.5%2025.4s-18.1%208.1-27.7%205.5l-168.8-45c-56-14.9-95-65.7-95-123.7V224c0-17.7%2014.3-32%2032-32s32%2014.3%2032%2032v80c0%208.8%207.2%2016%2016%2016s16-7.2%2016-16v-84.9c0-7-1.8-13.8-5.3-19.8L340.3%2048.1q-2.55-4.5-3.6-9.3c-1-4.7-1-9.6.1-14.1c1.9-8%206.8-15.2%2014.3-19.9zm-62.4%200c7.5%204.6%2012.4%2011.9%2014.3%2019.9c1.1%204.6%201.2%209.4.1%2014.1q-1.05%204.8-3.6%209.3l-86.3%20151.2c-3.5%206-5.3%2012.9-5.3%2019.8V304c0%208.8%207.2%2016%2016%2016s16-7.2%2016-16v-80c0-17.7%2014.3-32%2032-32s32%2014.3%2032%2032v118.2c0%2058-39%20108.7-95%20123.7l-168.7%2045c-9.6%202.6-19.9.5-27.7-5.5S0%20490%200%20480v-96c0-13.8%208.8-26%2021.9-30.4l79.2-26.4c6.5-2.2%2010.9-8.3%2010.9-15.2v-73.5c0-15.8%204.7-31.2%2013.4-44.4L245.2%2014.5c4.6-7.1%2011.7-11.8%2019.4-13.6c4.6-1.1%209.4-1.2%2014.1-.1c3.5.8%206.9%202.1%2010%204.1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/hands-praying.svg?color=%231a73e8&size=48