building mosque icon
building-mosque-32-regular from Fluent UI System Icons by Microsoft Corporation · 32 Regular · MIT Free for personal and commercial use.
- Name
- building-mosque-32-regular
- Set
- Fluent UI System Icons
- Style
- 32 Regular
- Viewbox
- 32×32
- 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-48-filledbuilding-mosque-48-regular
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 32 32"><path fill="currentColor" d="M16.409 5.087a1 1 0 0 0-.818 0l-.003.002l-.005.002l-.02.01a10 10 0 0 0-.323.152a24.6 24.6 0 0 0-3.576 2.133c-.978.709-1.997 1.58-2.78 2.578c-.778.994-1.384 2.194-1.384 3.536a8.5 8.5 0 0 0 .752 3.5H5v-7a1 1 0 0 0-2 0v17a2 2 0 0 0 2 2h22a2 2 0 0 0 2-2V10a1 1 0 1 0-2 0v7h-3.252a8.5 8.5 0 0 0 .752-3.5c0-1.342-.606-2.542-1.385-3.536c-.782-.999-1.8-1.87-2.779-2.577a24.6 24.6 0 0 0-3.9-2.287l-.019-.009l-.005-.002zM21.479 17H10.521A6.47 6.47 0 0 1 9.5 13.5c0-.729.332-1.502.959-2.302c.624-.797 1.48-1.542 2.377-2.191A22.5 22.5 0 0 1 16 7.108a22.5 22.5 0 0 1 3.164 1.899c.897.649 1.753 1.394 2.377 2.19c.627.801.959 1.574.959 2.303a6.47 6.47 0 0 1-1.022 3.5M27 27h-7v-2a4 4 0 0 0-8 0v2H5v-8h22zm-9-2v2h-4v-2a2 2 0 1 1 4 0M4 7.5A1.25 1.25 0 1 0 4 5a1.25 1.25 0 0 0 0 2.5m25.25-1.25a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0M15.588 5.089l-.025.011l.028-.013l-.008.004"/></svg>
React
import type { SVGProps } from "react";
export function FluentBuildingMosque32Regular(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.409 5.087a1 1 0 0 0-.818 0l-.003.002l-.005.002l-.02.01a10 10 0 0 0-.323.152a24.6 24.6 0 0 0-3.576 2.133c-.978.709-1.997 1.58-2.78 2.578c-.778.994-1.384 2.194-1.384 3.536a8.5 8.5 0 0 0 .752 3.5H5v-7a1 1 0 0 0-2 0v17a2 2 0 0 0 2 2h22a2 2 0 0 0 2-2V10a1 1 0 1 0-2 0v7h-3.252a8.5 8.5 0 0 0 .752-3.5c0-1.342-.606-2.542-1.385-3.536c-.782-.999-1.8-1.87-2.779-2.577a24.6 24.6 0 0 0-3.9-2.287l-.019-.009l-.005-.002zM21.479 17H10.521A6.47 6.47 0 0 1 9.5 13.5c0-.729.332-1.502.959-2.302c.624-.797 1.48-1.542 2.377-2.191A22.5 22.5 0 0 1 16 7.108a22.5 22.5 0 0 1 3.164 1.899c.897.649 1.753 1.394 2.377 2.19c.627.801.959 1.574.959 2.303a6.47 6.47 0 0 1-1.022 3.5M27 27h-7v-2a4 4 0 0 0-8 0v2H5v-8h22zm-9-2v2h-4v-2a2 2 0 1 1 4 0M4 7.5A1.25 1.25 0 1 0 4 5a1.25 1.25 0 0 0 0 2.5m25.25-1.25a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0M15.588 5.089l-.025.011l.028-.013l-.008.004"/></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.409 5.087a1 1 0 0 0-.818 0l-.003.002l-.005.002l-.02.01a10 10 0 0 0-.323.152a24.6 24.6 0 0 0-3.576 2.133c-.978.709-1.997 1.58-2.78 2.578c-.778.994-1.384 2.194-1.384 3.536a8.5 8.5 0 0 0 .752 3.5H5v-7a1 1 0 0 0-2 0v17a2 2 0 0 0 2 2h22a2 2 0 0 0 2-2V10a1 1 0 1 0-2 0v7h-3.252a8.5 8.5 0 0 0 .752-3.5c0-1.342-.606-2.542-1.385-3.536c-.782-.999-1.8-1.87-2.779-2.577a24.6 24.6 0 0 0-3.9-2.287l-.019-.009l-.005-.002zM21.479 17H10.521A6.47 6.47 0 0 1 9.5 13.5c0-.729.332-1.502.959-2.302c.624-.797 1.48-1.542 2.377-2.191A22.5 22.5 0 0 1 16 7.108a22.5 22.5 0 0 1 3.164 1.899c.897.649 1.753 1.394 2.377 2.19c.627.801.959 1.574.959 2.303a6.47 6.47 0 0 1-1.022 3.5M27 27h-7v-2a4 4 0 0 0-8 0v2H5v-8h22zm-9-2v2h-4v-2a2 2 0 1 1 4 0M4 7.5A1.25 1.25 0 1 0 4 5a1.25 1.25 0 0 0 0 2.5m25.25-1.25a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0M15.588 5.089l-.025.011l.028-.013l-.008.004"/></svg> </template>
CSS
.icon-building-mosque-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.409%205.087a1%201%200%200%200-.818%200l-.003.002l-.005.002l-.02.01a10%2010%200%200%200-.323.152a24.6%2024.6%200%200%200-3.576%202.133c-.978.709-1.997%201.58-2.78%202.578c-.778.994-1.384%202.194-1.384%203.536a8.5%208.5%200%200%200%20.752%203.5H5v-7a1%201%200%200%200-2%200v17a2%202%200%200%200%202%202h22a2%202%200%200%200%202-2V10a1%201%200%201%200-2%200v7h-3.252a8.5%208.5%200%200%200%20.752-3.5c0-1.342-.606-2.542-1.385-3.536c-.782-.999-1.8-1.87-2.779-2.577a24.6%2024.6%200%200%200-3.9-2.287l-.019-.009l-.005-.002zM21.479%2017H10.521A6.47%206.47%200%200%201%209.5%2013.5c0-.729.332-1.502.959-2.302c.624-.797%201.48-1.542%202.377-2.191A22.5%2022.5%200%200%201%2016%207.108a22.5%2022.5%200%200%201%203.164%201.899c.897.649%201.753%201.394%202.377%202.19c.627.801.959%201.574.959%202.303a6.47%206.47%200%200%201-1.022%203.5M27%2027h-7v-2a4%204%200%200%200-8%200v2H5v-8h22zm-9-2v2h-4v-2a2%202%200%201%201%204%200M4%207.5A1.25%201.25%200%201%200%204%205a1.25%201.25%200%200%200%200%202.5m25.25-1.25a1.25%201.25%200%201%201-2.5%200a1.25%201.25%200%200%201%202.5%200M15.588%205.089l-.025.011l.028-.013l-.008.004%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.409%205.087a1%201%200%200%200-.818%200l-.003.002l-.005.002l-.02.01a10%2010%200%200%200-.323.152a24.6%2024.6%200%200%200-3.576%202.133c-.978.709-1.997%201.58-2.78%202.578c-.778.994-1.384%202.194-1.384%203.536a8.5%208.5%200%200%200%20.752%203.5H5v-7a1%201%200%200%200-2%200v17a2%202%200%200%200%202%202h22a2%202%200%200%200%202-2V10a1%201%200%201%200-2%200v7h-3.252a8.5%208.5%200%200%200%20.752-3.5c0-1.342-.606-2.542-1.385-3.536c-.782-.999-1.8-1.87-2.779-2.577a24.6%2024.6%200%200%200-3.9-2.287l-.019-.009l-.005-.002zM21.479%2017H10.521A6.47%206.47%200%200%201%209.5%2013.5c0-.729.332-1.502.959-2.302c.624-.797%201.48-1.542%202.377-2.191A22.5%2022.5%200%200%201%2016%207.108a22.5%2022.5%200%200%201%203.164%201.899c.897.649%201.753%201.394%202.377%202.19c.627.801.959%201.574.959%202.303a6.47%206.47%200%200%201-1.022%203.5M27%2027h-7v-2a4%204%200%200%200-8%200v2H5v-8h22zm-9-2v2h-4v-2a2%202%200%201%201%204%200M4%207.5A1.25%201.25%200%201%200%204%205a1.25%201.25%200%200%200%200%202.5m25.25-1.25a1.25%201.25%200%201%201-2.5%200a1.25%201.25%200%200%201%202.5%200M15.588%205.089l-.025.011l.028-.013l-.008.004%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/building-mosque-32-regular.svg?color=%231a73e8&size=48