church icon
church-outline from Material Design Icons by Pictogrammers · Outline · Places · Apache-2.0 Free for personal and commercial use.
- Name
- church-outline
- Set
- Material Design Icons
- Style
- Outline
- Category
- Places
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Material Design Icons
The same icon in other sets
churchBoxIcons v2churchBoxIcons v2 SolidchurchEmoji One (Colored)churchFont Awesome 6 SolidchurchFont Awesome SolidchurchFluent EmojichurchFluent Emoji FlatchurchFluent Emoji High ContrastchurchFirefox OS EmojichurchHealth IconschurchHuge IconschurchIconoirchurchLine AwesomechurchLucidechurchMajesticonschurchMaterial SymbolschurchMaterial Symbols Lightchurch-fillMingCute IconchurchNoto EmojichurchOpenMojichurchPhosphorchurchTDesign Iconschurch-outlineTeenyiconschurchTwitter Emoji
More places icons from Material Design Icons
Use the church icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18 12.22V9l-5-2.5V5h2V3h-2V1h-2v2H9v2h2v1.5L6 9v3.22L2 14v8h9v-4c0-.55.45-1 1-1s1 .45 1 1v4h9v-8zM20 20h-5v-2.04c0-1.69-1.35-3.06-3-3.06s-3 1.37-3 3.06V20H4v-4.79l4-1.81v-3.35L12 8l4 2.04v3.35l4 1.81zm-8-9.5c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5s-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5"/></svg>
React
import type { SVGProps } from "react";
export function MdiChurchOutline(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18 12.22V9l-5-2.5V5h2V3h-2V1h-2v2H9v2h2v1.5L6 9v3.22L2 14v8h9v-4c0-.55.45-1 1-1s1 .45 1 1v4h9v-8zM20 20h-5v-2.04c0-1.69-1.35-3.06-3-3.06s-3 1.37-3 3.06V20H4v-4.79l4-1.81v-3.35L12 8l4 2.04v3.35l4 1.81zm-8-9.5c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5s-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18 12.22V9l-5-2.5V5h2V3h-2V1h-2v2H9v2h2v1.5L6 9v3.22L2 14v8h9v-4c0-.55.45-1 1-1s1 .45 1 1v4h9v-8zM20 20h-5v-2.04c0-1.69-1.35-3.06-3-3.06s-3 1.37-3 3.06V20H4v-4.79l4-1.81v-3.35L12 8l4 2.04v3.35l4 1.81zm-8-9.5c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5s-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5"/></svg> </template>
CSS
.icon-church-outline {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18%2012.22V9l-5-2.5V5h2V3h-2V1h-2v2H9v2h2v1.5L6%209v3.22L2%2014v8h9v-4c0-.55.45-1%201-1s1%20.45%201%201v4h9v-8zM20%2020h-5v-2.04c0-1.69-1.35-3.06-3-3.06s-3%201.37-3%203.06V20H4v-4.79l4-1.81v-3.35L12%208l4%202.04v3.35l4%201.81zm-8-9.5c.83%200%201.5.67%201.5%201.5s-.67%201.5-1.5%201.5s-1.5-.67-1.5-1.5s.67-1.5%201.5-1.5%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18%2012.22V9l-5-2.5V5h2V3h-2V1h-2v2H9v2h2v1.5L6%209v3.22L2%2014v8h9v-4c0-.55.45-1%201-1s1%20.45%201%201v4h9v-8zM20%2020h-5v-2.04c0-1.69-1.35-3.06-3-3.06s-3%201.37-3%203.06V20H4v-4.79l4-1.81v-3.35L12%208l4%202.04v3.35l4%201.81zm-8-9.5c.83%200%201.5.67%201.5%201.5s-.67%201.5-1.5%201.5s-1.5-.67-1.5-1.5s.67-1.5%201.5-1.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/church-outline.svg?color=%231a73e8&size=48