building-mosque-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.

Name
building-mosque-20-regular
Set
Fluent UI System Icons
Style
20 Regular
Viewbox
20×20
License
MIT

13 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the building mosque icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M2.5 5.5a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5m15.75-.75a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0m-8.046-.706a.5.5 0 0 0-.408 0h-.002l-.003.002l-.012.005l-.04.02l-.151.07a14.6 14.6 0 0 0-2.13 1.271c-.584.423-1.187.939-1.648 1.528C5.35 7.527 5 8.225 5 9c0 .711.148 1.387.416 2H3V6.5a.5.5 0 0 0-1 0V17a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V6.5a.5.5 0 0 0-1 0V11h-2.416A5 5 0 0 0 15 9c0-.775-.35-1.473-.81-2.06c-.461-.589-1.064-1.105-1.647-1.527a14.6 14.6 0 0 0-2.281-1.343l-.041-.019l-.012-.005l-.003-.002zM17 17h-5v-2a2 2 0 1 0-4 0v2H3v-5h14zm-7-3a1 1 0 0 1 1 1v2H9v-2a1 1 0 0 1 1-1m3.403-6.443c.384.49.597.975.597 1.443c0 .729-.195 1.412-.535 2h-6.93A4 4 0 0 1 6 9c0-.468.213-.953.597-1.443c.382-.488.904-.941 1.446-1.334A13.6 13.6 0 0 1 10 5.053a13.6 13.6 0 0 1 1.957 1.17c.542.393 1.064.846 1.446 1.334"/></svg>

React

import type { SVGProps } from "react";

export function FluentBuildingMosque20Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M2.5 5.5a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5m15.75-.75a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0m-8.046-.706a.5.5 0 0 0-.408 0h-.002l-.003.002l-.012.005l-.04.02l-.151.07a14.6 14.6 0 0 0-2.13 1.271c-.584.423-1.187.939-1.648 1.528C5.35 7.527 5 8.225 5 9c0 .711.148 1.387.416 2H3V6.5a.5.5 0 0 0-1 0V17a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V6.5a.5.5 0 0 0-1 0V11h-2.416A5 5 0 0 0 15 9c0-.775-.35-1.473-.81-2.06c-.461-.589-1.064-1.105-1.647-1.527a14.6 14.6 0 0 0-2.281-1.343l-.041-.019l-.012-.005l-.003-.002zM17 17h-5v-2a2 2 0 1 0-4 0v2H3v-5h14zm-7-3a1 1 0 0 1 1 1v2H9v-2a1 1 0 0 1 1-1m3.403-6.443c.384.49.597.975.597 1.443c0 .729-.195 1.412-.535 2h-6.93A4 4 0 0 1 6 9c0-.468.213-.953.597-1.443c.382-.488.904-.941 1.446-1.334A13.6 13.6 0 0 1 10 5.053a13.6 13.6 0 0 1 1.957 1.17c.542.393 1.064.846 1.446 1.334"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M2.5 5.5a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5m15.75-.75a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0m-8.046-.706a.5.5 0 0 0-.408 0h-.002l-.003.002l-.012.005l-.04.02l-.151.07a14.6 14.6 0 0 0-2.13 1.271c-.584.423-1.187.939-1.648 1.528C5.35 7.527 5 8.225 5 9c0 .711.148 1.387.416 2H3V6.5a.5.5 0 0 0-1 0V17a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V6.5a.5.5 0 0 0-1 0V11h-2.416A5 5 0 0 0 15 9c0-.775-.35-1.473-.81-2.06c-.461-.589-1.064-1.105-1.647-1.527a14.6 14.6 0 0 0-2.281-1.343l-.041-.019l-.012-.005l-.003-.002zM17 17h-5v-2a2 2 0 1 0-4 0v2H3v-5h14zm-7-3a1 1 0 0 1 1 1v2H9v-2a1 1 0 0 1 1-1m3.403-6.443c.384.49.597.975.597 1.443c0 .729-.195 1.412-.535 2h-6.93A4 4 0 0 1 6 9c0-.468.213-.953.597-1.443c.382-.488.904-.941 1.446-1.334A13.6 13.6 0 0 1 10 5.053a13.6 13.6 0 0 1 1.957 1.17c.542.393 1.064.846 1.446 1.334"/></svg>
</template>

CSS

.icon-building-mosque-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.5%205.5a.75.75%200%201%200%200-1.5a.75.75%200%200%200%200%201.5m15.75-.75a.75.75%200%201%201-1.5%200a.75.75%200%200%201%201.5%200m-8.046-.706a.5.5%200%200%200-.408%200h-.002l-.003.002l-.012.005l-.04.02l-.151.07a14.6%2014.6%200%200%200-2.13%201.271c-.584.423-1.187.939-1.648%201.528C5.35%207.527%205%208.225%205%209c0%20.711.148%201.387.416%202H3V6.5a.5.5%200%200%200-1%200V17a1%201%200%200%200%201%201h14a1%201%200%200%200%201-1V6.5a.5.5%200%200%200-1%200V11h-2.416A5%205%200%200%200%2015%209c0-.775-.35-1.473-.81-2.06c-.461-.589-1.064-1.105-1.647-1.527a14.6%2014.6%200%200%200-2.281-1.343l-.041-.019l-.012-.005l-.003-.002zM17%2017h-5v-2a2%202%200%201%200-4%200v2H3v-5h14zm-7-3a1%201%200%200%201%201%201v2H9v-2a1%201%200%200%201%201-1m3.403-6.443c.384.49.597.975.597%201.443c0%20.729-.195%201.412-.535%202h-6.93A4%204%200%200%201%206%209c0-.468.213-.953.597-1.443c.382-.488.904-.941%201.446-1.334A13.6%2013.6%200%200%201%2010%205.053a13.6%2013.6%200%200%201%201.957%201.17c.542.393%201.064.846%201.446%201.334%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.5%205.5a.75.75%200%201%200%200-1.5a.75.75%200%200%200%200%201.5m15.75-.75a.75.75%200%201%201-1.5%200a.75.75%200%200%201%201.5%200m-8.046-.706a.5.5%200%200%200-.408%200h-.002l-.003.002l-.012.005l-.04.02l-.151.07a14.6%2014.6%200%200%200-2.13%201.271c-.584.423-1.187.939-1.648%201.528C5.35%207.527%205%208.225%205%209c0%20.711.148%201.387.416%202H3V6.5a.5.5%200%200%200-1%200V17a1%201%200%200%200%201%201h14a1%201%200%200%200%201-1V6.5a.5.5%200%200%200-1%200V11h-2.416A5%205%200%200%200%2015%209c0-.775-.35-1.473-.81-2.06c-.461-.589-1.064-1.105-1.647-1.527a14.6%2014.6%200%200%200-2.281-1.343l-.041-.019l-.012-.005l-.003-.002zM17%2017h-5v-2a2%202%200%201%200-4%200v2H3v-5h14zm-7-3a1%201%200%200%201%201%201v2H9v-2a1%201%200%200%201%201-1m3.403-6.443c.384.49.597.975.597%201.443c0%20.729-.195%201.412-.535%202h-6.93A4%204%200%200%201%206%209c0-.468.213-.953.597-1.443c.382-.488.904-.941%201.446-1.334A13.6%2013.6%200%200%201%2010%205.053a13.6%2013.6%200%200%201%201.957%201.17c.542.393%201.064.846%201.446%201.334%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/building-mosque-20-regular.svg?color=%231a73e8&size=48