mosque icon
mosque-outline from Health Icons by Resolve to Save Lives · Outline · Places · MIT Free for personal and commercial use.
- Name
- mosque-outline
- Set
- Health Icons
- Style
- Outline
- Category
- Places
- Viewbox
- 48×48
- License
- MIT
- Aliases
- mosque2x-outline
1 other variant in Health Icons
The same icon in other sets
mosqueEmoji One (Colored)mosqueFont Awesome 6 SolidmosqueFont Awesome SolidmosqueFluent EmojimosqueFluent Emoji FlatmosqueFluent Emoji High ContrastmosqueLine AwesomemosqueLucidemosqueMaterial SymbolsmosqueMaterial Symbols LightmosqueMaterial Design IconsmosqueNoto EmojimosqueOpenMojimosquePhosphormosqueTabler IconsmosqueTDesign IconsmosqueTwitter Emoji
More places icons from Health Icons
Use the mosque icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M10 6.048s.485.85 1.122 2.138c.877 1.77 2.043 4.369 2.635 6.721q.148.584.243 1.14v15h2V25.7c-.64-1.191-1-2.608-1-4.224c0-3.585 3.175-6.189 5.836-8.37a44 44 0 0 0 1.797-1.525q.191-.175.367-.347V8.048h2v3.186q.176.172.367.347c.533.489 1.15.995 1.797 1.525c2.66 2.181 5.836 4.785 5.836 8.37c0 1.616-.36 3.033-1 4.224v5.348h2v-15q.082-.547.228-1.137c.56-2.273 1.755-4.92 2.652-6.726c.635-1.28 1.12-2.137 1.12-2.137s.485.85 1.122 2.138c.877 1.77 2.043 4.369 2.635 6.721q.148.584.243 1.14v26H6v-26q.082-.546.228-1.136c.56-2.273 1.755-4.92 2.652-6.726C9.515 6.905 10 6.048 10 6.048m18 34v-.528a2 2 0 0 0-1.106-1.789L24 36.284l-2.894 1.447A2 2 0 0 0 20 39.52v.528zm2 0h4v-7H14v7h4v-.528a4 4 0 0 1 2.211-3.578L24 34.048l3.789 1.894A4 4 0 0 1 30 39.52zm6-23.532c.808-.195 1.404-.293 2-.293s1.192.098 2 .293v23.532h-4zm-28 0v23.532h4V16.516c-.808-.195-1.404-.293-2-.293s-1.192.098-2 .293m.456-2.142c.396-1.26.962-2.633 1.543-3.896c.563 1.232 1.122 2.597 1.528 3.893A8.6 8.6 0 0 0 10 14.223c-.508 0-1.01.054-1.544.15m9.475 10.674c-.582-.946-.931-2.132-.931-3.572c0-1.161.505-2.272 1.466-3.442c.98-1.193 2.278-2.266 3.638-3.381l.027-.023c.633-.519 1.29-1.057 1.869-1.589c.579.532 1.236 1.07 1.869 1.59l.027.022c1.36 1.115 2.659 2.188 3.638 3.38c.96 1.17 1.466 2.282 1.466 3.443c0 1.44-.35 2.626-.93 3.572zm.069 2v4h1v-1a1 1 0 1 1 2 0v1h2v-1a1 1 0 1 1 2 0v1h2v-1a1 1 0 1 1 2 0v1h1v-4zm20-16.57c-.582 1.263-1.148 2.636-1.544 3.896a8.6 8.6 0 0 1 1.544-.15c.502 0 1 .053 1.527.147c-.406-1.295-.965-2.66-1.528-3.892" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function HealthiconsMosqueOutline(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fillRule="evenodd" d="M10 6.048s.485.85 1.122 2.138c.877 1.77 2.043 4.369 2.635 6.721q.148.584.243 1.14v15h2V25.7c-.64-1.191-1-2.608-1-4.224c0-3.585 3.175-6.189 5.836-8.37a44 44 0 0 0 1.797-1.525q.191-.175.367-.347V8.048h2v3.186q.176.172.367.347c.533.489 1.15.995 1.797 1.525c2.66 2.181 5.836 4.785 5.836 8.37c0 1.616-.36 3.033-1 4.224v5.348h2v-15q.082-.547.228-1.137c.56-2.273 1.755-4.92 2.652-6.726c.635-1.28 1.12-2.137 1.12-2.137s.485.85 1.122 2.138c.877 1.77 2.043 4.369 2.635 6.721q.148.584.243 1.14v26H6v-26q.082-.546.228-1.136c.56-2.273 1.755-4.92 2.652-6.726C9.515 6.905 10 6.048 10 6.048m18 34v-.528a2 2 0 0 0-1.106-1.789L24 36.284l-2.894 1.447A2 2 0 0 0 20 39.52v.528zm2 0h4v-7H14v7h4v-.528a4 4 0 0 1 2.211-3.578L24 34.048l3.789 1.894A4 4 0 0 1 30 39.52zm6-23.532c.808-.195 1.404-.293 2-.293s1.192.098 2 .293v23.532h-4zm-28 0v23.532h4V16.516c-.808-.195-1.404-.293-2-.293s-1.192.098-2 .293m.456-2.142c.396-1.26.962-2.633 1.543-3.896c.563 1.232 1.122 2.597 1.528 3.893A8.6 8.6 0 0 0 10 14.223c-.508 0-1.01.054-1.544.15m9.475 10.674c-.582-.946-.931-2.132-.931-3.572c0-1.161.505-2.272 1.466-3.442c.98-1.193 2.278-2.266 3.638-3.381l.027-.023c.633-.519 1.29-1.057 1.869-1.589c.579.532 1.236 1.07 1.869 1.59l.027.022c1.36 1.115 2.659 2.188 3.638 3.38c.96 1.17 1.466 2.282 1.466 3.443c0 1.44-.35 2.626-.93 3.572zm.069 2v4h1v-1a1 1 0 1 1 2 0v1h2v-1a1 1 0 1 1 2 0v1h2v-1a1 1 0 1 1 2 0v1h1v-4zm20-16.57c-.582 1.263-1.148 2.636-1.544 3.896a8.6 8.6 0 0 1 1.544-.15c.502 0 1 .053 1.527.147c-.406-1.295-.965-2.66-1.528-3.892" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M10 6.048s.485.85 1.122 2.138c.877 1.77 2.043 4.369 2.635 6.721q.148.584.243 1.14v15h2V25.7c-.64-1.191-1-2.608-1-4.224c0-3.585 3.175-6.189 5.836-8.37a44 44 0 0 0 1.797-1.525q.191-.175.367-.347V8.048h2v3.186q.176.172.367.347c.533.489 1.15.995 1.797 1.525c2.66 2.181 5.836 4.785 5.836 8.37c0 1.616-.36 3.033-1 4.224v5.348h2v-15q.082-.547.228-1.137c.56-2.273 1.755-4.92 2.652-6.726c.635-1.28 1.12-2.137 1.12-2.137s.485.85 1.122 2.138c.877 1.77 2.043 4.369 2.635 6.721q.148.584.243 1.14v26H6v-26q.082-.546.228-1.136c.56-2.273 1.755-4.92 2.652-6.726C9.515 6.905 10 6.048 10 6.048m18 34v-.528a2 2 0 0 0-1.106-1.789L24 36.284l-2.894 1.447A2 2 0 0 0 20 39.52v.528zm2 0h4v-7H14v7h4v-.528a4 4 0 0 1 2.211-3.578L24 34.048l3.789 1.894A4 4 0 0 1 30 39.52zm6-23.532c.808-.195 1.404-.293 2-.293s1.192.098 2 .293v23.532h-4zm-28 0v23.532h4V16.516c-.808-.195-1.404-.293-2-.293s-1.192.098-2 .293m.456-2.142c.396-1.26.962-2.633 1.543-3.896c.563 1.232 1.122 2.597 1.528 3.893A8.6 8.6 0 0 0 10 14.223c-.508 0-1.01.054-1.544.15m9.475 10.674c-.582-.946-.931-2.132-.931-3.572c0-1.161.505-2.272 1.466-3.442c.98-1.193 2.278-2.266 3.638-3.381l.027-.023c.633-.519 1.29-1.057 1.869-1.589c.579.532 1.236 1.07 1.869 1.59l.027.022c1.36 1.115 2.659 2.188 3.638 3.38c.96 1.17 1.466 2.282 1.466 3.443c0 1.44-.35 2.626-.93 3.572zm.069 2v4h1v-1a1 1 0 1 1 2 0v1h2v-1a1 1 0 1 1 2 0v1h2v-1a1 1 0 1 1 2 0v1h1v-4zm20-16.57c-.582 1.263-1.148 2.636-1.544 3.896a8.6 8.6 0 0 1 1.544-.15c.502 0 1 .053 1.527.147c-.406-1.295-.965-2.66-1.528-3.892" clip-rule="evenodd"/></svg> </template>
CSS
.icon-mosque-outline {
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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M10%206.048s.485.85%201.122%202.138c.877%201.77%202.043%204.369%202.635%206.721q.148.584.243%201.14v15h2V25.7c-.64-1.191-1-2.608-1-4.224c0-3.585%203.175-6.189%205.836-8.37a44%2044%200%200%200%201.797-1.525q.191-.175.367-.347V8.048h2v3.186q.176.172.367.347c.533.489%201.15.995%201.797%201.525c2.66%202.181%205.836%204.785%205.836%208.37c0%201.616-.36%203.033-1%204.224v5.348h2v-15q.082-.547.228-1.137c.56-2.273%201.755-4.92%202.652-6.726c.635-1.28%201.12-2.137%201.12-2.137s.485.85%201.122%202.138c.877%201.77%202.043%204.369%202.635%206.721q.148.584.243%201.14v26H6v-26q.082-.546.228-1.136c.56-2.273%201.755-4.92%202.652-6.726C9.515%206.905%2010%206.048%2010%206.048m18%2034v-.528a2%202%200%200%200-1.106-1.789L24%2036.284l-2.894%201.447A2%202%200%200%200%2020%2039.52v.528zm2%200h4v-7H14v7h4v-.528a4%204%200%200%201%202.211-3.578L24%2034.048l3.789%201.894A4%204%200%200%201%2030%2039.52zm6-23.532c.808-.195%201.404-.293%202-.293s1.192.098%202%20.293v23.532h-4zm-28%200v23.532h4V16.516c-.808-.195-1.404-.293-2-.293s-1.192.098-2%20.293m.456-2.142c.396-1.26.962-2.633%201.543-3.896c.563%201.232%201.122%202.597%201.528%203.893A8.6%208.6%200%200%200%2010%2014.223c-.508%200-1.01.054-1.544.15m9.475%2010.674c-.582-.946-.931-2.132-.931-3.572c0-1.161.505-2.272%201.466-3.442c.98-1.193%202.278-2.266%203.638-3.381l.027-.023c.633-.519%201.29-1.057%201.869-1.589c.579.532%201.236%201.07%201.869%201.59l.027.022c1.36%201.115%202.659%202.188%203.638%203.38c.96%201.17%201.466%202.282%201.466%203.443c0%201.44-.35%202.626-.93%203.572zm.069%202v4h1v-1a1%201%200%201%201%202%200v1h2v-1a1%201%200%201%201%202%200v1h2v-1a1%201%200%201%201%202%200v1h1v-4zm20-16.57c-.582%201.263-1.148%202.636-1.544%203.896a8.6%208.6%200%200%201%201.544-.15c.502%200%201%20.053%201.527.147c-.406-1.295-.965-2.66-1.528-3.892%22%20clip-rule%3D%22evenodd%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M10%206.048s.485.85%201.122%202.138c.877%201.77%202.043%204.369%202.635%206.721q.148.584.243%201.14v15h2V25.7c-.64-1.191-1-2.608-1-4.224c0-3.585%203.175-6.189%205.836-8.37a44%2044%200%200%200%201.797-1.525q.191-.175.367-.347V8.048h2v3.186q.176.172.367.347c.533.489%201.15.995%201.797%201.525c2.66%202.181%205.836%204.785%205.836%208.37c0%201.616-.36%203.033-1%204.224v5.348h2v-15q.082-.547.228-1.137c.56-2.273%201.755-4.92%202.652-6.726c.635-1.28%201.12-2.137%201.12-2.137s.485.85%201.122%202.138c.877%201.77%202.043%204.369%202.635%206.721q.148.584.243%201.14v26H6v-26q.082-.546.228-1.136c.56-2.273%201.755-4.92%202.652-6.726C9.515%206.905%2010%206.048%2010%206.048m18%2034v-.528a2%202%200%200%200-1.106-1.789L24%2036.284l-2.894%201.447A2%202%200%200%200%2020%2039.52v.528zm2%200h4v-7H14v7h4v-.528a4%204%200%200%201%202.211-3.578L24%2034.048l3.789%201.894A4%204%200%200%201%2030%2039.52zm6-23.532c.808-.195%201.404-.293%202-.293s1.192.098%202%20.293v23.532h-4zm-28%200v23.532h4V16.516c-.808-.195-1.404-.293-2-.293s-1.192.098-2%20.293m.456-2.142c.396-1.26.962-2.633%201.543-3.896c.563%201.232%201.122%202.597%201.528%203.893A8.6%208.6%200%200%200%2010%2014.223c-.508%200-1.01.054-1.544.15m9.475%2010.674c-.582-.946-.931-2.132-.931-3.572c0-1.161.505-2.272%201.466-3.442c.98-1.193%202.278-2.266%203.638-3.381l.027-.023c.633-.519%201.29-1.057%201.869-1.589c.579.532%201.236%201.07%201.869%201.59l.027.022c1.36%201.115%202.659%202.188%203.638%203.38c.96%201.17%201.466%202.282%201.466%203.443c0%201.44-.35%202.626-.93%203.572zm.069%202v4h1v-1a1%201%200%201%201%202%200v1h2v-1a1%201%200%201%201%202%200v1h2v-1a1%201%200%201%201%202%200v1h1v-4zm20-16.57c-.582%201.263-1.148%202.636-1.544%203.896a8.6%208.6%200%200%201%201.544-.15c.502%200%201%20.053%201.527.147c-.406-1.295-.965-2.66-1.528-3.892%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/mosque-outline.svg?color=%231a73e8&size=48