praying hands icon
praying-hands from Font Awesome Solid by Dave Gandy · Solid · Hands · CC-BY-4.0 Attribution required.
- Name
- praying-hands
- Set
- Font Awesome Solid
- Style
- Solid
- Category
- Hands
- Viewbox
- 640×640
- License
- CC BY 4.0
The same icon in other sets
More hands icons from Font Awesome Solid
Use the praying hands icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M224 360c0 13.3-10.7 24-24 24s-24-10.7-24-24V247.4l88.2-119.7c13.1-17.8 9.3-42.8-8.5-55.9s-42.8-9.3-55.9 8.5l-93.3 126.6C89.3 230.2 80 258.5 80 287.6v110.7l-58.1 19.4C8.8 422 0 434.2 0 448v96c0 10 4.7 19.5 12.7 25.5s18.4 8 28.1 5.2l154.4-44.1c55-15.7 92.8-65.9 92.8-123.1V288c0-17.7-14.3-32-32-32s-32 14.3-32 32zm192 0v-72c0-17.7-14.3-32-32-32s-32 14.3-32 32v119.6c0 57.2 37.9 107.4 92.8 123.1l154.4 44.1c9.7 2.8 20 .8 28.1-5.2S640 554 640 544v-96c0-13.8-8.8-26-21.9-30.4L560 398.2V287.5c0-29-9.3-57.3-26.5-80.7L440.2 80.3c-13.1-17.8-38.1-21.6-55.9-8.5s-21.6 38.1-8.5 55.9L464 247.4V360c0 13.3-10.7 24-24 24s-24-10.7-24-24"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidPrayingHands(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M224 360c0 13.3-10.7 24-24 24s-24-10.7-24-24V247.4l88.2-119.7c13.1-17.8 9.3-42.8-8.5-55.9s-42.8-9.3-55.9 8.5l-93.3 126.6C89.3 230.2 80 258.5 80 287.6v110.7l-58.1 19.4C8.8 422 0 434.2 0 448v96c0 10 4.7 19.5 12.7 25.5s18.4 8 28.1 5.2l154.4-44.1c55-15.7 92.8-65.9 92.8-123.1V288c0-17.7-14.3-32-32-32s-32 14.3-32 32zm192 0v-72c0-17.7-14.3-32-32-32s-32 14.3-32 32v119.6c0 57.2 37.9 107.4 92.8 123.1l154.4 44.1c9.7 2.8 20 .8 28.1-5.2S640 554 640 544v-96c0-13.8-8.8-26-21.9-30.4L560 398.2V287.5c0-29-9.3-57.3-26.5-80.7L440.2 80.3c-13.1-17.8-38.1-21.6-55.9-8.5s-21.6 38.1-8.5 55.9L464 247.4V360c0 13.3-10.7 24-24 24s-24-10.7-24-24"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M224 360c0 13.3-10.7 24-24 24s-24-10.7-24-24V247.4l88.2-119.7c13.1-17.8 9.3-42.8-8.5-55.9s-42.8-9.3-55.9 8.5l-93.3 126.6C89.3 230.2 80 258.5 80 287.6v110.7l-58.1 19.4C8.8 422 0 434.2 0 448v96c0 10 4.7 19.5 12.7 25.5s18.4 8 28.1 5.2l154.4-44.1c55-15.7 92.8-65.9 92.8-123.1V288c0-17.7-14.3-32-32-32s-32 14.3-32 32zm192 0v-72c0-17.7-14.3-32-32-32s-32 14.3-32 32v119.6c0 57.2 37.9 107.4 92.8 123.1l154.4 44.1c9.7 2.8 20 .8 28.1-5.2S640 554 640 544v-96c0-13.8-8.8-26-21.9-30.4L560 398.2V287.5c0-29-9.3-57.3-26.5-80.7L440.2 80.3c-13.1-17.8-38.1-21.6-55.9-8.5s-21.6 38.1-8.5 55.9L464 247.4V360c0 13.3-10.7 24-24 24s-24-10.7-24-24"/></svg> </template>
CSS
.icon-praying-hands {
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%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M224%20360c0%2013.3-10.7%2024-24%2024s-24-10.7-24-24V247.4l88.2-119.7c13.1-17.8%209.3-42.8-8.5-55.9s-42.8-9.3-55.9%208.5l-93.3%20126.6C89.3%20230.2%2080%20258.5%2080%20287.6v110.7l-58.1%2019.4C8.8%20422%200%20434.2%200%20448v96c0%2010%204.7%2019.5%2012.7%2025.5s18.4%208%2028.1%205.2l154.4-44.1c55-15.7%2092.8-65.9%2092.8-123.1V288c0-17.7-14.3-32-32-32s-32%2014.3-32%2032zm192%200v-72c0-17.7-14.3-32-32-32s-32%2014.3-32%2032v119.6c0%2057.2%2037.9%20107.4%2092.8%20123.1l154.4%2044.1c9.7%202.8%2020%20.8%2028.1-5.2S640%20554%20640%20544v-96c0-13.8-8.8-26-21.9-30.4L560%20398.2V287.5c0-29-9.3-57.3-26.5-80.7L440.2%2080.3c-13.1-17.8-38.1-21.6-55.9-8.5s-21.6%2038.1-8.5%2055.9L464%20247.4V360c0%2013.3-10.7%2024-24%2024s-24-10.7-24-24%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%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M224%20360c0%2013.3-10.7%2024-24%2024s-24-10.7-24-24V247.4l88.2-119.7c13.1-17.8%209.3-42.8-8.5-55.9s-42.8-9.3-55.9%208.5l-93.3%20126.6C89.3%20230.2%2080%20258.5%2080%20287.6v110.7l-58.1%2019.4C8.8%20422%200%20434.2%200%20448v96c0%2010%204.7%2019.5%2012.7%2025.5s18.4%208%2028.1%205.2l154.4-44.1c55-15.7%2092.8-65.9%2092.8-123.1V288c0-17.7-14.3-32-32-32s-32%2014.3-32%2032zm192%200v-72c0-17.7-14.3-32-32-32s-32%2014.3-32%2032v119.6c0%2057.2%2037.9%20107.4%2092.8%20123.1l154.4%2044.1c9.7%202.8%2020%20.8%2028.1-5.2S640%20554%20640%20544v-96c0-13.8-8.8-26-21.9-30.4L560%20398.2V287.5c0-29-9.3-57.3-26.5-80.7L440.2%2080.3c-13.1-17.8-38.1-21.6-55.9-8.5s-21.6%2038.1-8.5%2055.9L464%20247.4V360c0%2013.3-10.7%2024-24%2024s-24-10.7-24-24%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/praying-hands.svg?color=%231a73e8&size=48