building mosque icon
building-mosque-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.
- Name
- building-mosque-28-regular
- Set
- Fluent UI System Icons
- Style
- 28 Regular
- Viewbox
- 28×28
- 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-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 28 28"><path fill="currentColor" d="M4.5 8.75a.75.75 0 0 0-1.5 0v14.5c0 .966.784 1.75 1.75 1.75h18.5A1.75 1.75 0 0 0 25 23.25V8.75a.75.75 0 0 0-1.5 0V15h-3.174c.432-.91.674-1.926.674-3c0-1.093-.494-2.075-1.136-2.895c-.646-.824-1.488-1.544-2.3-2.132a20.4 20.4 0 0 0-3.177-1.87l-.058-.027l-.016-.007l-.004-.002l-.002-.001a.75.75 0 0 0-.614 0h-.002l-.005.003l-.015.007l-.058.026l-.21.1a20 20 0 0 0-.736.38c-.605.326-1.416.8-2.232 1.391c-.811.588-1.653 1.308-2.299 2.132C7.493 9.925 7 10.907 7 12c0 1.074.242 2.09.674 3H4.5zM18.61 15H9.39a5.47 5.47 0 0 1-.89-3c0-.633.288-1.295.817-1.97c.526-.672 1.247-1.298 1.998-1.842A19 19 0 0 1 14 6.581a19 19 0 0 1 2.685 1.608c.751.543 1.472 1.169 1.998 1.84c.53.676.817 1.338.817 1.971a5.47 5.47 0 0 1-.89 3m4.64 8.5H17V21a3 3 0 1 0-6 0v2.5H4.75a.25.25 0 0 1-.25-.25V16.5h19v6.75a.25.25 0 0 1-.25.25M12.5 21a1.5 1.5 0 0 1 3 0v2.5h-3zM3.75 7a1 1 0 1 0 0-2a1 1 0 0 0 0 2m21.5-1a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/></svg>
React
import type { SVGProps } from "react";
export function FluentBuildingMosque28Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M4.5 8.75a.75.75 0 0 0-1.5 0v14.5c0 .966.784 1.75 1.75 1.75h18.5A1.75 1.75 0 0 0 25 23.25V8.75a.75.75 0 0 0-1.5 0V15h-3.174c.432-.91.674-1.926.674-3c0-1.093-.494-2.075-1.136-2.895c-.646-.824-1.488-1.544-2.3-2.132a20.4 20.4 0 0 0-3.177-1.87l-.058-.027l-.016-.007l-.004-.002l-.002-.001a.75.75 0 0 0-.614 0h-.002l-.005.003l-.015.007l-.058.026l-.21.1a20 20 0 0 0-.736.38c-.605.326-1.416.8-2.232 1.391c-.811.588-1.653 1.308-2.299 2.132C7.493 9.925 7 10.907 7 12c0 1.074.242 2.09.674 3H4.5zM18.61 15H9.39a5.47 5.47 0 0 1-.89-3c0-.633.288-1.295.817-1.97c.526-.672 1.247-1.298 1.998-1.842A19 19 0 0 1 14 6.581a19 19 0 0 1 2.685 1.608c.751.543 1.472 1.169 1.998 1.84c.53.676.817 1.338.817 1.971a5.47 5.47 0 0 1-.89 3m4.64 8.5H17V21a3 3 0 1 0-6 0v2.5H4.75a.25.25 0 0 1-.25-.25V16.5h19v6.75a.25.25 0 0 1-.25.25M12.5 21a1.5 1.5 0 0 1 3 0v2.5h-3zM3.75 7a1 1 0 1 0 0-2a1 1 0 0 0 0 2m21.5-1a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M4.5 8.75a.75.75 0 0 0-1.5 0v14.5c0 .966.784 1.75 1.75 1.75h18.5A1.75 1.75 0 0 0 25 23.25V8.75a.75.75 0 0 0-1.5 0V15h-3.174c.432-.91.674-1.926.674-3c0-1.093-.494-2.075-1.136-2.895c-.646-.824-1.488-1.544-2.3-2.132a20.4 20.4 0 0 0-3.177-1.87l-.058-.027l-.016-.007l-.004-.002l-.002-.001a.75.75 0 0 0-.614 0h-.002l-.005.003l-.015.007l-.058.026l-.21.1a20 20 0 0 0-.736.38c-.605.326-1.416.8-2.232 1.391c-.811.588-1.653 1.308-2.299 2.132C7.493 9.925 7 10.907 7 12c0 1.074.242 2.09.674 3H4.5zM18.61 15H9.39a5.47 5.47 0 0 1-.89-3c0-.633.288-1.295.817-1.97c.526-.672 1.247-1.298 1.998-1.842A19 19 0 0 1 14 6.581a19 19 0 0 1 2.685 1.608c.751.543 1.472 1.169 1.998 1.84c.53.676.817 1.338.817 1.971a5.47 5.47 0 0 1-.89 3m4.64 8.5H17V21a3 3 0 1 0-6 0v2.5H4.75a.25.25 0 0 1-.25-.25V16.5h19v6.75a.25.25 0 0 1-.25.25M12.5 21a1.5 1.5 0 0 1 3 0v2.5h-3zM3.75 7a1 1 0 1 0 0-2a1 1 0 0 0 0 2m21.5-1a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/></svg> </template>
CSS
.icon-building-mosque-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.5%208.75a.75.75%200%200%200-1.5%200v14.5c0%20.966.784%201.75%201.75%201.75h18.5A1.75%201.75%200%200%200%2025%2023.25V8.75a.75.75%200%200%200-1.5%200V15h-3.174c.432-.91.674-1.926.674-3c0-1.093-.494-2.075-1.136-2.895c-.646-.824-1.488-1.544-2.3-2.132a20.4%2020.4%200%200%200-3.177-1.87l-.058-.027l-.016-.007l-.004-.002l-.002-.001a.75.75%200%200%200-.614%200h-.002l-.005.003l-.015.007l-.058.026l-.21.1a20%2020%200%200%200-.736.38c-.605.326-1.416.8-2.232%201.391c-.811.588-1.653%201.308-2.299%202.132C7.493%209.925%207%2010.907%207%2012c0%201.074.242%202.09.674%203H4.5zM18.61%2015H9.39a5.47%205.47%200%200%201-.89-3c0-.633.288-1.295.817-1.97c.526-.672%201.247-1.298%201.998-1.842A19%2019%200%200%201%2014%206.581a19%2019%200%200%201%202.685%201.608c.751.543%201.472%201.169%201.998%201.84c.53.676.817%201.338.817%201.971a5.47%205.47%200%200%201-.89%203m4.64%208.5H17V21a3%203%200%201%200-6%200v2.5H4.75a.25.25%200%200%201-.25-.25V16.5h19v6.75a.25.25%200%200%201-.25.25M12.5%2021a1.5%201.5%200%200%201%203%200v2.5h-3zM3.75%207a1%201%200%201%200%200-2a1%201%200%200%200%200%202m21.5-1a1%201%200%201%201-2%200a1%201%200%200%201%202%200%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.5%208.75a.75.75%200%200%200-1.5%200v14.5c0%20.966.784%201.75%201.75%201.75h18.5A1.75%201.75%200%200%200%2025%2023.25V8.75a.75.75%200%200%200-1.5%200V15h-3.174c.432-.91.674-1.926.674-3c0-1.093-.494-2.075-1.136-2.895c-.646-.824-1.488-1.544-2.3-2.132a20.4%2020.4%200%200%200-3.177-1.87l-.058-.027l-.016-.007l-.004-.002l-.002-.001a.75.75%200%200%200-.614%200h-.002l-.005.003l-.015.007l-.058.026l-.21.1a20%2020%200%200%200-.736.38c-.605.326-1.416.8-2.232%201.391c-.811.588-1.653%201.308-2.299%202.132C7.493%209.925%207%2010.907%207%2012c0%201.074.242%202.09.674%203H4.5zM18.61%2015H9.39a5.47%205.47%200%200%201-.89-3c0-.633.288-1.295.817-1.97c.526-.672%201.247-1.298%201.998-1.842A19%2019%200%200%201%2014%206.581a19%2019%200%200%201%202.685%201.608c.751.543%201.472%201.169%201.998%201.84c.53.676.817%201.338.817%201.971a5.47%205.47%200%200%201-.89%203m4.64%208.5H17V21a3%203%200%201%200-6%200v2.5H4.75a.25.25%200%200%201-.25-.25V16.5h19v6.75a.25.25%200%200%201-.25.25M12.5%2021a1.5%201.5%200%200%201%203%200v2.5h-3zM3.75%207a1%201%200%201%200%200-2a1%201%200%200%200%200%202m21.5-1a1%201%200%201%201-2%200a1%201%200%200%201%202%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/building-mosque-28-regular.svg?color=%231a73e8&size=48