place of worship icon

place-of-worship from Font Awesome Solid by Dave Gandy · Solid · Buildings · CC-BY-4.0 Attribution required.

Name
place-of-worship
Set
Font Awesome Solid
Style
Solid
Category
Buildings
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

More buildings icons from Font Awesome Solid

Use the place of worship icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M224 143v81l-44.8 33.6c-12.1 9.1-19.2 23.3-19.2 38.4v40l-60.6 30.3c-21.7 10.9-35.4 33-35.4 57.3V512c0 35.3 28.7 64 64 64h384c35.3 0 64-28.7 64-64v-88.4c0-24.2-13.7-46.4-35.4-57.2L480 336v-40c0-15.1-7.1-29.3-19.2-38.4L416 224v-81c0-9.5-4.2-18.5-11.5-24.6l-69.1-57.6c-8.9-7.4-21.8-7.4-30.7 0l-69.2 57.6c-7.3 6.1-11.5 15.1-11.5 24.6m96 241c35.3 0 64 28.7 64 64v80H256v-80c0-35.3 28.7-64 64-64"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidPlaceOfWorship(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M224 143v81l-44.8 33.6c-12.1 9.1-19.2 23.3-19.2 38.4v40l-60.6 30.3c-21.7 10.9-35.4 33-35.4 57.3V512c0 35.3 28.7 64 64 64h384c35.3 0 64-28.7 64-64v-88.4c0-24.2-13.7-46.4-35.4-57.2L480 336v-40c0-15.1-7.1-29.3-19.2-38.4L416 224v-81c0-9.5-4.2-18.5-11.5-24.6l-69.1-57.6c-8.9-7.4-21.8-7.4-30.7 0l-69.2 57.6c-7.3 6.1-11.5 15.1-11.5 24.6m96 241c35.3 0 64 28.7 64 64v80H256v-80c0-35.3 28.7-64 64-64"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M224 143v81l-44.8 33.6c-12.1 9.1-19.2 23.3-19.2 38.4v40l-60.6 30.3c-21.7 10.9-35.4 33-35.4 57.3V512c0 35.3 28.7 64 64 64h384c35.3 0 64-28.7 64-64v-88.4c0-24.2-13.7-46.4-35.4-57.2L480 336v-40c0-15.1-7.1-29.3-19.2-38.4L416 224v-81c0-9.5-4.2-18.5-11.5-24.6l-69.1-57.6c-8.9-7.4-21.8-7.4-30.7 0l-69.2 57.6c-7.3 6.1-11.5 15.1-11.5 24.6m96 241c35.3 0 64 28.7 64 64v80H256v-80c0-35.3 28.7-64 64-64"/></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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M224%20143v81l-44.8%2033.6c-12.1%209.1-19.2%2023.3-19.2%2038.4v40l-60.6%2030.3c-21.7%2010.9-35.4%2033-35.4%2057.3V512c0%2035.3%2028.7%2064%2064%2064h384c35.3%200%2064-28.7%2064-64v-88.4c0-24.2-13.7-46.4-35.4-57.2L480%20336v-40c0-15.1-7.1-29.3-19.2-38.4L416%20224v-81c0-9.5-4.2-18.5-11.5-24.6l-69.1-57.6c-8.9-7.4-21.8-7.4-30.7%200l-69.2%2057.6c-7.3%206.1-11.5%2015.1-11.5%2024.6m96%20241c35.3%200%2064%2028.7%2064%2064v80H256v-80c0-35.3%2028.7-64%2064-64%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M224%20143v81l-44.8%2033.6c-12.1%209.1-19.2%2023.3-19.2%2038.4v40l-60.6%2030.3c-21.7%2010.9-35.4%2033-35.4%2057.3V512c0%2035.3%2028.7%2064%2064%2064h384c35.3%200%2064-28.7%2064-64v-88.4c0-24.2-13.7-46.4-35.4-57.2L480%20336v-40c0-15.1-7.1-29.3-19.2-38.4L416%20224v-81c0-9.5-4.2-18.5-11.5-24.6l-69.1-57.6c-8.9-7.4-21.8-7.4-30.7%200l-69.2%2057.6c-7.3%206.1-11.5%2015.1-11.5%2024.6m96%20241c35.3%200%2064%2028.7%2064%2064v80H256v-80c0-35.3%2028.7-64%2064-64%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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