Building Mosque icon

Used for location scenarios. The Building Mosque icon is part of Microsoft's Fluent UI System Icons, available here in filled and regular (outlined) styles on a 24 px grid. Download it as SVG or PNG, or copy it as code — it's free to use under the MIT License.

Regular (outlined)

SVG

Filled

SVG

Use the Building Mosque icon in React

Install Microsoft's @fluentui/react-icons package, then import the component. Icons inherit the current text color, and you can size them with CSS.

npm install @fluentui/react-icons

import { BuildingMosque24Regular, BuildingMosque24Filled } from "@fluentui/react-icons";

export function Example() {
  return <BuildingMosque24Regular aria-label="Building Mosque" />;
}

Use it in HTML

Reference the SVG file directly:

<img src="https://fluenticons.co/icons/ic_fluent_building_mosque_24_regular.svg" width="24" height="24" alt="Building Mosque">

Or paste the SVG markup inline. Setting fill="currentColor" makes the icon follow the text color of its parent:

<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.5 7.75C3.5 7.33579 3.16421 7 2.75 7C2.33579 7 2 7.33579 2 7.75V20.75C2 21.4404 2.55964 22 3.25 22H20.75C21.4404 22 22 21.4404 22 20.75V7.75C22 7.33579 21.6642 7 21.25 7C20.8358 7 20.5 7.33579 20.5 7.75V13H18.0018C18.3228 12.2304 18.5 11.3859 18.5 10.5C18.5 9.47585 18.0378 8.55967 17.4419 7.79924C16.8434 7.03545 16.0639 6.36887 15.3148 5.8266C14.5615 5.28133 13.8127 4.84305 13.2547 4.54187C12.9748 4.39081 12.7408 4.2731 12.5755 4.19257C12.4928 4.15229 12.4272 4.12124 12.3814 4.09991L12.328 4.07524L12.3131 4.06847L12.3088 4.0665L12.3068 4.06564C12.1119 3.97834 11.8876 3.97857 11.6926 4.06587L11.6912 4.0665L11.6869 4.06847L11.672 4.07524L11.6186 4.09991C11.5728 4.12124 11.5072 4.15229 11.4245 4.19257C11.2592 4.2731 11.0252 4.39081 10.7453 4.54187C10.1873 4.84305 9.43851 5.28133 8.68523 5.8266C7.93608 6.36887 7.15661 7.03545 6.5581 7.79924C5.96222 8.55967 5.5 9.47585 5.5 10.5C5.5 11.3859 5.67723 12.2304 5.99816 13H3.5V7.75ZM16.3311 13H7.66891C7.24349 12.2646 7 11.4107 7 10.5C7 9.93633 7.25653 9.33986 7.73878 8.72444C8.21839 8.11239 8.87642 7.53995 9.56477 7.04167C10.249 6.5464 10.9377 6.14261 11.4578 5.86186C11.6731 5.74566 11.858 5.65131 12 5.58104C12.142 5.65131 12.3269 5.74566 12.5422 5.86186C13.0623 6.14261 13.751 6.5464 14.4352 7.04167C15.1236 7.53995 15.7816 8.11239 16.2612 8.72444C16.7435 9.33986 17 9.93633 17 10.5C17 11.4107 16.7565 12.2646 16.3311 13ZM20.5 20.5H14.5V18.5C14.5 17.1193 13.3807 16 12 16C10.6193 16 9.5 17.1193 9.5 18.5V20.5H3.5V14.5H20.5V20.5ZM11 18.5C11 17.9477 11.4477 17.5 12 17.5C12.5523 17.5 13 17.9477 13 18.5V20.5H11V18.5ZM3.75 5C3.75 5.55228 3.30228 6 2.75 6C2.19772 6 1.75 5.55228 1.75 5C1.75 4.44772 2.19772 4 2.75 4C3.30228 4 3.75 4.44772 3.75 5ZM21.25 6C21.8023 6 22.25 5.55228 22.25 5C22.25 4.44772 21.8023 4 21.25 4C20.6977 4 20.25 4.44772 20.25 5C20.25 5.55228 20.6977 6 21.25 6Z" fill="currentColor"/></svg>

Use it from the SVG package

Microsoft's @fluentui/svg-icons package contains the raw SVG files, which works well with bundlers that import SVGs:

npm install @fluentui/svg-icons

import icon from "@fluentui/svg-icons/icons/building_mosque_24_regular.svg";

Details

NameBuilding Mosque
StylesRegular (outlined), Filled
Size24 × 24 px (scalable SVG)
Regular (outlined) fileic_fluent_building_mosque_24_regular.svg
Filled fileic_fluent_building_mosque_24_filled.svg
React componentsBuildingMosque24Regular, BuildingMosque24Filled
LicenseMIT (© Microsoft Corporation)

Keywords

structureconstructionarchitectureprayprayer

Related icons