hand prayer icon
hand-prayer from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- hand-prayer
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
hand-bag-01hand-bag-02hand-beaterhand-coinshand-fisthand-grabhand-griphand-hearthand-helpinghand-metalhand-platterhand-pointing-down-01hand-pointing-down-02hand-pointing-down-03hand-pointing-down-04hand-pointing-left-01hand-pointing-left-02hand-pointing-left-03hand-pointing-left-04hand-pointing-right-01hand-pointing-right-02hand-pointing-right-03hand-pointing-right-04hand-sanitizer
Use the hand prayer icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M15.5 15L14 10.5c-1.657 0-2 1.343-2 3V15m-3.5 0l1.5-4.5c1.657 0 2 1.343 2 3V15"/><path d="M21.978 22c-1.15-.67-3.086-2.186-5.69-1.992c-.659.049-.989.074-1.29.05a3 3 0 0 1-.327-.029C13.139 19.674 12 18.336 12 16.74V3.196a1.197 1.197 0 0 1 2.304-.453l2.718 6.644c1.066 2.605 1.599 3.907 2.528 4.577c.057.042.163.113.223.15c.971.606 1.39.606 2.227.606M2.022 22c1.15-.67 3.086-2.186 5.69-1.992c.659.049.989.074 1.29.05s.31-.025.327-.029C10.861 19.675 12 18.336 12 16.74V3.196a1.197 1.197 0 0 0-2.304-.453L6.978 9.388c-1.066 2.605-1.599 3.908-2.528 4.577a5 5 0 0 1-.223.15c-.971.606-1.39.606-2.227.606"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsHandPrayer(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M15.5 15L14 10.5c-1.657 0-2 1.343-2 3V15m-3.5 0l1.5-4.5c1.657 0 2 1.343 2 3V15"/><path d="M21.978 22c-1.15-.67-3.086-2.186-5.69-1.992c-.659.049-.989.074-1.29.05a3 3 0 0 1-.327-.029C13.139 19.674 12 18.336 12 16.74V3.196a1.197 1.197 0 0 1 2.304-.453l2.718 6.644c1.066 2.605 1.599 3.907 2.528 4.577c.057.042.163.113.223.15c.971.606 1.39.606 2.227.606M2.022 22c1.15-.67 3.086-2.186 5.69-1.992c.659.049.989.074 1.29.05s.31-.025.327-.029C10.861 19.675 12 18.336 12 16.74V3.196a1.197 1.197 0 0 0-2.304-.453L6.978 9.388c-1.066 2.605-1.599 3.908-2.528 4.577a5 5 0 0 1-.223.15c-.971.606-1.39.606-2.227.606"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M15.5 15L14 10.5c-1.657 0-2 1.343-2 3V15m-3.5 0l1.5-4.5c1.657 0 2 1.343 2 3V15"/><path d="M21.978 22c-1.15-.67-3.086-2.186-5.69-1.992c-.659.049-.989.074-1.29.05a3 3 0 0 1-.327-.029C13.139 19.674 12 18.336 12 16.74V3.196a1.197 1.197 0 0 1 2.304-.453l2.718 6.644c1.066 2.605 1.599 3.907 2.528 4.577c.057.042.163.113.223.15c.971.606 1.39.606 2.227.606M2.022 22c1.15-.67 3.086-2.186 5.69-1.992c.659.049.989.074 1.29.05s.31-.025.327-.029C10.861 19.675 12 18.336 12 16.74V3.196a1.197 1.197 0 0 0-2.304-.453L6.978 9.388c-1.066 2.605-1.599 3.908-2.528 4.577a5 5 0 0 1-.223.15c-.971.606-1.39.606-2.227.606"/></g></svg> </template>
CSS
.icon-hand-prayer {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M15.5%2015L14%2010.5c-1.657%200-2%201.343-2%203V15m-3.5%200l1.5-4.5c1.657%200%202%201.343%202%203V15%22%2F%3E%3Cpath%20d%3D%22M21.978%2022c-1.15-.67-3.086-2.186-5.69-1.992c-.659.049-.989.074-1.29.05a3%203%200%200%201-.327-.029C13.139%2019.674%2012%2018.336%2012%2016.74V3.196a1.197%201.197%200%200%201%202.304-.453l2.718%206.644c1.066%202.605%201.599%203.907%202.528%204.577c.057.042.163.113.223.15c.971.606%201.39.606%202.227.606M2.022%2022c1.15-.67%203.086-2.186%205.69-1.992c.659.049.989.074%201.29.05s.31-.025.327-.029C10.861%2019.675%2012%2018.336%2012%2016.74V3.196a1.197%201.197%200%200%200-2.304-.453L6.978%209.388c-1.066%202.605-1.599%203.908-2.528%204.577a5%205%200%200%201-.223.15c-.971.606-1.39.606-2.227.606%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M15.5%2015L14%2010.5c-1.657%200-2%201.343-2%203V15m-3.5%200l1.5-4.5c1.657%200%202%201.343%202%203V15%22%2F%3E%3Cpath%20d%3D%22M21.978%2022c-1.15-.67-3.086-2.186-5.69-1.992c-.659.049-.989.074-1.29.05a3%203%200%200%201-.327-.029C13.139%2019.674%2012%2018.336%2012%2016.74V3.196a1.197%201.197%200%200%201%202.304-.453l2.718%206.644c1.066%202.605%201.599%203.907%202.528%204.577c.057.042.163.113.223.15c.971.606%201.39.606%202.227.606M2.022%2022c1.15-.67%203.086-2.186%205.69-1.992c.659.049.989.074%201.29.05s.31-.025.327-.029C10.861%2019.675%2012%2018.336%2012%2016.74V3.196a1.197%201.197%200%200%200-2.304-.453L6.978%209.388c-1.066%202.605-1.599%203.908-2.528%204.577a5%205%200%200%201-.223.15c-.971.606-1.39.606-2.227.606%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/hand-prayer.svg?color=%231a73e8&size=48