building mosque icon
building-mosque-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.
- Name
- building-mosque-48-regular
- Set
- Fluent UI System Icons
- Style
- 48 Regular
- Viewbox
- 48×48
- License
- MIT
13 other variants in Fluent UI System Icons
building-mosque-12-filledbuilding-mosque-12-regularbuilding-mosque-16-filledbuilding-mosque-16-regularbuilding-mosque-20-filledbuilding-mosque-20-regularbuilding-mosque-24-filledbuilding-mosque-24-regularbuilding-mosque-28-filledbuilding-mosque-28-regularbuilding-mosque-32-filledbuilding-mosque-32-regularbuilding-mosque-48-filled
The same icon in other sets
Related icons in Fluent UI System Icons
building-bank-16-filledbuilding-bank-link-16-filledbuilding-bank-toolbox-20-filledbuilding-checkmark-16-filledbuilding-cloud-24-filledbuilding-desktop-16-filledbuilding-factory-16-filledbuilding-government-16-filledbuilding-government-search-16-filledbuilding-home-16-filledbuilding-lighthouse-16-filledbuilding-multiple-16-filledbuilding-people-16-filledbuilding-retail-20-filledbuilding-retail-money-20-filledbuilding-retail-more-20-filledbuilding-retail-shield-20-filledbuilding-retail-toolbox-20-filledbuilding-shop-16-filledbuilding-skyscraper-16-filledbuilding-swap-16-filledbuilding-townhouse-20-filledbuilding-yurt-16-filled
Use the building mosque icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M8.5 15.25a1.25 1.25 0 1 0-2.5 0v24.5A2.25 2.25 0 0 0 8.25 42h31.5A2.25 2.25 0 0 0 42 39.75v-24.5a1.25 1.25 0 1 0-2.5 0V26h-4.588A12 12 0 0 0 36 21c0-1.868-.843-3.548-1.946-4.955c-1.107-1.413-2.552-2.65-3.946-3.659a35 35 0 0 0-3.835-2.391a34 34 0 0 0-1.723-.868l-.027-.012l-.008-.004l-.004-.002a1.25 1.25 0 0 0-1.022 0h-.001l-.003.002l-.008.004l-.027.012l-.099.046q-.129.06-.36.172c-.308.15-.743.369-1.264.65a35 35 0 0 0-3.835 2.391c-1.394 1.01-2.84 2.246-3.946 3.659C12.843 17.452 12 19.132 12 21c0 1.784.39 3.478 1.088 5H8.5zM32.08 26H15.92a9.46 9.46 0 0 1-1.42-5c0-1.1.5-2.248 1.414-3.413c.908-1.16 2.15-2.24 3.444-3.176a32.5 32.5 0 0 1 3.556-2.216c.44-.237.811-.426 1.086-.561a32.7 32.7 0 0 1 4.642 2.777c1.293.936 2.536 2.016 3.444 3.176C33 18.752 33.5 19.9 33.5 21a9.46 9.46 0 0 1-1.42 5m7.42 13.5H29V36a5 5 0 0 0-10 0v3.5H8.5v-11h31zm-13 0h-5V36a2.5 2.5 0 0 1 5 0zm-19.25-27a1.75 1.75 0 1 0 0-3.5a1.75 1.75 0 0 0 0 3.5m35.25-1.75a1.75 1.75 0 1 1-3.5 0a1.75 1.75 0 0 1 3.5 0M24.515 9.11l.035.017l-.039-.018l.012.006"/></svg>
React
import type { SVGProps } from "react";
export function FluentBuildingMosque48Regular(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="M8.5 15.25a1.25 1.25 0 1 0-2.5 0v24.5A2.25 2.25 0 0 0 8.25 42h31.5A2.25 2.25 0 0 0 42 39.75v-24.5a1.25 1.25 0 1 0-2.5 0V26h-4.588A12 12 0 0 0 36 21c0-1.868-.843-3.548-1.946-4.955c-1.107-1.413-2.552-2.65-3.946-3.659a35 35 0 0 0-3.835-2.391a34 34 0 0 0-1.723-.868l-.027-.012l-.008-.004l-.004-.002a1.25 1.25 0 0 0-1.022 0h-.001l-.003.002l-.008.004l-.027.012l-.099.046q-.129.06-.36.172c-.308.15-.743.369-1.264.65a35 35 0 0 0-3.835 2.391c-1.394 1.01-2.84 2.246-3.946 3.659C12.843 17.452 12 19.132 12 21c0 1.784.39 3.478 1.088 5H8.5zM32.08 26H15.92a9.46 9.46 0 0 1-1.42-5c0-1.1.5-2.248 1.414-3.413c.908-1.16 2.15-2.24 3.444-3.176a32.5 32.5 0 0 1 3.556-2.216c.44-.237.811-.426 1.086-.561a32.7 32.7 0 0 1 4.642 2.777c1.293.936 2.536 2.016 3.444 3.176C33 18.752 33.5 19.9 33.5 21a9.46 9.46 0 0 1-1.42 5m7.42 13.5H29V36a5 5 0 0 0-10 0v3.5H8.5v-11h31zm-13 0h-5V36a2.5 2.5 0 0 1 5 0zm-19.25-27a1.75 1.75 0 1 0 0-3.5a1.75 1.75 0 0 0 0 3.5m35.25-1.75a1.75 1.75 0 1 1-3.5 0a1.75 1.75 0 0 1 3.5 0M24.515 9.11l.035.017l-.039-.018l.012.006"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M8.5 15.25a1.25 1.25 0 1 0-2.5 0v24.5A2.25 2.25 0 0 0 8.25 42h31.5A2.25 2.25 0 0 0 42 39.75v-24.5a1.25 1.25 0 1 0-2.5 0V26h-4.588A12 12 0 0 0 36 21c0-1.868-.843-3.548-1.946-4.955c-1.107-1.413-2.552-2.65-3.946-3.659a35 35 0 0 0-3.835-2.391a34 34 0 0 0-1.723-.868l-.027-.012l-.008-.004l-.004-.002a1.25 1.25 0 0 0-1.022 0h-.001l-.003.002l-.008.004l-.027.012l-.099.046q-.129.06-.36.172c-.308.15-.743.369-1.264.65a35 35 0 0 0-3.835 2.391c-1.394 1.01-2.84 2.246-3.946 3.659C12.843 17.452 12 19.132 12 21c0 1.784.39 3.478 1.088 5H8.5zM32.08 26H15.92a9.46 9.46 0 0 1-1.42-5c0-1.1.5-2.248 1.414-3.413c.908-1.16 2.15-2.24 3.444-3.176a32.5 32.5 0 0 1 3.556-2.216c.44-.237.811-.426 1.086-.561a32.7 32.7 0 0 1 4.642 2.777c1.293.936 2.536 2.016 3.444 3.176C33 18.752 33.5 19.9 33.5 21a9.46 9.46 0 0 1-1.42 5m7.42 13.5H29V36a5 5 0 0 0-10 0v3.5H8.5v-11h31zm-13 0h-5V36a2.5 2.5 0 0 1 5 0zm-19.25-27a1.75 1.75 0 1 0 0-3.5a1.75 1.75 0 0 0 0 3.5m35.25-1.75a1.75 1.75 0 1 1-3.5 0a1.75 1.75 0 0 1 3.5 0M24.515 9.11l.035.017l-.039-.018l.012.006"/></svg> </template>
CSS
.icon-building-mosque-48-regular {
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%22M8.5%2015.25a1.25%201.25%200%201%200-2.5%200v24.5A2.25%202.25%200%200%200%208.25%2042h31.5A2.25%202.25%200%200%200%2042%2039.75v-24.5a1.25%201.25%200%201%200-2.5%200V26h-4.588A12%2012%200%200%200%2036%2021c0-1.868-.843-3.548-1.946-4.955c-1.107-1.413-2.552-2.65-3.946-3.659a35%2035%200%200%200-3.835-2.391a34%2034%200%200%200-1.723-.868l-.027-.012l-.008-.004l-.004-.002a1.25%201.25%200%200%200-1.022%200h-.001l-.003.002l-.008.004l-.027.012l-.099.046q-.129.06-.36.172c-.308.15-.743.369-1.264.65a35%2035%200%200%200-3.835%202.391c-1.394%201.01-2.84%202.246-3.946%203.659C12.843%2017.452%2012%2019.132%2012%2021c0%201.784.39%203.478%201.088%205H8.5zM32.08%2026H15.92a9.46%209.46%200%200%201-1.42-5c0-1.1.5-2.248%201.414-3.413c.908-1.16%202.15-2.24%203.444-3.176a32.5%2032.5%200%200%201%203.556-2.216c.44-.237.811-.426%201.086-.561a32.7%2032.7%200%200%201%204.642%202.777c1.293.936%202.536%202.016%203.444%203.176C33%2018.752%2033.5%2019.9%2033.5%2021a9.46%209.46%200%200%201-1.42%205m7.42%2013.5H29V36a5%205%200%200%200-10%200v3.5H8.5v-11h31zm-13%200h-5V36a2.5%202.5%200%200%201%205%200zm-19.25-27a1.75%201.75%200%201%200%200-3.5a1.75%201.75%200%200%200%200%203.5m35.25-1.75a1.75%201.75%200%201%201-3.5%200a1.75%201.75%200%200%201%203.5%200M24.515%209.11l.035.017l-.039-.018l.012.006%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%22M8.5%2015.25a1.25%201.25%200%201%200-2.5%200v24.5A2.25%202.25%200%200%200%208.25%2042h31.5A2.25%202.25%200%200%200%2042%2039.75v-24.5a1.25%201.25%200%201%200-2.5%200V26h-4.588A12%2012%200%200%200%2036%2021c0-1.868-.843-3.548-1.946-4.955c-1.107-1.413-2.552-2.65-3.946-3.659a35%2035%200%200%200-3.835-2.391a34%2034%200%200%200-1.723-.868l-.027-.012l-.008-.004l-.004-.002a1.25%201.25%200%200%200-1.022%200h-.001l-.003.002l-.008.004l-.027.012l-.099.046q-.129.06-.36.172c-.308.15-.743.369-1.264.65a35%2035%200%200%200-3.835%202.391c-1.394%201.01-2.84%202.246-3.946%203.659C12.843%2017.452%2012%2019.132%2012%2021c0%201.784.39%203.478%201.088%205H8.5zM32.08%2026H15.92a9.46%209.46%200%200%201-1.42-5c0-1.1.5-2.248%201.414-3.413c.908-1.16%202.15-2.24%203.444-3.176a32.5%2032.5%200%200%201%203.556-2.216c.44-.237.811-.426%201.086-.561a32.7%2032.7%200%200%201%204.642%202.777c1.293.936%202.536%202.016%203.444%203.176C33%2018.752%2033.5%2019.9%2033.5%2021a9.46%209.46%200%200%201-1.42%205m7.42%2013.5H29V36a5%205%200%200%200-10%200v3.5H8.5v-11h31zm-13%200h-5V36a2.5%202.5%200%200%201%205%200zm-19.25-27a1.75%201.75%200%201%200%200-3.5a1.75%201.75%200%200%200%200%203.5m35.25-1.75a1.75%201.75%200%201%201-3.5%200a1.75%201.75%200%200%201%203.5%200M24.515%209.11l.035.017l-.039-.018l.012.006%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/building-mosque-48-regular.svg?color=%231a73e8&size=48