place of worship emoji

place-of-worship from Twitter Emoji by Twitter · Default · Symbols · CC-BY-4.0 Attribution required.

Name
place-of-worship
Set
Twitter Emoji
Style
Default
Category
Symbols
Viewbox
36×36
License
CC BY 4.0

The same emoji in other sets

More symbols icons from Twitter Emoji

Use the place of worship emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#9266cc" d="M36 32a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4h28a4 4 0 0 1 4 4z"/><path fill="#fff" d="M21.52 10.704c.521 1.843-.267 3.68-1.764 4.103c-1.494.423-3.128-.729-3.649-2.573c-.522-1.843.268-3.68 1.762-4.103s3.129.729 3.651 2.573m-10.603 3.921C11.958 15.75 13 17 14 18s6.625-2.667 7.625-2.667S25 17 26 21c.527 2.107.792 4.458.542 5c-.852 1.528-3.538 3.665-4.542 4h5c1 0 2 1 2 2s-1 2-2 2H15.708c-2.5 0-2.177-2.665-.708-4c2.292-2.083 3.625-3.25 4.625-4.25c0-1-.875-5.042-1.875-5.042C17.75 20.708 15 22 14 22c-2 0-3.924-4.04-5-6c-.708-1.292 1.094-2.264 1.917-1.375"/><path fill="#fff" d="m30.559 8.626l-11.69-6.649c-.573-.25-.918-.334-1.149-.316l-.021-.001l-.021.001c-.237-.018-.549.066-1.001.316L4.986 8.626a1.346 1.346 0 0 0 1.33 2.338l11.456-6.516l11.456 6.516a1.346 1.346 0 0 0 1.331-2.338"/></svg>

React

import type { SVGProps } from "react";

export function TwemojiPlaceOfWorship(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#9266cc" d="M36 32a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4h28a4 4 0 0 1 4 4z"/><path fill="#fff" d="M21.52 10.704c.521 1.843-.267 3.68-1.764 4.103c-1.494.423-3.128-.729-3.649-2.573c-.522-1.843.268-3.68 1.762-4.103s3.129.729 3.651 2.573m-10.603 3.921C11.958 15.75 13 17 14 18s6.625-2.667 7.625-2.667S25 17 26 21c.527 2.107.792 4.458.542 5c-.852 1.528-3.538 3.665-4.542 4h5c1 0 2 1 2 2s-1 2-2 2H15.708c-2.5 0-2.177-2.665-.708-4c2.292-2.083 3.625-3.25 4.625-4.25c0-1-.875-5.042-1.875-5.042C17.75 20.708 15 22 14 22c-2 0-3.924-4.04-5-6c-.708-1.292 1.094-2.264 1.917-1.375"/><path fill="#fff" d="m30.559 8.626l-11.69-6.649c-.573-.25-.918-.334-1.149-.316l-.021-.001l-.021.001c-.237-.018-.549.066-1.001.316L4.986 8.626a1.346 1.346 0 0 0 1.33 2.338l11.456-6.516l11.456 6.516a1.346 1.346 0 0 0 1.331-2.338"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#9266cc" d="M36 32a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4h28a4 4 0 0 1 4 4z"/><path fill="#fff" d="M21.52 10.704c.521 1.843-.267 3.68-1.764 4.103c-1.494.423-3.128-.729-3.649-2.573c-.522-1.843.268-3.68 1.762-4.103s3.129.729 3.651 2.573m-10.603 3.921C11.958 15.75 13 17 14 18s6.625-2.667 7.625-2.667S25 17 26 21c.527 2.107.792 4.458.542 5c-.852 1.528-3.538 3.665-4.542 4h5c1 0 2 1 2 2s-1 2-2 2H15.708c-2.5 0-2.177-2.665-.708-4c2.292-2.083 3.625-3.25 4.625-4.25c0-1-.875-5.042-1.875-5.042C17.75 20.708 15 22 14 22c-2 0-3.924-4.04-5-6c-.708-1.292 1.094-2.264 1.917-1.375"/><path fill="#fff" d="m30.559 8.626l-11.69-6.649c-.573-.25-.918-.334-1.149-.316l-.021-.001l-.021.001c-.237-.018-.549.066-1.001.316L4.986 8.626a1.346 1.346 0 0 0 1.33 2.338l11.456-6.516l11.456 6.516a1.346 1.346 0 0 0 1.331-2.338"/></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%2036%2036%22%3E%3Cpath%20fill%3D%22%239266cc%22%20d%3D%22M36%2032a4%204%200%200%201-4%204H4a4%204%200%200%201-4-4V4a4%204%200%200%201%204-4h28a4%204%200%200%201%204%204z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M21.52%2010.704c.521%201.843-.267%203.68-1.764%204.103c-1.494.423-3.128-.729-3.649-2.573c-.522-1.843.268-3.68%201.762-4.103s3.129.729%203.651%202.573m-10.603%203.921C11.958%2015.75%2013%2017%2014%2018s6.625-2.667%207.625-2.667S25%2017%2026%2021c.527%202.107.792%204.458.542%205c-.852%201.528-3.538%203.665-4.542%204h5c1%200%202%201%202%202s-1%202-2%202H15.708c-2.5%200-2.177-2.665-.708-4c2.292-2.083%203.625-3.25%204.625-4.25c0-1-.875-5.042-1.875-5.042C17.75%2020.708%2015%2022%2014%2022c-2%200-3.924-4.04-5-6c-.708-1.292%201.094-2.264%201.917-1.375%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m30.559%208.626l-11.69-6.649c-.573-.25-.918-.334-1.149-.316l-.021-.001l-.021.001c-.237-.018-.549.066-1.001.316L4.986%208.626a1.346%201.346%200%200%200%201.33%202.338l11.456-6.516l11.456%206.516a1.346%201.346%200%200%200%201.331-2.338%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%2036%2036%22%3E%3Cpath%20fill%3D%22%239266cc%22%20d%3D%22M36%2032a4%204%200%200%201-4%204H4a4%204%200%200%201-4-4V4a4%204%200%200%201%204-4h28a4%204%200%200%201%204%204z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M21.52%2010.704c.521%201.843-.267%203.68-1.764%204.103c-1.494.423-3.128-.729-3.649-2.573c-.522-1.843.268-3.68%201.762-4.103s3.129.729%203.651%202.573m-10.603%203.921C11.958%2015.75%2013%2017%2014%2018s6.625-2.667%207.625-2.667S25%2017%2026%2021c.527%202.107.792%204.458.542%205c-.852%201.528-3.538%203.665-4.542%204h5c1%200%202%201%202%202s-1%202-2%202H15.708c-2.5%200-2.177-2.665-.708-4c2.292-2.083%203.625-3.25%204.625-4.25c0-1-.875-5.042-1.875-5.042C17.75%2020.708%2015%2022%2014%2022c-2%200-3.924-4.04-5-6c-.708-1.292%201.094-2.264%201.917-1.375%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m30.559%208.626l-11.69-6.649c-.573-.25-.918-.334-1.149-.316l-.021-.001l-.021.001c-.237-.018-.549.066-1.001.316L4.986%208.626a1.346%201.346%200%200%200%201.33%202.338l11.456-6.516l11.456%206.516a1.346%201.346%200%200%200%201.331-2.338%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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