building mosque icon
building-mosque-32-filled from Fluent UI System Icons by Microsoft Corporation · 32 Filled · MIT Free for personal and commercial use.
- Name
- building-mosque-32-filled
- Set
- Fluent UI System Icons
- Style
- 32 Filled
- 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-regularbuilding-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="M5.25 6.25a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0M28 7.5A1.25 1.25 0 1 0 28 5a1.25 1.25 0 0 0 0 2.5M15.591 5.087a1 1 0 0 1 .818 0l.003.002a10 10 0 0 1 .348.164a24.6 24.6 0 0 1 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 1-.752 3.5H27v-7a1 1 0 1 1 2 0v17a2 2 0 0 1-2 2h-6a2 2 0 0 1-2-2v-2a3 3 0 1 0-6 0v2a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V10a1 1 0 0 1 2 0v7h3.252a8.5 8.5 0 0 1-.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 1 3.927-2.3"/></svg>
React
import type { SVGProps } from "react";
export function FluentBuildingMosque32Filled(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="M5.25 6.25a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0M28 7.5A1.25 1.25 0 1 0 28 5a1.25 1.25 0 0 0 0 2.5M15.591 5.087a1 1 0 0 1 .818 0l.003.002a10 10 0 0 1 .348.164a24.6 24.6 0 0 1 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 1-.752 3.5H27v-7a1 1 0 1 1 2 0v17a2 2 0 0 1-2 2h-6a2 2 0 0 1-2-2v-2a3 3 0 1 0-6 0v2a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V10a1 1 0 0 1 2 0v7h3.252a8.5 8.5 0 0 1-.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 1 3.927-2.3"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M5.25 6.25a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0M28 7.5A1.25 1.25 0 1 0 28 5a1.25 1.25 0 0 0 0 2.5M15.591 5.087a1 1 0 0 1 .818 0l.003.002a10 10 0 0 1 .348.164a24.6 24.6 0 0 1 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 1-.752 3.5H27v-7a1 1 0 1 1 2 0v17a2 2 0 0 1-2 2h-6a2 2 0 0 1-2-2v-2a3 3 0 1 0-6 0v2a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V10a1 1 0 0 1 2 0v7h3.252a8.5 8.5 0 0 1-.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 1 3.927-2.3"/></svg> </template>
CSS
.icon-building-mosque-32-filled {
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%22M5.25%206.25a1.25%201.25%200%201%201-2.5%200a1.25%201.25%200%200%201%202.5%200M28%207.5A1.25%201.25%200%201%200%2028%205a1.25%201.25%200%200%200%200%202.5M15.591%205.087a1%201%200%200%201%20.818%200l.003.002a10%2010%200%200%201%20.348.164a24.6%2024.6%200%200%201%203.576%202.133c.978.709%201.997%201.58%202.78%202.578c.778.994%201.384%202.194%201.384%203.536a8.5%208.5%200%200%201-.752%203.5H27v-7a1%201%200%201%201%202%200v17a2%202%200%200%201-2%202h-6a2%202%200%200%201-2-2v-2a3%203%200%201%200-6%200v2a2%202%200%200%201-2%202H5a2%202%200%200%201-2-2V10a1%201%200%200%201%202%200v7h3.252a8.5%208.5%200%200%201-.752-3.5c0-1.342.606-2.542%201.385-3.536c.782-.999%201.8-1.87%202.779-2.577a24.6%2024.6%200%200%201%203.927-2.3%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%22M5.25%206.25a1.25%201.25%200%201%201-2.5%200a1.25%201.25%200%200%201%202.5%200M28%207.5A1.25%201.25%200%201%200%2028%205a1.25%201.25%200%200%200%200%202.5M15.591%205.087a1%201%200%200%201%20.818%200l.003.002a10%2010%200%200%201%20.348.164a24.6%2024.6%200%200%201%203.576%202.133c.978.709%201.997%201.58%202.78%202.578c.778.994%201.384%202.194%201.384%203.536a8.5%208.5%200%200%201-.752%203.5H27v-7a1%201%200%201%201%202%200v17a2%202%200%200%201-2%202h-6a2%202%200%200%201-2-2v-2a3%203%200%201%200-6%200v2a2%202%200%200%201-2%202H5a2%202%200%200%201-2-2V10a1%201%200%200%201%202%200v7h3.252a8.5%208.5%200%200%201-.752-3.5c0-1.342.606-2.542%201.385-3.536c.782-.999%201.8-1.87%202.779-2.577a24.6%2024.6%200%200%201%203.927-2.3%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-filled.svg?color=%231a73e8&size=48