mosque negative icon
mosque-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.
- Name
- mosque-negative
- Set
- Health Icons
- Style
- Filled
- Viewbox
- 48×48
- License
- MIT
Use the mosque negative icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clip-path="url(#healthiconsMosqueNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM9.5 14.298c-1.036 0-2.04.232-3.305.634C7.027 11.044 9.5 6.048 9.5 6.048s2.401 4.814 3.292 8.88c-1.26-.4-2.26-.63-3.292-.63m3.184 2.699l.316.105v24.946H6V17.102l.316-.105c1.485-.496 2.356-.7 3.184-.7s1.698.204 3.184.7M17 32.047v-4h14v4h-2v-1a1 1 0 1 0-2 0v1h-2v-1a1 1 0 1 0-2 0v1h-2v-1a1 1 0 1 0-2 0v1zm-1.207-6h16.414c.51-1.155.793-2.495.793-4c0-3.764-3.175-6.498-5.836-8.788c-.802-.69-1.557-1.34-2.164-1.966V8.048h-2v3.245c-.607.626-1.362 1.276-2.164 1.966c-2.66 2.29-5.836 5.024-5.836 8.789c0 1.504.284 2.844.793 4M35 17.103l.316-.105c1.485-.496 2.356-.7 3.184-.7s1.699.204 3.184.7a1 1 0 0 0 .316.051v25h-7zm3.5-2.804c-1.036 0-2.04.232-3.305.634c.832-3.888 3.305-8.884 3.305-8.884s2.401 4.814 3.292 8.88c-1.26-.4-2.26-.63-3.292-.63M33 34.048v8h-4v-1.12a4 4 0 0 0-2.308-3.624L24 36.048l-2.692 1.256A4 4 0 0 0 19 40.929v1.119h-4v-8z" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsMosqueNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsMosqueNegative(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clipPath="url(#healthiconsMosqueNegative)"><path fill="currentColor" fillRule="evenodd" d="M48 0H0v48h48zM9.5 14.298c-1.036 0-2.04.232-3.305.634C7.027 11.044 9.5 6.048 9.5 6.048s2.401 4.814 3.292 8.88c-1.26-.4-2.26-.63-3.292-.63m3.184 2.699l.316.105v24.946H6V17.102l.316-.105c1.485-.496 2.356-.7 3.184-.7s1.698.204 3.184.7M17 32.047v-4h14v4h-2v-1a1 1 0 1 0-2 0v1h-2v-1a1 1 0 1 0-2 0v1h-2v-1a1 1 0 1 0-2 0v1zm-1.207-6h16.414c.51-1.155.793-2.495.793-4c0-3.764-3.175-6.498-5.836-8.788c-.802-.69-1.557-1.34-2.164-1.966V8.048h-2v3.245c-.607.626-1.362 1.276-2.164 1.966c-2.66 2.29-5.836 5.024-5.836 8.789c0 1.504.284 2.844.793 4M35 17.103l.316-.105c1.485-.496 2.356-.7 3.184-.7s1.699.204 3.184.7a1 1 0 0 0 .316.051v25h-7zm3.5-2.804c-1.036 0-2.04.232-3.305.634c.832-3.888 3.305-8.884 3.305-8.884s2.401 4.814 3.292 8.88c-1.26-.4-2.26-.63-3.292-.63M33 34.048v8h-4v-1.12a4 4 0 0 0-2.308-3.624L24 36.048l-2.692 1.256A4 4 0 0 0 19 40.929v1.119h-4v-8z" clipRule="evenodd"/></g><defs><clipPath id="healthiconsMosqueNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clip-path="url(#healthiconsMosqueNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM9.5 14.298c-1.036 0-2.04.232-3.305.634C7.027 11.044 9.5 6.048 9.5 6.048s2.401 4.814 3.292 8.88c-1.26-.4-2.26-.63-3.292-.63m3.184 2.699l.316.105v24.946H6V17.102l.316-.105c1.485-.496 2.356-.7 3.184-.7s1.698.204 3.184.7M17 32.047v-4h14v4h-2v-1a1 1 0 1 0-2 0v1h-2v-1a1 1 0 1 0-2 0v1h-2v-1a1 1 0 1 0-2 0v1zm-1.207-6h16.414c.51-1.155.793-2.495.793-4c0-3.764-3.175-6.498-5.836-8.788c-.802-.69-1.557-1.34-2.164-1.966V8.048h-2v3.245c-.607.626-1.362 1.276-2.164 1.966c-2.66 2.29-5.836 5.024-5.836 8.789c0 1.504.284 2.844.793 4M35 17.103l.316-.105c1.485-.496 2.356-.7 3.184-.7s1.699.204 3.184.7a1 1 0 0 0 .316.051v25h-7zm3.5-2.804c-1.036 0-2.04.232-3.305.634c.832-3.888 3.305-8.884 3.305-8.884s2.401 4.814 3.292 8.88c-1.26-.4-2.26-.63-3.292-.63M33 34.048v8h-4v-1.12a4 4 0 0 0-2.308-3.624L24 36.048l-2.692 1.256A4 4 0 0 0 19 40.929v1.119h-4v-8z" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsMosqueNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg> </template>
CSS
.icon-mosque-negative {
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%3Cg%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url(%23healthiconsMosqueNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM9.5%2014.298c-1.036%200-2.04.232-3.305.634C7.027%2011.044%209.5%206.048%209.5%206.048s2.401%204.814%203.292%208.88c-1.26-.4-2.26-.63-3.292-.63m3.184%202.699l.316.105v24.946H6V17.102l.316-.105c1.485-.496%202.356-.7%203.184-.7s1.698.204%203.184.7M17%2032.047v-4h14v4h-2v-1a1%201%200%201%200-2%200v1h-2v-1a1%201%200%201%200-2%200v1h-2v-1a1%201%200%201%200-2%200v1zm-1.207-6h16.414c.51-1.155.793-2.495.793-4c0-3.764-3.175-6.498-5.836-8.788c-.802-.69-1.557-1.34-2.164-1.966V8.048h-2v3.245c-.607.626-1.362%201.276-2.164%201.966c-2.66%202.29-5.836%205.024-5.836%208.789c0%201.504.284%202.844.793%204M35%2017.103l.316-.105c1.485-.496%202.356-.7%203.184-.7s1.699.204%203.184.7a1%201%200%200%200%20.316.051v25h-7zm3.5-2.804c-1.036%200-2.04.232-3.305.634c.832-3.888%203.305-8.884%203.305-8.884s2.401%204.814%203.292%208.88c-1.26-.4-2.26-.63-3.292-.63M33%2034.048v8h-4v-1.12a4%204%200%200%200-2.308-3.624L24%2036.048l-2.692%201.256A4%204%200%200%200%2019%2040.929v1.119h-4v-8z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsMosqueNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url(%23healthiconsMosqueNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM9.5%2014.298c-1.036%200-2.04.232-3.305.634C7.027%2011.044%209.5%206.048%209.5%206.048s2.401%204.814%203.292%208.88c-1.26-.4-2.26-.63-3.292-.63m3.184%202.699l.316.105v24.946H6V17.102l.316-.105c1.485-.496%202.356-.7%203.184-.7s1.698.204%203.184.7M17%2032.047v-4h14v4h-2v-1a1%201%200%201%200-2%200v1h-2v-1a1%201%200%201%200-2%200v1h-2v-1a1%201%200%201%200-2%200v1zm-1.207-6h16.414c.51-1.155.793-2.495.793-4c0-3.764-3.175-6.498-5.836-8.788c-.802-.69-1.557-1.34-2.164-1.966V8.048h-2v3.245c-.607.626-1.362%201.276-2.164%201.966c-2.66%202.29-5.836%205.024-5.836%208.789c0%201.504.284%202.844.793%204M35%2017.103l.316-.105c1.485-.496%202.356-.7%203.184-.7s1.699.204%203.184.7a1%201%200%200%200%20.316.051v25h-7zm3.5-2.804c-1.036%200-2.04.232-3.305.634c.832-3.888%203.305-8.884%203.305-8.884s2.401%204.814%203.292%208.88c-1.26-.4-2.26-.63-3.292-.63M33%2034.048v8h-4v-1.12a4%204%200%200%200-2.308-3.624L24%2036.048l-2.692%201.256A4%204%200%200%200%2019%2040.929v1.119h-4v-8z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsMosqueNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/mosque-negative.svg?color=%231a73e8&size=48