twotone-mosque from Google Material Icons by Material Design Authors · Baseline · Maps · Apache-2.0 Free for personal and commercial use.

Name
twotone-mosque
Set
Google Material Icons
Style
Baseline
Category
Maps
Viewbox
24×24
License
Apache 2.0

More maps icons from Google Material Icons

Use the twotone mosque icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.91 9h4.18C15.14 9 16 8.14 16 7.09c0-.64-.32-1.23-.85-1.59L12 3.4L8.85 5.5c-.53.36-.85.95-.85 1.59C8 8.14 8.86 9 9.91 9M17 11H7v4H3v4h6v-2c0-1.65 1.35-3 3-3s3 1.35 3 3v2h6v-4h-4z" opacity=".3"/><path fill="currentColor" d="M22 4s-2 1.9-2 3c0 .74.4 1.38 1 1.72V13h-2v-2c0-.95-.66-1.74-1.55-1.94c.34-.58.55-1.25.55-1.97c0-1.31-.65-2.53-1.74-3.25L12 1L7.74 3.84A3.89 3.89 0 0 0 6 7.09c0 .72.21 1.39.55 1.96C5.66 9.26 5 10.05 5 11v2H3V8.72c.6-.34 1-.98 1-1.72c0-1.1-2-3-2-3S0 5.9 0 7c0 .74.4 1.38 1 1.72V21h10v-4c0-.55.45-1 1-1s1 .45 1 1v4h10V8.72c.6-.35 1-.98 1-1.72c0-1.1-2-3-2-3M8.85 5.5L12 3.4l3.15 2.1c.53.36.85.95.85 1.59C16 8.14 15.14 9 14.09 9H9.91C8.86 9 8 8.14 8 7.09c0-.64.32-1.23.85-1.59M21 19h-6v-2c0-1.65-1.35-3-3-3s-3 1.35-3 3v2H3v-4h4v-4h10v4h4z"/></svg>

React

import type { SVGProps } from "react";

export function IcTwotoneMosque(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="M9.91 9h4.18C15.14 9 16 8.14 16 7.09c0-.64-.32-1.23-.85-1.59L12 3.4L8.85 5.5c-.53.36-.85.95-.85 1.59C8 8.14 8.86 9 9.91 9M17 11H7v4H3v4h6v-2c0-1.65 1.35-3 3-3s3 1.35 3 3v2h6v-4h-4z" opacity=".3"/><path fill="currentColor" d="M22 4s-2 1.9-2 3c0 .74.4 1.38 1 1.72V13h-2v-2c0-.95-.66-1.74-1.55-1.94c.34-.58.55-1.25.55-1.97c0-1.31-.65-2.53-1.74-3.25L12 1L7.74 3.84A3.89 3.89 0 0 0 6 7.09c0 .72.21 1.39.55 1.96C5.66 9.26 5 10.05 5 11v2H3V8.72c.6-.34 1-.98 1-1.72c0-1.1-2-3-2-3S0 5.9 0 7c0 .74.4 1.38 1 1.72V21h10v-4c0-.55.45-1 1-1s1 .45 1 1v4h10V8.72c.6-.35 1-.98 1-1.72c0-1.1-2-3-2-3M8.85 5.5L12 3.4l3.15 2.1c.53.36.85.95.85 1.59C16 8.14 15.14 9 14.09 9H9.91C8.86 9 8 8.14 8 7.09c0-.64.32-1.23.85-1.59M21 19h-6v-2c0-1.65-1.35-3-3-3s-3 1.35-3 3v2H3v-4h4v-4h10v4h4z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.91 9h4.18C15.14 9 16 8.14 16 7.09c0-.64-.32-1.23-.85-1.59L12 3.4L8.85 5.5c-.53.36-.85.95-.85 1.59C8 8.14 8.86 9 9.91 9M17 11H7v4H3v4h6v-2c0-1.65 1.35-3 3-3s3 1.35 3 3v2h6v-4h-4z" opacity=".3"/><path fill="currentColor" d="M22 4s-2 1.9-2 3c0 .74.4 1.38 1 1.72V13h-2v-2c0-.95-.66-1.74-1.55-1.94c.34-.58.55-1.25.55-1.97c0-1.31-.65-2.53-1.74-3.25L12 1L7.74 3.84A3.89 3.89 0 0 0 6 7.09c0 .72.21 1.39.55 1.96C5.66 9.26 5 10.05 5 11v2H3V8.72c.6-.34 1-.98 1-1.72c0-1.1-2-3-2-3S0 5.9 0 7c0 .74.4 1.38 1 1.72V21h10v-4c0-.55.45-1 1-1s1 .45 1 1v4h10V8.72c.6-.35 1-.98 1-1.72c0-1.1-2-3-2-3M8.85 5.5L12 3.4l3.15 2.1c.53.36.85.95.85 1.59C16 8.14 15.14 9 14.09 9H9.91C8.86 9 8 8.14 8 7.09c0-.64.32-1.23.85-1.59M21 19h-6v-2c0-1.65-1.35-3-3-3s-3 1.35-3 3v2H3v-4h4v-4h10v4h4z"/></svg>
</template>

CSS

.icon-twotone-mosque {
  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%22M9.91%209h4.18C15.14%209%2016%208.14%2016%207.09c0-.64-.32-1.23-.85-1.59L12%203.4L8.85%205.5c-.53.36-.85.95-.85%201.59C8%208.14%208.86%209%209.91%209M17%2011H7v4H3v4h6v-2c0-1.65%201.35-3%203-3s3%201.35%203%203v2h6v-4h-4z%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22%204s-2%201.9-2%203c0%20.74.4%201.38%201%201.72V13h-2v-2c0-.95-.66-1.74-1.55-1.94c.34-.58.55-1.25.55-1.97c0-1.31-.65-2.53-1.74-3.25L12%201L7.74%203.84A3.89%203.89%200%200%200%206%207.09c0%20.72.21%201.39.55%201.96C5.66%209.26%205%2010.05%205%2011v2H3V8.72c.6-.34%201-.98%201-1.72c0-1.1-2-3-2-3S0%205.9%200%207c0%20.74.4%201.38%201%201.72V21h10v-4c0-.55.45-1%201-1s1%20.45%201%201v4h10V8.72c.6-.35%201-.98%201-1.72c0-1.1-2-3-2-3M8.85%205.5L12%203.4l3.15%202.1c.53.36.85.95.85%201.59C16%208.14%2015.14%209%2014.09%209H9.91C8.86%209%208%208.14%208%207.09c0-.64.32-1.23.85-1.59M21%2019h-6v-2c0-1.65-1.35-3-3-3s-3%201.35-3%203v2H3v-4h4v-4h10v4h4z%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%22M9.91%209h4.18C15.14%209%2016%208.14%2016%207.09c0-.64-.32-1.23-.85-1.59L12%203.4L8.85%205.5c-.53.36-.85.95-.85%201.59C8%208.14%208.86%209%209.91%209M17%2011H7v4H3v4h6v-2c0-1.65%201.35-3%203-3s3%201.35%203%203v2h6v-4h-4z%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22%204s-2%201.9-2%203c0%20.74.4%201.38%201%201.72V13h-2v-2c0-.95-.66-1.74-1.55-1.94c.34-.58.55-1.25.55-1.97c0-1.31-.65-2.53-1.74-3.25L12%201L7.74%203.84A3.89%203.89%200%200%200%206%207.09c0%20.72.21%201.39.55%201.96C5.66%209.26%205%2010.05%205%2011v2H3V8.72c.6-.34%201-.98%201-1.72c0-1.1-2-3-2-3S0%205.9%200%207c0%20.74.4%201.38%201%201.72V21h10v-4c0-.55.45-1%201-1s1%20.45%201%201v4h10V8.72c.6-.35%201-.98%201-1.72c0-1.1-2-3-2-3M8.85%205.5L12%203.4l3.15%202.1c.53.36.85.95.85%201.59C16%208.14%2015.14%209%2014.09%209H9.91C8.86%209%208%208.14%208%207.09c0-.64.32-1.23.85-1.59M21%2019h-6v-2c0-1.65-1.35-3-3-3s-3%201.35-3%203v2H3v-4h4v-4h10v4h4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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