church from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
church
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Use the church icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M18.789 14.394L17 13.5V22c1.886 0 2.828 0 3.414-.586S21 19.88 21 17.983c0-1.21 0-1.815-.299-2.298c-.298-.484-.836-.753-1.912-1.29m-13.578-.001L7 13.5V22c-1.886 0-2.828 0-3.414-.586S3 19.88 3 17.983c0-1.21 0-1.815.299-2.298c.298-.484.836-.753 1.912-1.29m3.57-5.582l2.303-1.536a1.65 1.65 0 0 1 1.832 0l2.303 1.536c.872.58 1.308.871 1.544 1.314c.237.442.237.966.237 2.014V22H7v-9.86c0-1.047 0-1.571.237-2.013c.236-.443.672-.733 1.544-1.314"/><path d="M10 22v-3a2 2 0 1 1 4 0v3M12 7V2m-2 2h4m-1.875 8.25H12m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsChurch(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M18.789 14.394L17 13.5V22c1.886 0 2.828 0 3.414-.586S21 19.88 21 17.983c0-1.21 0-1.815-.299-2.298c-.298-.484-.836-.753-1.912-1.29m-13.578-.001L7 13.5V22c-1.886 0-2.828 0-3.414-.586S3 19.88 3 17.983c0-1.21 0-1.815.299-2.298c.298-.484.836-.753 1.912-1.29m3.57-5.582l2.303-1.536a1.65 1.65 0 0 1 1.832 0l2.303 1.536c.872.58 1.308.871 1.544 1.314c.237.442.237.966.237 2.014V22H7v-9.86c0-1.047 0-1.571.237-2.013c.236-.443.672-.733 1.544-1.314"/><path d="M10 22v-3a2 2 0 1 1 4 0v3M12 7V2m-2 2h4m-1.875 8.25H12m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M18.789 14.394L17 13.5V22c1.886 0 2.828 0 3.414-.586S21 19.88 21 17.983c0-1.21 0-1.815-.299-2.298c-.298-.484-.836-.753-1.912-1.29m-13.578-.001L7 13.5V22c-1.886 0-2.828 0-3.414-.586S3 19.88 3 17.983c0-1.21 0-1.815.299-2.298c.298-.484.836-.753 1.912-1.29m3.57-5.582l2.303-1.536a1.65 1.65 0 0 1 1.832 0l2.303 1.536c.872.58 1.308.871 1.544 1.314c.237.442.237.966.237 2.014V22H7v-9.86c0-1.047 0-1.571.237-2.013c.236-.443.672-.733 1.544-1.314"/><path d="M10 22v-3a2 2 0 1 1 4 0v3M12 7V2m-2 2h4m-1.875 8.25H12m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0"/></g></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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M18.789%2014.394L17%2013.5V22c1.886%200%202.828%200%203.414-.586S21%2019.88%2021%2017.983c0-1.21%200-1.815-.299-2.298c-.298-.484-.836-.753-1.912-1.29m-13.578-.001L7%2013.5V22c-1.886%200-2.828%200-3.414-.586S3%2019.88%203%2017.983c0-1.21%200-1.815.299-2.298c.298-.484.836-.753%201.912-1.29m3.57-5.582l2.303-1.536a1.65%201.65%200%200%201%201.832%200l2.303%201.536c.872.58%201.308.871%201.544%201.314c.237.442.237.966.237%202.014V22H7v-9.86c0-1.047%200-1.571.237-2.013c.236-.443.672-.733%201.544-1.314%22%2F%3E%3Cpath%20d%3D%22M10%2022v-3a2%202%200%201%201%204%200v3M12%207V2m-2%202h4m-1.875%208.25H12m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M18.789%2014.394L17%2013.5V22c1.886%200%202.828%200%203.414-.586S21%2019.88%2021%2017.983c0-1.21%200-1.815-.299-2.298c-.298-.484-.836-.753-1.912-1.29m-13.578-.001L7%2013.5V22c-1.886%200-2.828%200-3.414-.586S3%2019.88%203%2017.983c0-1.21%200-1.815.299-2.298c.298-.484.836-.753%201.912-1.29m3.57-5.582l2.303-1.536a1.65%201.65%200%200%201%201.832%200l2.303%201.536c.872.58%201.308.871%201.544%201.314c.237.442.237.966.237%202.014V22H7v-9.86c0-1.047%200-1.571.237-2.013c.236-.443.672-.733%201.544-1.314%22%2F%3E%3Cpath%20d%3D%22M10%2022v-3a2%202%200%201%201%204%200v3M12%207V2m-2%202h4m-1.875%208.25H12m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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