place of worship emoji

place-of-worship from Emoji One (Colored) by Emoji One · Default · Symbols · CC-BY-4.0 Attribution required.

Name
place-of-worship
Set
Emoji One (Colored)
Style
Default
Category
Symbols
Viewbox
64×64
License
CC BY 4.0

The same emoji in other sets

More symbols icons from Emoji One (Colored)

Use the place of worship emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><g fill="#c28fef"><path d="m48.6 25.4l4.4-4L32 2L11 21.4l4.4 4L32 10.1zm-.7 24c1.2-1.2.9-2.9 0-4.1c-3-3.9-6.1-7.8-9.1-11.7c-1-1.3-3-1-4 0c-1.8 1.7-3.5 3.5-5.3 5.2L24 34.2l-1.4 1.5l4.9 7.8c.7 1.5 2.9 1.1 4 0l3.6-3.5l5.6 8.6c-3.4 3.3-5.3 5.2-8.6 8.5c-1.8 1.8-.4 5 2 5h17v-2.9l-9.9-2.9c2.2-2.4 4.5-4.6 6.7-6.9"/><path d="M30.4 23.5L26.5 27c-.6.5-.6 1.4-.1 2l3.3 4c.5.6 1.4.7 2 .1l3.8-3.4c.6-.5.6-1.4.1-2l-3.3-4c-.5-.6-1.3-.7-1.9-.2"/></g></svg>

React

import type { SVGProps } from "react";

export function EmojionePlaceOfWorship(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><g fill="#c28fef"><path d="m48.6 25.4l4.4-4L32 2L11 21.4l4.4 4L32 10.1zm-.7 24c1.2-1.2.9-2.9 0-4.1c-3-3.9-6.1-7.8-9.1-11.7c-1-1.3-3-1-4 0c-1.8 1.7-3.5 3.5-5.3 5.2L24 34.2l-1.4 1.5l4.9 7.8c.7 1.5 2.9 1.1 4 0l3.6-3.5l5.6 8.6c-3.4 3.3-5.3 5.2-8.6 8.5c-1.8 1.8-.4 5 2 5h17v-2.9l-9.9-2.9c2.2-2.4 4.5-4.6 6.7-6.9"/><path d="M30.4 23.5L26.5 27c-.6.5-.6 1.4-.1 2l3.3 4c.5.6 1.4.7 2 .1l3.8-3.4c.6-.5.6-1.4.1-2l-3.3-4c-.5-.6-1.3-.7-1.9-.2"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><g fill="#c28fef"><path d="m48.6 25.4l4.4-4L32 2L11 21.4l4.4 4L32 10.1zm-.7 24c1.2-1.2.9-2.9 0-4.1c-3-3.9-6.1-7.8-9.1-11.7c-1-1.3-3-1-4 0c-1.8 1.7-3.5 3.5-5.3 5.2L24 34.2l-1.4 1.5l4.9 7.8c.7 1.5 2.9 1.1 4 0l3.6-3.5l5.6 8.6c-3.4 3.3-5.3 5.2-8.6 8.5c-1.8 1.8-.4 5 2 5h17v-2.9l-9.9-2.9c2.2-2.4 4.5-4.6 6.7-6.9"/><path d="M30.4 23.5L26.5 27c-.6.5-.6 1.4-.1 2l3.3 4c.5.6 1.4.7 2 .1l3.8-3.4c.6-.5.6-1.4.1-2l-3.3-4c-.5-.6-1.3-.7-1.9-.2"/></g></svg>
</template>

CSS

.icon-place-of-worship {
  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%2064%2064%22%3E%3Cg%20fill%3D%22%23c28fef%22%3E%3Cpath%20d%3D%22m48.6%2025.4l4.4-4L32%202L11%2021.4l4.4%204L32%2010.1zm-.7%2024c1.2-1.2.9-2.9%200-4.1c-3-3.9-6.1-7.8-9.1-11.7c-1-1.3-3-1-4%200c-1.8%201.7-3.5%203.5-5.3%205.2L24%2034.2l-1.4%201.5l4.9%207.8c.7%201.5%202.9%201.1%204%200l3.6-3.5l5.6%208.6c-3.4%203.3-5.3%205.2-8.6%208.5c-1.8%201.8-.4%205%202%205h17v-2.9l-9.9-2.9c2.2-2.4%204.5-4.6%206.7-6.9%22%2F%3E%3Cpath%20d%3D%22M30.4%2023.5L26.5%2027c-.6.5-.6%201.4-.1%202l3.3%204c.5.6%201.4.7%202%20.1l3.8-3.4c.6-.5.6-1.4.1-2l-3.3-4c-.5-.6-1.3-.7-1.9-.2%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%2064%2064%22%3E%3Cg%20fill%3D%22%23c28fef%22%3E%3Cpath%20d%3D%22m48.6%2025.4l4.4-4L32%202L11%2021.4l4.4%204L32%2010.1zm-.7%2024c1.2-1.2.9-2.9%200-4.1c-3-3.9-6.1-7.8-9.1-11.7c-1-1.3-3-1-4%200c-1.8%201.7-3.5%203.5-5.3%205.2L24%2034.2l-1.4%201.5l4.9%207.8c.7%201.5%202.9%201.1%204%200l3.6-3.5l5.6%208.6c-3.4%203.3-5.3%205.2-8.6%208.5c-1.8%201.8-.4%205%202%205h17v-2.9l-9.9-2.9c2.2-2.4%204.5-4.6%206.7-6.9%22%2F%3E%3Cpath%20d%3D%22M30.4%2023.5L26.5%2027c-.6.5-.6%201.4-.1%202l3.3%204c.5.6%201.4.7%202%20.1l3.8-3.4c.6-.5.6-1.4.1-2l-3.3-4c-.5-.6-1.3-.7-1.9-.2%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/emojione/place-of-worship.svg?color=%231a73e8&size=48