building mosque icon
building-mosque-12-filled from Fluent UI System Icons by Microsoft Corporation · 12 Filled · MIT Free for personal and commercial use.
- Name
- building-mosque-12-filled
- Set
- Fluent UI System Icons
- Style
- 12 Filled
- Viewbox
- 12×12
- License
- MIT
13 other variants in Fluent UI System Icons
building-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-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.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.5m-9 .5a.5.5 0 0 1 .5.5V6h1.17C3.06 5.687 3 5.35 3 5c0-.499.225-.934.497-1.282c.274-.35.627-.65.96-.89A8.4 8.4 0 0 1 5.76 2.06l.024-.012l.007-.003h.002l.002-.001a.5.5 0 0 1 .409 0l.003.001l.007.003l.024.012l.087.041a8.4 8.4 0 0 1 1.217.726c.333.241.686.542.96.891C8.775 4.066 9 4.501 9 5c0 .35-.06.687-.17 1H10V3.5a.5.5 0 0 1 1 0V10a1 1 0 0 1-1 1H8a1 1 0 0 1-1-1V9a1 1 0 0 0-2 0v1a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V3.5a.5.5 0 0 1 .5-.5"/></svg>
React
import type { SVGProps } from "react";
export function FluentBuildingMosque12Filled(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.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.5m-9 .5a.5.5 0 0 1 .5.5V6h1.17C3.06 5.687 3 5.35 3 5c0-.499.225-.934.497-1.282c.274-.35.627-.65.96-.89A8.4 8.4 0 0 1 5.76 2.06l.024-.012l.007-.003h.002l.002-.001a.5.5 0 0 1 .409 0l.003.001l.007.003l.024.012l.087.041a8.4 8.4 0 0 1 1.217.726c.333.241.686.542.96.891C8.775 4.066 9 4.501 9 5c0 .35-.06.687-.17 1H10V3.5a.5.5 0 0 1 1 0V10a1 1 0 0 1-1 1H8a1 1 0 0 1-1-1V9a1 1 0 0 0-2 0v1a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V3.5a.5.5 0 0 1 .5-.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.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.5m-9 .5a.5.5 0 0 1 .5.5V6h1.17C3.06 5.687 3 5.35 3 5c0-.499.225-.934.497-1.282c.274-.35.627-.65.96-.89A8.4 8.4 0 0 1 5.76 2.06l.024-.012l.007-.003h.002l.002-.001a.5.5 0 0 1 .409 0l.003.001l.007.003l.024.012l.087.041a8.4 8.4 0 0 1 1.217.726c.333.241.686.542.96.891C8.775 4.066 9 4.501 9 5c0 .35-.06.687-.17 1H10V3.5a.5.5 0 0 1 1 0V10a1 1 0 0 1-1 1H8a1 1 0 0 1-1-1V9a1 1 0 0 0-2 0v1a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V3.5a.5.5 0 0 1 .5-.5"/></svg> </template>
CSS
.icon-building-mosque-12-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%2012%2012%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.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.5m-9%20.5a.5.5%200%200%201%20.5.5V6h1.17C3.06%205.687%203%205.35%203%205c0-.499.225-.934.497-1.282c.274-.35.627-.65.96-.89A8.4%208.4%200%200%201%205.76%202.06l.024-.012l.007-.003h.002l.002-.001a.5.5%200%200%201%20.409%200l.003.001l.007.003l.024.012l.087.041a8.4%208.4%200%200%201%201.217.726c.333.241.686.542.96.891C8.775%204.066%209%204.501%209%205c0%20.35-.06.687-.17%201H10V3.5a.5.5%200%200%201%201%200V10a1%201%200%200%201-1%201H8a1%201%200%200%201-1-1V9a1%201%200%200%200-2%200v1a1%201%200%200%201-1%201H2a1%201%200%200%201-1-1V3.5a.5.5%200%200%201%20.5-.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.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.5m-9%20.5a.5.5%200%200%201%20.5.5V6h1.17C3.06%205.687%203%205.35%203%205c0-.499.225-.934.497-1.282c.274-.35.627-.65.96-.89A8.4%208.4%200%200%201%205.76%202.06l.024-.012l.007-.003h.002l.002-.001a.5.5%200%200%201%20.409%200l.003.001l.007.003l.024.012l.087.041a8.4%208.4%200%200%201%201.217.726c.333.241.686.542.96.891C8.775%204.066%209%204.501%209%205c0%20.35-.06.687-.17%201H10V3.5a.5.5%200%200%201%201%200V10a1%201%200%200%201-1%201H8a1%201%200%200%201-1-1V9a1%201%200%200%200-2%200v1a1%201%200%200%201-1%201H2a1%201%200%200%201-1-1V3.5a.5.5%200%200%201%20.5-.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-filled.svg?color=%231a73e8&size=48