prayer beads emoji
prayer-beads from Fluent Emoji Flat by Microsoft Corporation · Default · Objects · MIT Free for personal and commercial use.
- Name
- prayer-beads
- Set
- Fluent Emoji Flat
- Style
- Default
- Category
- Objects
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
More objects icons from Fluent Emoji Flat
Use the prayer beads emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#ffce7c" d="M17.828 6.426a2.29 2.29 0 0 1-2.895-1.15q.007.091.007.184a2.29 2.29 0 0 1-3.605 1.875a2.29 2.29 0 0 1-2.059 3.597a2.29 2.29 0 0 1-.026 4.147q.105-.01.21-.01a2.29 2.29 0 0 1 1.875 3.606a2.29 2.29 0 1 1-.56.56A2.29 2.29 0 1 1 8.5 15.28q-.105.01-.21.01a2.29 2.29 0 1 1 .184-4.573a2.29 2.29 0 1 1 2.3-3.942a2.29 2.29 0 1 1 3.943-2.301a2.29 2.29 0 0 1 4.542-.56a2.42 2.42 0 1 1 1.045 4.636c.317.408.506.922.506 1.48c0 .49-.146.946-.396 1.327a2.42 2.42 0 0 1 2.05 3.345a2.42 2.42 0 1 1 .779 4.583a2.42 2.42 0 1 1-1.866-1.279a2.4 2.4 0 0 1-.277-1.126c0-.33.066-.645.186-.932a2.42 2.42 0 0 1-3.08-3.505a2.42 2.42 0 0 1 .11-4.832a2.4 2.4 0 0 1-.488-1.185"/><path fill="#f8312f" d="M18.17 23.45h-2.4l-2.9 4.69c-.46.74-.03 1.76.83 1.86h.12c.79 0 .79-.85 1.57-.85c.79 0 .79.85 1.57.85c.79 0 .79-.85 1.57-.85c.79 0 .79.85 1.58.85c.04 0 .08 0 .11-.01c.86-.1 1.29-1.12.84-1.86z"/><path fill="#ffb02e" d="M16.97 24.2a2.42 2.42 0 1 0 0-4.84a2.42 2.42 0 0 0 0 4.84"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiFlatPrayerBeads(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#ffce7c" d="M17.828 6.426a2.29 2.29 0 0 1-2.895-1.15q.007.091.007.184a2.29 2.29 0 0 1-3.605 1.875a2.29 2.29 0 0 1-2.059 3.597a2.29 2.29 0 0 1-.026 4.147q.105-.01.21-.01a2.29 2.29 0 0 1 1.875 3.606a2.29 2.29 0 1 1-.56.56A2.29 2.29 0 1 1 8.5 15.28q-.105.01-.21.01a2.29 2.29 0 1 1 .184-4.573a2.29 2.29 0 1 1 2.3-3.942a2.29 2.29 0 1 1 3.943-2.301a2.29 2.29 0 0 1 4.542-.56a2.42 2.42 0 1 1 1.045 4.636c.317.408.506.922.506 1.48c0 .49-.146.946-.396 1.327a2.42 2.42 0 0 1 2.05 3.345a2.42 2.42 0 1 1 .779 4.583a2.42 2.42 0 1 1-1.866-1.279a2.4 2.4 0 0 1-.277-1.126c0-.33.066-.645.186-.932a2.42 2.42 0 0 1-3.08-3.505a2.42 2.42 0 0 1 .11-4.832a2.4 2.4 0 0 1-.488-1.185"/><path fill="#f8312f" d="M18.17 23.45h-2.4l-2.9 4.69c-.46.74-.03 1.76.83 1.86h.12c.79 0 .79-.85 1.57-.85c.79 0 .79.85 1.57.85c.79 0 .79-.85 1.57-.85c.79 0 .79.85 1.58.85c.04 0 .08 0 .11-.01c.86-.1 1.29-1.12.84-1.86z"/><path fill="#ffb02e" d="M16.97 24.2a2.42 2.42 0 1 0 0-4.84a2.42 2.42 0 0 0 0 4.84"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#ffce7c" d="M17.828 6.426a2.29 2.29 0 0 1-2.895-1.15q.007.091.007.184a2.29 2.29 0 0 1-3.605 1.875a2.29 2.29 0 0 1-2.059 3.597a2.29 2.29 0 0 1-.026 4.147q.105-.01.21-.01a2.29 2.29 0 0 1 1.875 3.606a2.29 2.29 0 1 1-.56.56A2.29 2.29 0 1 1 8.5 15.28q-.105.01-.21.01a2.29 2.29 0 1 1 .184-4.573a2.29 2.29 0 1 1 2.3-3.942a2.29 2.29 0 1 1 3.943-2.301a2.29 2.29 0 0 1 4.542-.56a2.42 2.42 0 1 1 1.045 4.636c.317.408.506.922.506 1.48c0 .49-.146.946-.396 1.327a2.42 2.42 0 0 1 2.05 3.345a2.42 2.42 0 1 1 .779 4.583a2.42 2.42 0 1 1-1.866-1.279a2.4 2.4 0 0 1-.277-1.126c0-.33.066-.645.186-.932a2.42 2.42 0 0 1-3.08-3.505a2.42 2.42 0 0 1 .11-4.832a2.4 2.4 0 0 1-.488-1.185"/><path fill="#f8312f" d="M18.17 23.45h-2.4l-2.9 4.69c-.46.74-.03 1.76.83 1.86h.12c.79 0 .79-.85 1.57-.85c.79 0 .79.85 1.57.85c.79 0 .79-.85 1.57-.85c.79 0 .79.85 1.58.85c.04 0 .08 0 .11-.01c.86-.1 1.29-1.12.84-1.86z"/><path fill="#ffb02e" d="M16.97 24.2a2.42 2.42 0 1 0 0-4.84a2.42 2.42 0 0 0 0 4.84"/></g></svg> </template>
CSS
.icon-prayer-beads {
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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23ffce7c%22%20d%3D%22M17.828%206.426a2.29%202.29%200%200%201-2.895-1.15q.007.091.007.184a2.29%202.29%200%200%201-3.605%201.875a2.29%202.29%200%200%201-2.059%203.597a2.29%202.29%200%200%201-.026%204.147q.105-.01.21-.01a2.29%202.29%200%200%201%201.875%203.606a2.29%202.29%200%201%201-.56.56A2.29%202.29%200%201%201%208.5%2015.28q-.105.01-.21.01a2.29%202.29%200%201%201%20.184-4.573a2.29%202.29%200%201%201%202.3-3.942a2.29%202.29%200%201%201%203.943-2.301a2.29%202.29%200%200%201%204.542-.56a2.42%202.42%200%201%201%201.045%204.636c.317.408.506.922.506%201.48c0%20.49-.146.946-.396%201.327a2.42%202.42%200%200%201%202.05%203.345a2.42%202.42%200%201%201%20.779%204.583a2.42%202.42%200%201%201-1.866-1.279a2.4%202.4%200%200%201-.277-1.126c0-.33.066-.645.186-.932a2.42%202.42%200%200%201-3.08-3.505a2.42%202.42%200%200%201%20.11-4.832a2.4%202.4%200%200%201-.488-1.185%22%2F%3E%3Cpath%20fill%3D%22%23f8312f%22%20d%3D%22M18.17%2023.45h-2.4l-2.9%204.69c-.46.74-.03%201.76.83%201.86h.12c.79%200%20.79-.85%201.57-.85c.79%200%20.79.85%201.57.85c.79%200%20.79-.85%201.57-.85c.79%200%20.79.85%201.58.85c.04%200%20.08%200%20.11-.01c.86-.1%201.29-1.12.84-1.86z%22%2F%3E%3Cpath%20fill%3D%22%23ffb02e%22%20d%3D%22M16.97%2024.2a2.42%202.42%200%201%200%200-4.84a2.42%202.42%200%200%200%200%204.84%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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23ffce7c%22%20d%3D%22M17.828%206.426a2.29%202.29%200%200%201-2.895-1.15q.007.091.007.184a2.29%202.29%200%200%201-3.605%201.875a2.29%202.29%200%200%201-2.059%203.597a2.29%202.29%200%200%201-.026%204.147q.105-.01.21-.01a2.29%202.29%200%200%201%201.875%203.606a2.29%202.29%200%201%201-.56.56A2.29%202.29%200%201%201%208.5%2015.28q-.105.01-.21.01a2.29%202.29%200%201%201%20.184-4.573a2.29%202.29%200%201%201%202.3-3.942a2.29%202.29%200%201%201%203.943-2.301a2.29%202.29%200%200%201%204.542-.56a2.42%202.42%200%201%201%201.045%204.636c.317.408.506.922.506%201.48c0%20.49-.146.946-.396%201.327a2.42%202.42%200%200%201%202.05%203.345a2.42%202.42%200%201%201%20.779%204.583a2.42%202.42%200%201%201-1.866-1.279a2.4%202.4%200%200%201-.277-1.126c0-.33.066-.645.186-.932a2.42%202.42%200%200%201-3.08-3.505a2.42%202.42%200%200%201%20.11-4.832a2.4%202.4%200%200%201-.488-1.185%22%2F%3E%3Cpath%20fill%3D%22%23f8312f%22%20d%3D%22M18.17%2023.45h-2.4l-2.9%204.69c-.46.74-.03%201.76.83%201.86h.12c.79%200%20.79-.85%201.57-.85c.79%200%20.79.85%201.57.85c.79%200%20.79-.85%201.57-.85c.79%200%20.79.85%201.58.85c.04%200%20.08%200%20.11-.01c.86-.1%201.29-1.12.84-1.86z%22%2F%3E%3Cpath%20fill%3D%22%23ffb02e%22%20d%3D%22M16.97%2024.2a2.42%202.42%200%201%200%200-4.84a2.42%202.42%200%200%200%200%204.84%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-flat/prayer-beads.svg?color=%231a73e8&size=48