map marker question icon

map-marker-question-outline from Material Design Icons by Pictogrammers · Outline · Geographic Information System · Apache-2.0 Free for personal and commercial use.

Name
map-marker-question-outline
Set
Material Design Icons
Style
Outline
Category
Geographic Information System
Viewbox
24×24
License
Apache 2.0
Aliases
location-question-outline

1 other variant in Material Design Icons

The same icon in other sets

More geographic information system icons from Material Design Icons

Use the map marker question icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 1C7.59 1 4 4.59 4 9c0 5.57 6.96 13.34 7.26 13.67l.74.83l.74-.83C13.04 22.34 20 14.57 20 9c0-4.41-3.59-8-8-8m0 19.47C9.82 17.86 6 12.54 6 9a6 6 0 0 1 6-6a6 6 0 0 1 6 6c0 3.83-4.25 9.36-6 11.47M11.13 14h1.75v1.75h-1.75M12 5a3.5 3.5 0 0 0-3.5 3.5h1.75A1.75 1.75 0 0 1 12 6.75a1.75 1.75 0 0 1 1.75 1.75c0 1.76-2.62 1.54-2.62 4.38h1.75c0-1.97 2.62-2.19 2.62-4.38A3.5 3.5 0 0 0 12 5"/></svg>

React

import type { SVGProps } from "react";

export function MdiMapMarkerQuestionOutline(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="M12 1C7.59 1 4 4.59 4 9c0 5.57 6.96 13.34 7.26 13.67l.74.83l.74-.83C13.04 22.34 20 14.57 20 9c0-4.41-3.59-8-8-8m0 19.47C9.82 17.86 6 12.54 6 9a6 6 0 0 1 6-6a6 6 0 0 1 6 6c0 3.83-4.25 9.36-6 11.47M11.13 14h1.75v1.75h-1.75M12 5a3.5 3.5 0 0 0-3.5 3.5h1.75A1.75 1.75 0 0 1 12 6.75a1.75 1.75 0 0 1 1.75 1.75c0 1.76-2.62 1.54-2.62 4.38h1.75c0-1.97 2.62-2.19 2.62-4.38A3.5 3.5 0 0 0 12 5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 1C7.59 1 4 4.59 4 9c0 5.57 6.96 13.34 7.26 13.67l.74.83l.74-.83C13.04 22.34 20 14.57 20 9c0-4.41-3.59-8-8-8m0 19.47C9.82 17.86 6 12.54 6 9a6 6 0 0 1 6-6a6 6 0 0 1 6 6c0 3.83-4.25 9.36-6 11.47M11.13 14h1.75v1.75h-1.75M12 5a3.5 3.5 0 0 0-3.5 3.5h1.75A1.75 1.75 0 0 1 12 6.75a1.75 1.75 0 0 1 1.75 1.75c0 1.76-2.62 1.54-2.62 4.38h1.75c0-1.97 2.62-2.19 2.62-4.38A3.5 3.5 0 0 0 12 5"/></svg>
</template>

CSS

.icon-map-marker-question-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%201C7.59%201%204%204.59%204%209c0%205.57%206.96%2013.34%207.26%2013.67l.74.83l.74-.83C13.04%2022.34%2020%2014.57%2020%209c0-4.41-3.59-8-8-8m0%2019.47C9.82%2017.86%206%2012.54%206%209a6%206%200%200%201%206-6a6%206%200%200%201%206%206c0%203.83-4.25%209.36-6%2011.47M11.13%2014h1.75v1.75h-1.75M12%205a3.5%203.5%200%200%200-3.5%203.5h1.75A1.75%201.75%200%200%201%2012%206.75a1.75%201.75%200%200%201%201.75%201.75c0%201.76-2.62%201.54-2.62%204.38h1.75c0-1.97%202.62-2.19%202.62-4.38A3.5%203.5%200%200%200%2012%205%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%22M12%201C7.59%201%204%204.59%204%209c0%205.57%206.96%2013.34%207.26%2013.67l.74.83l.74-.83C13.04%2022.34%2020%2014.57%2020%209c0-4.41-3.59-8-8-8m0%2019.47C9.82%2017.86%206%2012.54%206%209a6%206%200%200%201%206-6a6%206%200%200%201%206%206c0%203.83-4.25%209.36-6%2011.47M11.13%2014h1.75v1.75h-1.75M12%205a3.5%203.5%200%200%200-3.5%203.5h1.75A1.75%201.75%200%200%201%2012%206.75a1.75%201.75%200%200%201%201.75%201.75c0%201.76-2.62%201.54-2.62%204.38h1.75c0-1.97%202.62-2.19%202.62-4.38A3.5%203.5%200%200%200%2012%205%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/map-marker-question-outline.svg?color=%231a73e8&size=48