church emoji

church from OpenMoji by OpenMoji · Default · Travel Places · CC-BY-SA-4.0 Attribution required.

Name
church
Set
OpenMoji
Style
Default
Category
Travel Places
Viewbox
72×72
License
CC BY-SA 4.0

The same emoji in other sets

More travel places icons from OpenMoji

Use the church emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#d0cfce" d="M44 36V20.492l-7.294-5.27a1.24 1.24 0 0 0-1.412 0L28 20.491V36"/><path fill="#fff" d="M18.947 66L19 42.102l17.045-15.117l16.963 15.128L53 66z"/><path fill="#a57939" d="M41 57.943c0-3.85-3.348-6.126-4.565-6.825a.86.86 0 0 0-.87 0c-1.217.7-4.565 2.974-4.565 6.825v7.09c0 .534.41.967.914.967h8.172c.505 0 .914-.433.914-.968z"/><circle cx="36" cy="42" r="5" fill="#92d3f5"/><path d="m36 28.36l16 14.196V65H20V42.556zM36 26a.93.93 0 0 0-.62.237L18.329 41.365a.98.98 0 0 0-.328.737v23.925a.96.96 0 0 0 .947.973h34.106a.96.96 0 0 0 .947-.973V42.102a.98.98 0 0 0-.328-.737L36.619 26.237A.93.93 0 0 0 36 26"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M43 29v-8.508l-6.382-5.27a.974.974 0 0 0-1.236 0L29 20.491V29"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M36 14V6m-3.5 4h7M41 57.943c0-3.85-3.348-6.126-4.565-6.825a.86.86 0 0 0-.87 0c-1.217.7-4.565 2.974-4.565 6.825v7.09c0 .534.41.967.914.967h8.172c.505 0 .914-.433.914-.968z"/><circle cx="36" cy="42" r="5" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2"/></svg>

React

import type { SVGProps } from "react";

export function OpenmojiChurch(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#d0cfce" d="M44 36V20.492l-7.294-5.27a1.24 1.24 0 0 0-1.412 0L28 20.491V36"/><path fill="#fff" d="M18.947 66L19 42.102l17.045-15.117l16.963 15.128L53 66z"/><path fill="#a57939" d="M41 57.943c0-3.85-3.348-6.126-4.565-6.825a.86.86 0 0 0-.87 0c-1.217.7-4.565 2.974-4.565 6.825v7.09c0 .534.41.967.914.967h8.172c.505 0 .914-.433.914-.968z"/><circle cx="36" cy="42" r="5" fill="#92d3f5"/><path d="m36 28.36l16 14.196V65H20V42.556zM36 26a.93.93 0 0 0-.62.237L18.329 41.365a.98.98 0 0 0-.328.737v23.925a.96.96 0 0 0 .947.973h34.106a.96.96 0 0 0 .947-.973V42.102a.98.98 0 0 0-.328-.737L36.619 26.237A.93.93 0 0 0 36 26"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2" d="M43 29v-8.508l-6.382-5.27a.974.974 0 0 0-1.236 0L29 20.491V29"/><path fill="none" stroke="#000" strokeLinecap="round" strokeMiterlimit="10" strokeWidth="2" d="M36 14V6m-3.5 4h7M41 57.943c0-3.85-3.348-6.126-4.565-6.825a.86.86 0 0 0-.87 0c-1.217.7-4.565 2.974-4.565 6.825v7.09c0 .534.41.967.914.967h8.172c.505 0 .914-.433.914-.968z"/><circle cx="36" cy="42" r="5" fill="none" stroke="#000" strokeMiterlimit="10" strokeWidth="2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#d0cfce" d="M44 36V20.492l-7.294-5.27a1.24 1.24 0 0 0-1.412 0L28 20.491V36"/><path fill="#fff" d="M18.947 66L19 42.102l17.045-15.117l16.963 15.128L53 66z"/><path fill="#a57939" d="M41 57.943c0-3.85-3.348-6.126-4.565-6.825a.86.86 0 0 0-.87 0c-1.217.7-4.565 2.974-4.565 6.825v7.09c0 .534.41.967.914.967h8.172c.505 0 .914-.433.914-.968z"/><circle cx="36" cy="42" r="5" fill="#92d3f5"/><path d="m36 28.36l16 14.196V65H20V42.556zM36 26a.93.93 0 0 0-.62.237L18.329 41.365a.98.98 0 0 0-.328.737v23.925a.96.96 0 0 0 .947.973h34.106a.96.96 0 0 0 .947-.973V42.102a.98.98 0 0 0-.328-.737L36.619 26.237A.93.93 0 0 0 36 26"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M43 29v-8.508l-6.382-5.27a.974.974 0 0 0-1.236 0L29 20.491V29"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M36 14V6m-3.5 4h7M41 57.943c0-3.85-3.348-6.126-4.565-6.825a.86.86 0 0 0-.87 0c-1.217.7-4.565 2.974-4.565 6.825v7.09c0 .534.41.967.914.967h8.172c.505 0 .914-.433.914-.968z"/><circle cx="36" cy="42" r="5" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2"/></svg>
</template>

CSS

.icon-church {
  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%2072%2072%22%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22M44%2036V20.492l-7.294-5.27a1.24%201.24%200%200%200-1.412%200L28%2020.491V36%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M18.947%2066L19%2042.102l17.045-15.117l16.963%2015.128L53%2066z%22%2F%3E%3Cpath%20fill%3D%22%23a57939%22%20d%3D%22M41%2057.943c0-3.85-3.348-6.126-4.565-6.825a.86.86%200%200%200-.87%200c-1.217.7-4.565%202.974-4.565%206.825v7.09c0%20.534.41.967.914.967h8.172c.505%200%20.914-.433.914-.968z%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2242%22%20r%3D%225%22%20fill%3D%22%2392d3f5%22%2F%3E%3Cpath%20d%3D%22m36%2028.36l16%2014.196V65H20V42.556zM36%2026a.93.93%200%200%200-.62.237L18.329%2041.365a.98.98%200%200%200-.328.737v23.925a.96.96%200%200%200%20.947.973h34.106a.96.96%200%200%200%20.947-.973V42.102a.98.98%200%200%200-.328-.737L36.619%2026.237A.93.93%200%200%200%2036%2026%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M43%2029v-8.508l-6.382-5.27a.974.974%200%200%200-1.236%200L29%2020.491V29%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M36%2014V6m-3.5%204h7M41%2057.943c0-3.85-3.348-6.126-4.565-6.825a.86.86%200%200%200-.87%200c-1.217.7-4.565%202.974-4.565%206.825v7.09c0%20.534.41.967.914.967h8.172c.505%200%20.914-.433.914-.968z%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2242%22%20r%3D%225%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%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%2072%2072%22%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22M44%2036V20.492l-7.294-5.27a1.24%201.24%200%200%200-1.412%200L28%2020.491V36%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M18.947%2066L19%2042.102l17.045-15.117l16.963%2015.128L53%2066z%22%2F%3E%3Cpath%20fill%3D%22%23a57939%22%20d%3D%22M41%2057.943c0-3.85-3.348-6.126-4.565-6.825a.86.86%200%200%200-.87%200c-1.217.7-4.565%202.974-4.565%206.825v7.09c0%20.534.41.967.914.967h8.172c.505%200%20.914-.433.914-.968z%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2242%22%20r%3D%225%22%20fill%3D%22%2392d3f5%22%2F%3E%3Cpath%20d%3D%22m36%2028.36l16%2014.196V65H20V42.556zM36%2026a.93.93%200%200%200-.62.237L18.329%2041.365a.98.98%200%200%200-.328.737v23.925a.96.96%200%200%200%20.947.973h34.106a.96.96%200%200%200%20.947-.973V42.102a.98.98%200%200%200-.328-.737L36.619%2026.237A.93.93%200%200%200%2036%2026%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M43%2029v-8.508l-6.382-5.27a.974.974%200%200%200-1.236%200L29%2020.491V29%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M36%2014V6m-3.5%204h7M41%2057.943c0-3.85-3.348-6.126-4.565-6.825a.86.86%200%200%200-.87%200c-1.217.7-4.565%202.974-4.565%206.825v7.09c0%20.534.41.967.914.967h8.172c.505%200%20.914-.433.914-.968z%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2242%22%20r%3D%225%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/church.svg?color=%231a73e8&size=48

Church emoji — OpenMoji · IconsDB