building-mosque-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.

Name
building-mosque-16-filled
Set
Fluent UI System Icons
Style
16 Filled
Viewbox
16×16
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 16 16"><path fill="currentColor" d="M2.25 2.75a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0m12.25.75a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5M8.204 2.044a.5.5 0 0 0-.408 0h-.002l-.003.002l-.01.004l-.037.017l-.135.065a13 13 0 0 0-1.902 1.135c-.52.376-1.06.838-1.476 1.368C3.82 5.162 3.5 5.795 3.5 6.5c0 .526.09 1.03.256 1.5H2V4.5a.5.5 0 0 0-1 0V13a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1v-1.5a1 1 0 1 1 2 0V13a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1V4.5a.5.5 0 0 0-1 0V8h-1.756a4.5 4.5 0 0 0 .256-1.5c0-.706-.319-1.338-.731-1.865c-.415-.53-.956-.992-1.476-1.368a13 13 0 0 0-2.037-1.2L8.22 2.05l-.01-.004l-.003-.002z"/></svg>

React

import type { SVGProps } from "react";

export function FluentBuildingMosque16Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M2.25 2.75a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0m12.25.75a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5M8.204 2.044a.5.5 0 0 0-.408 0h-.002l-.003.002l-.01.004l-.037.017l-.135.065a13 13 0 0 0-1.902 1.135c-.52.376-1.06.838-1.476 1.368C3.82 5.162 3.5 5.795 3.5 6.5c0 .526.09 1.03.256 1.5H2V4.5a.5.5 0 0 0-1 0V13a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1v-1.5a1 1 0 1 1 2 0V13a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1V4.5a.5.5 0 0 0-1 0V8h-1.756a4.5 4.5 0 0 0 .256-1.5c0-.706-.319-1.338-.731-1.865c-.415-.53-.956-.992-1.476-1.368a13 13 0 0 0-2.037-1.2L8.22 2.05l-.01-.004l-.003-.002z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M2.25 2.75a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0m12.25.75a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5M8.204 2.044a.5.5 0 0 0-.408 0h-.002l-.003.002l-.01.004l-.037.017l-.135.065a13 13 0 0 0-1.902 1.135c-.52.376-1.06.838-1.476 1.368C3.82 5.162 3.5 5.795 3.5 6.5c0 .526.09 1.03.256 1.5H2V4.5a.5.5 0 0 0-1 0V13a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1v-1.5a1 1 0 1 1 2 0V13a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1V4.5a.5.5 0 0 0-1 0V8h-1.756a4.5 4.5 0 0 0 .256-1.5c0-.706-.319-1.338-.731-1.865c-.415-.53-.956-.992-1.476-1.368a13 13 0 0 0-2.037-1.2L8.22 2.05l-.01-.004l-.003-.002z"/></svg>
</template>

CSS

.icon-building-mosque-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.25%202.75a.75.75%200%201%201-1.5%200a.75.75%200%200%201%201.5%200m12.25.75a.75.75%200%201%200%200-1.5a.75.75%200%200%200%200%201.5M8.204%202.044a.5.5%200%200%200-.408%200h-.002l-.003.002l-.01.004l-.037.017l-.135.065a13%2013%200%200%200-1.902%201.135c-.52.376-1.06.838-1.476%201.368C3.82%205.162%203.5%205.795%203.5%206.5c0%20.526.09%201.03.256%201.5H2V4.5a.5.5%200%200%200-1%200V13a1%201%200%200%200%201%201h4a1%201%200%200%200%201-1v-1.5a1%201%200%201%201%202%200V13a1%201%200%200%200%201%201h4a1%201%200%200%200%201-1V4.5a.5.5%200%200%200-1%200V8h-1.756a4.5%204.5%200%200%200%20.256-1.5c0-.706-.319-1.338-.731-1.865c-.415-.53-.956-.992-1.476-1.368a13%2013%200%200%200-2.037-1.2L8.22%202.05l-.01-.004l-.003-.002z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.25%202.75a.75.75%200%201%201-1.5%200a.75.75%200%200%201%201.5%200m12.25.75a.75.75%200%201%200%200-1.5a.75.75%200%200%200%200%201.5M8.204%202.044a.5.5%200%200%200-.408%200h-.002l-.003.002l-.01.004l-.037.017l-.135.065a13%2013%200%200%200-1.902%201.135c-.52.376-1.06.838-1.476%201.368C3.82%205.162%203.5%205.795%203.5%206.5c0%20.526.09%201.03.256%201.5H2V4.5a.5.5%200%200%200-1%200V13a1%201%200%200%200%201%201h4a1%201%200%200%200%201-1v-1.5a1%201%200%201%201%202%200V13a1%201%200%200%200%201%201h4a1%201%200%200%200%201-1V4.5a.5.5%200%200%200-1%200V8h-1.756a4.5%204.5%200%200%200%20.256-1.5c0-.706-.319-1.338-.731-1.865c-.415-.53-.956-.992-1.476-1.368a13%2013%200%200%200-2.037-1.2L8.22%202.05l-.01-.004l-.003-.002z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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