place of worship icon
place-of-worship from Line Awesome by Icons8 · Line · Religion · Apache-2.0 Free for personal and commercial use.
- Name
- place-of-worship
- Set
- Line Awesome
- Style
- Line
- Category
- Religion
- Viewbox
- 32×32
- License
- Apache 2.0
- Aliases
- place-of-worship-solid
The same icon in other sets
More religion icons from Line Awesome
Use the place of worship icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m16 4.406l-.781.969l-4 5l-.219.281v6.281l-5.531 3.47l1.062 1.687l.469-.282V27h8v-4c0-.566.434-1 1-1s1 .434 1 1v4h8v-5.188l.469.282l1.062-1.688L21 16.938v-6.282l-.219-.281l-4-5zm0 3.188l3 3.75v4.344l-2.469-1.532l-.531-.344l-.531.344L13 15.687v-4.343zM16 11c-.55 0-1 .45-1 1s.45 1 1 1s1-.45 1-1s-.45-1-1-1m0 5.188l7 4.375V25h-4v-2c0-1.645-1.355-3-3-3s-3 1.355-3 3v2H9v-4.438z"/></svg>
React
import type { SVGProps } from "react";
export function LaPlaceOfWorship(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m16 4.406l-.781.969l-4 5l-.219.281v6.281l-5.531 3.47l1.062 1.687l.469-.282V27h8v-4c0-.566.434-1 1-1s1 .434 1 1v4h8v-5.188l.469.282l1.062-1.688L21 16.938v-6.282l-.219-.281l-4-5zm0 3.188l3 3.75v4.344l-2.469-1.532l-.531-.344l-.531.344L13 15.687v-4.343zM16 11c-.55 0-1 .45-1 1s.45 1 1 1s1-.45 1-1s-.45-1-1-1m0 5.188l7 4.375V25h-4v-2c0-1.645-1.355-3-3-3s-3 1.355-3 3v2H9v-4.438z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m16 4.406l-.781.969l-4 5l-.219.281v6.281l-5.531 3.47l1.062 1.687l.469-.282V27h8v-4c0-.566.434-1 1-1s1 .434 1 1v4h8v-5.188l.469.282l1.062-1.688L21 16.938v-6.282l-.219-.281l-4-5zm0 3.188l3 3.75v4.344l-2.469-1.532l-.531-.344l-.531.344L13 15.687v-4.343zM16 11c-.55 0-1 .45-1 1s.45 1 1 1s1-.45 1-1s-.45-1-1-1m0 5.188l7 4.375V25h-4v-2c0-1.645-1.355-3-3-3s-3 1.355-3 3v2H9v-4.438z"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m16%204.406l-.781.969l-4%205l-.219.281v6.281l-5.531%203.47l1.062%201.687l.469-.282V27h8v-4c0-.566.434-1%201-1s1%20.434%201%201v4h8v-5.188l.469.282l1.062-1.688L21%2016.938v-6.282l-.219-.281l-4-5zm0%203.188l3%203.75v4.344l-2.469-1.532l-.531-.344l-.531.344L13%2015.687v-4.343zM16%2011c-.55%200-1%20.45-1%201s.45%201%201%201s1-.45%201-1s-.45-1-1-1m0%205.188l7%204.375V25h-4v-2c0-1.645-1.355-3-3-3s-3%201.355-3%203v2H9v-4.438z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m16%204.406l-.781.969l-4%205l-.219.281v6.281l-5.531%203.47l1.062%201.687l.469-.282V27h8v-4c0-.566.434-1%201-1s1%20.434%201%201v4h8v-5.188l.469.282l1.062-1.688L21%2016.938v-6.282l-.219-.281l-4-5zm0%203.188l3%203.75v4.344l-2.469-1.532l-.531-.344l-.531.344L13%2015.687v-4.343zM16%2011c-.55%200-1%20.45-1%201s.45%201%201%201s1-.45%201-1s-.45-1-1-1m0%205.188l7%204.375V25h-4v-2c0-1.645-1.355-3-3-3s-3%201.355-3%203v2H9v-4.438z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/place-of-worship.svg?color=%231a73e8&size=48