map marker multiple icon

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

Name
map-marker-multiple-outline
Set
Material Design Icons
Style
Outline
Category
Geographic Information System
Viewbox
24×24
License
Apache 2.0
Aliases
location-multiple-outline, locations-outline, map-markers-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 multiple icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.5 9A2.5 2.5 0 0 1 14 6.5c1.1 0 2.03.71 2.37 1.69c.08.26.13.53.13.81a2.5 2.5 0 0 1-2.5 2.5c-1.09 0-2-.69-2.36-1.66c-.09-.26-.14-.55-.14-.84M5 9c0 4.5 5.08 10.66 6 11.81L10 22S3 14.25 3 9c0-3.17 2.11-5.85 5-6.71C6.16 3.94 5 6.33 5 9m9-7c3.86 0 7 3.13 7 7c0 5.25-7 13-7 13S7 14.25 7 9c0-3.87 3.14-7 7-7m0 2c-2.76 0-5 2.24-5 5c0 1 0 3 5 9.71C19 12 19 10 19 9c0-2.76-2.24-5-5-5"/></svg>

React

import type { SVGProps } from "react";

export function MdiMapMarkerMultipleOutline(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="M11.5 9A2.5 2.5 0 0 1 14 6.5c1.1 0 2.03.71 2.37 1.69c.08.26.13.53.13.81a2.5 2.5 0 0 1-2.5 2.5c-1.09 0-2-.69-2.36-1.66c-.09-.26-.14-.55-.14-.84M5 9c0 4.5 5.08 10.66 6 11.81L10 22S3 14.25 3 9c0-3.17 2.11-5.85 5-6.71C6.16 3.94 5 6.33 5 9m9-7c3.86 0 7 3.13 7 7c0 5.25-7 13-7 13S7 14.25 7 9c0-3.87 3.14-7 7-7m0 2c-2.76 0-5 2.24-5 5c0 1 0 3 5 9.71C19 12 19 10 19 9c0-2.76-2.24-5-5-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="M11.5 9A2.5 2.5 0 0 1 14 6.5c1.1 0 2.03.71 2.37 1.69c.08.26.13.53.13.81a2.5 2.5 0 0 1-2.5 2.5c-1.09 0-2-.69-2.36-1.66c-.09-.26-.14-.55-.14-.84M5 9c0 4.5 5.08 10.66 6 11.81L10 22S3 14.25 3 9c0-3.17 2.11-5.85 5-6.71C6.16 3.94 5 6.33 5 9m9-7c3.86 0 7 3.13 7 7c0 5.25-7 13-7 13S7 14.25 7 9c0-3.87 3.14-7 7-7m0 2c-2.76 0-5 2.24-5 5c0 1 0 3 5 9.71C19 12 19 10 19 9c0-2.76-2.24-5-5-5"/></svg>
</template>

CSS

.icon-map-marker-multiple-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%22M11.5%209A2.5%202.5%200%200%201%2014%206.5c1.1%200%202.03.71%202.37%201.69c.08.26.13.53.13.81a2.5%202.5%200%200%201-2.5%202.5c-1.09%200-2-.69-2.36-1.66c-.09-.26-.14-.55-.14-.84M5%209c0%204.5%205.08%2010.66%206%2011.81L10%2022S3%2014.25%203%209c0-3.17%202.11-5.85%205-6.71C6.16%203.94%205%206.33%205%209m9-7c3.86%200%207%203.13%207%207c0%205.25-7%2013-7%2013S7%2014.25%207%209c0-3.87%203.14-7%207-7m0%202c-2.76%200-5%202.24-5%205c0%201%200%203%205%209.71C19%2012%2019%2010%2019%209c0-2.76-2.24-5-5-5%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%22M11.5%209A2.5%202.5%200%200%201%2014%206.5c1.1%200%202.03.71%202.37%201.69c.08.26.13.53.13.81a2.5%202.5%200%200%201-2.5%202.5c-1.09%200-2-.69-2.36-1.66c-.09-.26-.14-.55-.14-.84M5%209c0%204.5%205.08%2010.66%206%2011.81L10%2022S3%2014.25%203%209c0-3.17%202.11-5.85%205-6.71C6.16%203.94%205%206.33%205%209m9-7c3.86%200%207%203.13%207%207c0%205.25-7%2013-7%2013S7%2014.25%207%209c0-3.87%203.14-7%207-7m0%202c-2.76%200-5%202.24-5%205c0%201%200%203%205%209.71C19%2012%2019%2010%2019%209c0-2.76-2.24-5-5-5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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