church negative icon

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

Name
church-negative
Set
Health Icons
Style
Filled
Viewbox
48×48
License
MIT

Use the church negative icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clip-path="url(#healthiconsChurchNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM23 6v3h-3v2h3v2.643L17.778 17S17 17.5 17 18.5V42h4v-9a3 3 0 1 1 6 0v9h4V18.5c0-1-.778-1.5-.778-1.5L25 13.643V11h3V9h-3V6zM7.5 26.5c-.961.278-1.5 1.08-1.5 2V42h9V24zm34.5 2c0-.92-.539-1.722-1.5-2L33 24v18h9z" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsChurchNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsChurchNegative(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clipPath="url(#healthiconsChurchNegative)"><path fill="currentColor" fillRule="evenodd" d="M48 0H0v48h48zM23 6v3h-3v2h3v2.643L17.778 17S17 17.5 17 18.5V42h4v-9a3 3 0 1 1 6 0v9h4V18.5c0-1-.778-1.5-.778-1.5L25 13.643V11h3V9h-3V6zM7.5 26.5c-.961.278-1.5 1.08-1.5 2V42h9V24zm34.5 2c0-.92-.539-1.722-1.5-2L33 24v18h9z" clipRule="evenodd"/></g><defs><clipPath id="healthiconsChurchNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clip-path="url(#healthiconsChurchNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM23 6v3h-3v2h3v2.643L17.778 17S17 17.5 17 18.5V42h4v-9a3 3 0 1 1 6 0v9h4V18.5c0-1-.778-1.5-.778-1.5L25 13.643V11h3V9h-3V6zM7.5 26.5c-.961.278-1.5 1.08-1.5 2V42h9V24zm34.5 2c0-.92-.539-1.722-1.5-2L33 24v18h9z" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsChurchNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
</template>

CSS

.icon-church-negative {
  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%3Cg%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url(%23healthiconsChurchNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM23%206v3h-3v2h3v2.643L17.778%2017S17%2017.5%2017%2018.5V42h4v-9a3%203%200%201%201%206%200v9h4V18.5c0-1-.778-1.5-.778-1.5L25%2013.643V11h3V9h-3V6zM7.5%2026.5c-.961.278-1.5%201.08-1.5%202V42h9V24zm34.5%202c0-.92-.539-1.722-1.5-2L33%2024v18h9z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsChurchNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url(%23healthiconsChurchNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM23%206v3h-3v2h3v2.643L17.778%2017S17%2017.5%2017%2018.5V42h4v-9a3%203%200%201%201%206%200v9h4V18.5c0-1-.778-1.5-.778-1.5L25%2013.643V11h3V9h-3V6zM7.5%2026.5c-.961.278-1.5%201.08-1.5%202V42h9V24zm34.5%202c0-.92-.539-1.722-1.5-2L33%2024v18h9z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsChurchNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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