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

Name
mosque-outline-rounded
Set
Material Symbols
Style
Outline 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="M1 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-.75q-.275-.425-.412-.925T6 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-.137 1.025t-.413.925q.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-7q-.425 0-.712-.288T13 20v-3q0-.425-.288-.712T12 16t-.712.288T11 17v3q0 .425-.288.713T10 21H3q-.825 0-1.412-.587T1 19M9.9 9h4.2q.8 0 1.35-.55T16 7.1q0-.5-.225-.913T15.15 5.5L12 3.4L8.85 5.5q-.4.275-.625.688T8 7.1q0 .8.55 1.35T9.9 9M3 19h6v-2q0-1.25.875-2.125T12 14t2.125.875T15 17v2h6v-4h-2q-.825 0-1.412-.587T17 13v-2H7v2q0 .825-.587 1.413T5 15H3zm9-9.95"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsMosqueOutlineRounded(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="M1 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-.75q-.275-.425-.412-.925T6 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-.137 1.025t-.413.925q.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-7q-.425 0-.712-.288T13 20v-3q0-.425-.288-.712T12 16t-.712.288T11 17v3q0 .425-.288.713T10 21H3q-.825 0-1.412-.587T1 19M9.9 9h4.2q.8 0 1.35-.55T16 7.1q0-.5-.225-.913T15.15 5.5L12 3.4L8.85 5.5q-.4.275-.625.688T8 7.1q0 .8.55 1.35T9.9 9M3 19h6v-2q0-1.25.875-2.125T12 14t2.125.875T15 17v2h6v-4h-2q-.825 0-1.412-.587T17 13v-2H7v2q0 .825-.587 1.413T5 15H3zm9-9.95"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M1 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-.75q-.275-.425-.412-.925T6 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-.137 1.025t-.413.925q.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-7q-.425 0-.712-.288T13 20v-3q0-.425-.288-.712T12 16t-.712.288T11 17v3q0 .425-.288.713T10 21H3q-.825 0-1.412-.587T1 19M9.9 9h4.2q.8 0 1.35-.55T16 7.1q0-.5-.225-.913T15.15 5.5L12 3.4L8.85 5.5q-.4.275-.625.688T8 7.1q0 .8.55 1.35T9.9 9M3 19h6v-2q0-1.25.875-2.125T12 14t2.125.875T15 17v2h6v-4h-2q-.825 0-1.412-.587T17 13v-2H7v2q0 .825-.587 1.413T5 15H3zm9-9.95"/></svg>
</template>

CSS

.icon-mosque-outline-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%22M1%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-.75q-.275-.425-.412-.925T6%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-.137%201.025t-.413.925q.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-7q-.425%200-.712-.288T13%2020v-3q0-.425-.288-.712T12%2016t-.712.288T11%2017v3q0%20.425-.288.713T10%2021H3q-.825%200-1.412-.587T1%2019M9.9%209h4.2q.8%200%201.35-.55T16%207.1q0-.5-.225-.913T15.15%205.5L12%203.4L8.85%205.5q-.4.275-.625.688T8%207.1q0%20.8.55%201.35T9.9%209M3%2019h6v-2q0-1.25.875-2.125T12%2014t2.125.875T15%2017v2h6v-4h-2q-.825%200-1.412-.587T17%2013v-2H7v2q0%20.825-.587%201.413T5%2015H3zm9-9.95%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%22M1%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-.75q-.275-.425-.412-.925T6%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-.137%201.025t-.413.925q.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-7q-.425%200-.712-.288T13%2020v-3q0-.425-.288-.712T12%2016t-.712.288T11%2017v3q0%20.425-.288.713T10%2021H3q-.825%200-1.412-.587T1%2019M9.9%209h4.2q.8%200%201.35-.55T16%207.1q0-.5-.225-.913T15.15%205.5L12%203.4L8.85%205.5q-.4.275-.625.688T8%207.1q0%20.8.55%201.35T9.9%209M3%2019h6v-2q0-1.25.875-2.125T12%2014t2.125.875T15%2017v2h6v-4h-2q-.825%200-1.412-.587T17%2013v-2H7v2q0%20.825-.587%201.413T5%2015H3zm9-9.95%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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