mosque location icon

mosque-location from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
mosque-location
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the mosque location icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path d="M11.006 7.5a2.5 2.5 0 1 0-2.501 3.948m.445 6.547c-.251 0-.498-.067-.716-.195c-2.987-1.915-6.232-4.672-6.232-8.661c0-3.913 3.188-7.138 6.948-7.138c1.967 0 3.778.883 5.058 2.286"/><path stroke-linejoin="round" d="M12.62 15.55c-1.36-1.655-1.593-3.318.353-5.336c2.045-1.825 3.222-2.688 3.536-3.207c.314.52 1.51 1.382 3.555 3.207c1.853 1.653 1.736 3.68.376 5.336m-7.82 0h-.523m.523 0h7.82m0 0h.46m-9.873 0h1.07m0 0v5.543c.04.667 0 .979 1.21.891h3.183m4.41-6.434H22m-1.099 0v5.644c.117.907-.605.748-1.066.79H16.49m0 0l.036-2.134"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsMosqueLocation(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5"><path d="M11.006 7.5a2.5 2.5 0 1 0-2.501 3.948m.445 6.547c-.251 0-.498-.067-.716-.195c-2.987-1.915-6.232-4.672-6.232-8.661c0-3.913 3.188-7.138 6.948-7.138c1.967 0 3.778.883 5.058 2.286"/><path strokeLinejoin="round" d="M12.62 15.55c-1.36-1.655-1.593-3.318.353-5.336c2.045-1.825 3.222-2.688 3.536-3.207c.314.52 1.51 1.382 3.555 3.207c1.853 1.653 1.736 3.68.376 5.336m-7.82 0h-.523m.523 0h7.82m0 0h.46m-9.873 0h1.07m0 0v5.543c.04.667 0 .979 1.21.891h3.183m4.41-6.434H22m-1.099 0v5.644c.117.907-.605.748-1.066.79H16.49m0 0l.036-2.134"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path d="M11.006 7.5a2.5 2.5 0 1 0-2.501 3.948m.445 6.547c-.251 0-.498-.067-.716-.195c-2.987-1.915-6.232-4.672-6.232-8.661c0-3.913 3.188-7.138 6.948-7.138c1.967 0 3.778.883 5.058 2.286"/><path stroke-linejoin="round" d="M12.62 15.55c-1.36-1.655-1.593-3.318.353-5.336c2.045-1.825 3.222-2.688 3.536-3.207c.314.52 1.51 1.382 3.555 3.207c1.853 1.653 1.736 3.68.376 5.336m-7.82 0h-.523m.523 0h7.82m0 0h.46m-9.873 0h1.07m0 0v5.543c.04.667 0 .979 1.21.891h3.183m4.41-6.434H22m-1.099 0v5.644c.117.907-.605.748-1.066.79H16.49m0 0l.036-2.134"/></g></svg>
</template>

CSS

.icon-mosque-location {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M11.006%207.5a2.5%202.5%200%201%200-2.501%203.948m.445%206.547c-.251%200-.498-.067-.716-.195c-2.987-1.915-6.232-4.672-6.232-8.661c0-3.913%203.188-7.138%206.948-7.138c1.967%200%203.778.883%205.058%202.286%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M12.62%2015.55c-1.36-1.655-1.593-3.318.353-5.336c2.045-1.825%203.222-2.688%203.536-3.207c.314.52%201.51%201.382%203.555%203.207c1.853%201.653%201.736%203.68.376%205.336m-7.82%200h-.523m.523%200h7.82m0%200h.46m-9.873%200h1.07m0%200v5.543c.04.667%200%20.979%201.21.891h3.183m4.41-6.434H22m-1.099%200v5.644c.117.907-.605.748-1.066.79H16.49m0%200l.036-2.134%22%2F%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M11.006%207.5a2.5%202.5%200%201%200-2.501%203.948m.445%206.547c-.251%200-.498-.067-.716-.195c-2.987-1.915-6.232-4.672-6.232-8.661c0-3.913%203.188-7.138%206.948-7.138c1.967%200%203.778.883%205.058%202.286%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M12.62%2015.55c-1.36-1.655-1.593-3.318.353-5.336c2.045-1.825%203.222-2.688%203.536-3.207c.314.52%201.51%201.382%203.555%203.207c1.853%201.653%201.736%203.68.376%205.336m-7.82%200h-.523m.523%200h7.82m0%200h.46m-9.873%200h1.07m0%200v5.543c.04.667%200%20.979%201.21.891h3.183m4.41-6.434H22m-1.099%200v5.644c.117.907-.605.748-1.066.79H16.49m0%200l.036-2.134%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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