church from Health Icons by Resolve to Save Lives · Filled · Places · MIT Free for personal and commercial use.

Name
church
Set
Health Icons
Style
Filled
Category
Places
Viewbox
48×48
License
MIT

1 other variant in Health Icons

The same icon in other sets

More places icons from Health Icons

Use the church icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M23 13.643V11h-3V9h3V6h2v3h3v2h-3v2.643L30.222 17s.778.5.778 1.5V42h-4v-9a3 3 0 1 0-6 0v9h-4V18.5c0-1 .778-1.5.778-1.5zM7.5 26.5c-.961.278-1.5 1.08-1.5 2V42h9V24zm34.5 2c0-.92-.539-1.722-1.5-2L33 24v18h9z"/></svg>

React

import type { SVGProps } from "react";

export function HealthiconsChurch(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M23 13.643V11h-3V9h3V6h2v3h3v2h-3v2.643L30.222 17s.778.5.778 1.5V42h-4v-9a3 3 0 1 0-6 0v9h-4V18.5c0-1 .778-1.5.778-1.5zM7.5 26.5c-.961.278-1.5 1.08-1.5 2V42h9V24zm34.5 2c0-.92-.539-1.722-1.5-2L33 24v18h9z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M23 13.643V11h-3V9h3V6h2v3h3v2h-3v2.643L30.222 17s.778.5.778 1.5V42h-4v-9a3 3 0 1 0-6 0v9h-4V18.5c0-1 .778-1.5.778-1.5zM7.5 26.5c-.961.278-1.5 1.08-1.5 2V42h9V24zm34.5 2c0-.92-.539-1.722-1.5-2L33 24v18h9z"/></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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M23%2013.643V11h-3V9h3V6h2v3h3v2h-3v2.643L30.222%2017s.778.5.778%201.5V42h-4v-9a3%203%200%201%200-6%200v9h-4V18.5c0-1%20.778-1.5.778-1.5zM7.5%2026.5c-.961.278-1.5%201.08-1.5%202V42h9V24zm34.5%202c0-.92-.539-1.722-1.5-2L33%2024v18h9z%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M23%2013.643V11h-3V9h3V6h2v3h3v2h-3v2.643L30.222%2017s.778.5.778%201.5V42h-4v-9a3%203%200%201%200-6%200v9h-4V18.5c0-1%20.778-1.5.778-1.5zM7.5%2026.5c-.961.278-1.5%201.08-1.5%202V42h9V24zm34.5%202c0-.92-.539-1.722-1.5-2L33%2024v18h9z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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