building mosque icon
building-mosque-12-regular from Fluent UI System Icons by Microsoft Corporation · 12 Regular · MIT Free for personal and commercial use.
- Name
- building-mosque-12-regular
- Set
- Fluent UI System Icons
- Style
- 12 Regular
- Viewbox
- 12×12
- License
- MIT
13 other variants in Fluent UI System Icons
building-mosque-12-filledbuilding-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-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 12 12"><path fill="currentColor" d="M2 3.5a.5.5 0 0 0-1 0V10a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V3.5a.5.5 0 0 0-1 0V6H8.83c.11-.313.17-.65.17-1c0-.499-.225-.934-.497-1.282a4.8 4.8 0 0 0-.96-.89A8.4 8.4 0 0 0 6.24 2.06l-.024-.012l-.007-.003h-.002l-.001-.001a.5.5 0 0 0-.41 0l-.003.001l-.007.003l-.024.012l-.087.041a8.4 8.4 0 0 0-1.217.726a4.8 4.8 0 0 0-.96.891C3.225 4.066 3 4.501 3 5c0 .35.06.687.17 1H2zM7.732 6H4.268A2 2 0 0 1 4 5c0-.192.088-.414.284-.665c.195-.248.467-.486.76-.698A7.4 7.4 0 0 1 6 3.056a8 8 0 0 1 .957.581c.292.212.564.45.759.698c.196.251.284.473.284.665c0 .364-.097.706-.268 1M10 10H7.5V9a1.5 1.5 0 1 0-3 0v1H2V7h8zM6.5 9v1h-1V9a.5.5 0 0 1 1 0M2.25 1.75a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0m8.25.75a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5"/></svg>
React
import type { SVGProps } from "react";
export function FluentBuildingMosque12Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M2 3.5a.5.5 0 0 0-1 0V10a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V3.5a.5.5 0 0 0-1 0V6H8.83c.11-.313.17-.65.17-1c0-.499-.225-.934-.497-1.282a4.8 4.8 0 0 0-.96-.89A8.4 8.4 0 0 0 6.24 2.06l-.024-.012l-.007-.003h-.002l-.001-.001a.5.5 0 0 0-.41 0l-.003.001l-.007.003l-.024.012l-.087.041a8.4 8.4 0 0 0-1.217.726a4.8 4.8 0 0 0-.96.891C3.225 4.066 3 4.501 3 5c0 .35.06.687.17 1H2zM7.732 6H4.268A2 2 0 0 1 4 5c0-.192.088-.414.284-.665c.195-.248.467-.486.76-.698A7.4 7.4 0 0 1 6 3.056a8 8 0 0 1 .957.581c.292.212.564.45.759.698c.196.251.284.473.284.665c0 .364-.097.706-.268 1M10 10H7.5V9a1.5 1.5 0 1 0-3 0v1H2V7h8zM6.5 9v1h-1V9a.5.5 0 0 1 1 0M2.25 1.75a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0m8.25.75a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M2 3.5a.5.5 0 0 0-1 0V10a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V3.5a.5.5 0 0 0-1 0V6H8.83c.11-.313.17-.65.17-1c0-.499-.225-.934-.497-1.282a4.8 4.8 0 0 0-.96-.89A8.4 8.4 0 0 0 6.24 2.06l-.024-.012l-.007-.003h-.002l-.001-.001a.5.5 0 0 0-.41 0l-.003.001l-.007.003l-.024.012l-.087.041a8.4 8.4 0 0 0-1.217.726a4.8 4.8 0 0 0-.96.891C3.225 4.066 3 4.501 3 5c0 .35.06.687.17 1H2zM7.732 6H4.268A2 2 0 0 1 4 5c0-.192.088-.414.284-.665c.195-.248.467-.486.76-.698A7.4 7.4 0 0 1 6 3.056a8 8 0 0 1 .957.581c.292.212.564.45.759.698c.196.251.284.473.284.665c0 .364-.097.706-.268 1M10 10H7.5V9a1.5 1.5 0 1 0-3 0v1H2V7h8zM6.5 9v1h-1V9a.5.5 0 0 1 1 0M2.25 1.75a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0m8.25.75a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5"/></svg> </template>
CSS
.icon-building-mosque-12-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%2012%2012%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%203.5a.5.5%200%200%200-1%200V10a1%201%200%200%200%201%201h8a1%201%200%200%200%201-1V3.5a.5.5%200%200%200-1%200V6H8.83c.11-.313.17-.65.17-1c0-.499-.225-.934-.497-1.282a4.8%204.8%200%200%200-.96-.89A8.4%208.4%200%200%200%206.24%202.06l-.024-.012l-.007-.003h-.002l-.001-.001a.5.5%200%200%200-.41%200l-.003.001l-.007.003l-.024.012l-.087.041a8.4%208.4%200%200%200-1.217.726a4.8%204.8%200%200%200-.96.891C3.225%204.066%203%204.501%203%205c0%20.35.06.687.17%201H2zM7.732%206H4.268A2%202%200%200%201%204%205c0-.192.088-.414.284-.665c.195-.248.467-.486.76-.698A7.4%207.4%200%200%201%206%203.056a8%208%200%200%201%20.957.581c.292.212.564.45.759.698c.196.251.284.473.284.665c0%20.364-.097.706-.268%201M10%2010H7.5V9a1.5%201.5%200%201%200-3%200v1H2V7h8zM6.5%209v1h-1V9a.5.5%200%200%201%201%200M2.25%201.75a.75.75%200%201%201-1.5%200a.75.75%200%200%201%201.5%200m8.25.75a.75.75%200%201%200%200-1.5a.75.75%200%200%200%200%201.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%2012%2012%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%203.5a.5.5%200%200%200-1%200V10a1%201%200%200%200%201%201h8a1%201%200%200%200%201-1V3.5a.5.5%200%200%200-1%200V6H8.83c.11-.313.17-.65.17-1c0-.499-.225-.934-.497-1.282a4.8%204.8%200%200%200-.96-.89A8.4%208.4%200%200%200%206.24%202.06l-.024-.012l-.007-.003h-.002l-.001-.001a.5.5%200%200%200-.41%200l-.003.001l-.007.003l-.024.012l-.087.041a8.4%208.4%200%200%200-1.217.726a4.8%204.8%200%200%200-.96.891C3.225%204.066%203%204.501%203%205c0%20.35.06.687.17%201H2zM7.732%206H4.268A2%202%200%200%201%204%205c0-.192.088-.414.284-.665c.195-.248.467-.486.76-.698A7.4%207.4%200%200%201%206%203.056a8%208%200%200%201%20.957.581c.292.212.564.45.759.698c.196.251.284.473.284.665c0%20.364-.097.706-.268%201M10%2010H7.5V9a1.5%201.5%200%201%200-3%200v1H2V7h8zM6.5%209v1h-1V9a.5.5%200%200%201%201%200M2.25%201.75a.75.75%200%201%201-1.5%200a.75.75%200%200%201%201.5%200m8.25.75a.75.75%200%201%200%200-1.5a.75.75%200%200%200%200%201.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/building-mosque-12-regular.svg?color=%231a73e8&size=48