mosque-rounded from Material Symbols by Google · Rounded · Maps · Apache-2.0 Free for personal and commercial use.

Name
mosque-rounded
Set
Material Symbols
Style
Rounded
Category
Maps
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More maps icons from Material Symbols

Use the mosque icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.95 8.05q-.525 0-.737-.213T6 7.1q0-1 .475-1.85t1.275-1.4l3.125-2.1q.5-.35 1.125-.35t1.125.35l3.125 2.1q.8.55 1.275 1.4T18 7.1q0 .525-.213.738t-.737.212zM1 19V8.725Q.55 8.45.275 8.013T0 7t.6-1.4T2 4q.8.775 1.4 1.6T4 7t-.275 1.013T3 8.724V13h2v-2q0-.625.4-1.2t1.15-.75h10.9q.75.175 1.15.75T19 11v2h2V8.725q-.45-.275-.725-.712T20 7t.6-1.4T22 4q.8.775 1.4 1.6T24 7t-.275 1.013t-.725.712V19q0 .825-.587 1.413T21 21h-6q-.425 0-.712-.288T14 20v-3q0-.825-.587-1.412T12 15t-1.412.588T10 17v3q0 .425-.288.713T9 21H3q-.825 0-1.412-.587T1 19"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsMosqueRounded(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.95 8.05q-.525 0-.737-.213T6 7.1q0-1 .475-1.85t1.275-1.4l3.125-2.1q.5-.35 1.125-.35t1.125.35l3.125 2.1q.8.55 1.275 1.4T18 7.1q0 .525-.213.738t-.737.212zM1 19V8.725Q.55 8.45.275 8.013T0 7t.6-1.4T2 4q.8.775 1.4 1.6T4 7t-.275 1.013T3 8.724V13h2v-2q0-.625.4-1.2t1.15-.75h10.9q.75.175 1.15.75T19 11v2h2V8.725q-.45-.275-.725-.712T20 7t.6-1.4T22 4q.8.775 1.4 1.6T24 7t-.275 1.013t-.725.712V19q0 .825-.587 1.413T21 21h-6q-.425 0-.712-.288T14 20v-3q0-.825-.587-1.412T12 15t-1.412.588T10 17v3q0 .425-.288.713T9 21H3q-.825 0-1.412-.587T1 19"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.95 8.05q-.525 0-.737-.213T6 7.1q0-1 .475-1.85t1.275-1.4l3.125-2.1q.5-.35 1.125-.35t1.125.35l3.125 2.1q.8.55 1.275 1.4T18 7.1q0 .525-.213.738t-.737.212zM1 19V8.725Q.55 8.45.275 8.013T0 7t.6-1.4T2 4q.8.775 1.4 1.6T4 7t-.275 1.013T3 8.724V13h2v-2q0-.625.4-1.2t1.15-.75h10.9q.75.175 1.15.75T19 11v2h2V8.725q-.45-.275-.725-.712T20 7t.6-1.4T22 4q.8.775 1.4 1.6T24 7t-.275 1.013t-.725.712V19q0 .825-.587 1.413T21 21h-6q-.425 0-.712-.288T14 20v-3q0-.825-.587-1.412T12 15t-1.412.588T10 17v3q0 .425-.288.713T9 21H3q-.825 0-1.412-.587T1 19"/></svg>
</template>

CSS

.icon-mosque-rounded {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.95%208.05q-.525%200-.737-.213T6%207.1q0-1%20.475-1.85t1.275-1.4l3.125-2.1q.5-.35%201.125-.35t1.125.35l3.125%202.1q.8.55%201.275%201.4T18%207.1q0%20.525-.213.738t-.737.212zM1%2019V8.725Q.55%208.45.275%208.013T0%207t.6-1.4T2%204q.8.775%201.4%201.6T4%207t-.275%201.013T3%208.724V13h2v-2q0-.625.4-1.2t1.15-.75h10.9q.75.175%201.15.75T19%2011v2h2V8.725q-.45-.275-.725-.712T20%207t.6-1.4T22%204q.8.775%201.4%201.6T24%207t-.275%201.013t-.725.712V19q0%20.825-.587%201.413T21%2021h-6q-.425%200-.712-.288T14%2020v-3q0-.825-.587-1.412T12%2015t-1.412.588T10%2017v3q0%20.425-.288.713T9%2021H3q-.825%200-1.412-.587T1%2019%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.95%208.05q-.525%200-.737-.213T6%207.1q0-1%20.475-1.85t1.275-1.4l3.125-2.1q.5-.35%201.125-.35t1.125.35l3.125%202.1q.8.55%201.275%201.4T18%207.1q0%20.525-.213.738t-.737.212zM1%2019V8.725Q.55%208.45.275%208.013T0%207t.6-1.4T2%204q.8.775%201.4%201.6T4%207t-.275%201.013T3%208.724V13h2v-2q0-.625.4-1.2t1.15-.75h10.9q.75.175%201.15.75T19%2011v2h2V8.725q-.45-.275-.725-.712T20%207t.6-1.4T22%204q.8.775%201.4%201.6T24%207t-.275%201.013t-.725.712V19q0%20.825-.587%201.413T21%2021h-6q-.425%200-.712-.288T14%2020v-3q0-.825-.587-1.412T12%2015t-1.412.588T10%2017v3q0%20.425-.288.713T9%2021H3q-.825%200-1.412-.587T1%2019%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/mosque-rounded.svg?color=%231a73e8&size=48