mosque icon
mosque from Material Design Icons by Pictogrammers · Filled · Religion · Apache-2.0 Free for personal and commercial use.
- Name
- mosque
- Set
- Material Design Icons
- Style
- Filled
- Category
- Religion
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- islam, muslim
1 other variant in Material Design Icons
The same icon in other sets
More religion icons from Material Design Icons
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="M7 8h10c.3 0 .6.1.8.1c.1-.3.2-.7.2-1c0-1.3-.6-2.5-1.7-3.2L12 1L7.7 3.8c-1 .8-1.7 2-1.7 3.3c0 .4.1.7.2 1c.2 0 .5-.1.8-.1m17-1c0-1.1-2-3-2-3s-2 1.9-2 3c0 .7.4 1.4 1 1.7V13h-2v-2c0-1.1-.9-2-2-2H7c-1.1 0-2 .9-2 2v2H3V8.7c.6-.3 1-1 1-1.7c0-1.1-2-3-2-3S0 5.9 0 7c0 .7.4 1.4 1 1.7V21h9v-4c0-1.1.9-2 2-2s2 .9 2 2v4h9V8.7c.6-.3 1-1 1-1.7"/></svg>
React
import type { SVGProps } from "react";
export function MdiMosque(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="M7 8h10c.3 0 .6.1.8.1c.1-.3.2-.7.2-1c0-1.3-.6-2.5-1.7-3.2L12 1L7.7 3.8c-1 .8-1.7 2-1.7 3.3c0 .4.1.7.2 1c.2 0 .5-.1.8-.1m17-1c0-1.1-2-3-2-3s-2 1.9-2 3c0 .7.4 1.4 1 1.7V13h-2v-2c0-1.1-.9-2-2-2H7c-1.1 0-2 .9-2 2v2H3V8.7c.6-.3 1-1 1-1.7c0-1.1-2-3-2-3S0 5.9 0 7c0 .7.4 1.4 1 1.7V21h9v-4c0-1.1.9-2 2-2s2 .9 2 2v4h9V8.7c.6-.3 1-1 1-1.7"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7 8h10c.3 0 .6.1.8.1c.1-.3.2-.7.2-1c0-1.3-.6-2.5-1.7-3.2L12 1L7.7 3.8c-1 .8-1.7 2-1.7 3.3c0 .4.1.7.2 1c.2 0 .5-.1.8-.1m17-1c0-1.1-2-3-2-3s-2 1.9-2 3c0 .7.4 1.4 1 1.7V13h-2v-2c0-1.1-.9-2-2-2H7c-1.1 0-2 .9-2 2v2H3V8.7c.6-.3 1-1 1-1.7c0-1.1-2-3-2-3S0 5.9 0 7c0 .7.4 1.4 1 1.7V21h9v-4c0-1.1.9-2 2-2s2 .9 2 2v4h9V8.7c.6-.3 1-1 1-1.7"/></svg> </template>
CSS
.icon-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%22M7%208h10c.3%200%20.6.1.8.1c.1-.3.2-.7.2-1c0-1.3-.6-2.5-1.7-3.2L12%201L7.7%203.8c-1%20.8-1.7%202-1.7%203.3c0%20.4.1.7.2%201c.2%200%20.5-.1.8-.1m17-1c0-1.1-2-3-2-3s-2%201.9-2%203c0%20.7.4%201.4%201%201.7V13h-2v-2c0-1.1-.9-2-2-2H7c-1.1%200-2%20.9-2%202v2H3V8.7c.6-.3%201-1%201-1.7c0-1.1-2-3-2-3S0%205.9%200%207c0%20.7.4%201.4%201%201.7V21h9v-4c0-1.1.9-2%202-2s2%20.9%202%202v4h9V8.7c.6-.3%201-1%201-1.7%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%22M7%208h10c.3%200%20.6.1.8.1c.1-.3.2-.7.2-1c0-1.3-.6-2.5-1.7-3.2L12%201L7.7%203.8c-1%20.8-1.7%202-1.7%203.3c0%20.4.1.7.2%201c.2%200%20.5-.1.8-.1m17-1c0-1.1-2-3-2-3s-2%201.9-2%203c0%20.7.4%201.4%201%201.7V13h-2v-2c0-1.1-.9-2-2-2H7c-1.1%200-2%20.9-2%202v2H3V8.7c.6-.3%201-1%201-1.7c0-1.1-2-3-2-3S0%205.9%200%207c0%20.7.4%201.4%201%201.7V21h9v-4c0-1.1.9-2%202-2s2%20.9%202%202v4h9V8.7c.6-.3%201-1%201-1.7%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/mosque.svg?color=%231a73e8&size=48