map marker multiple icon

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

Name
map-marker-multiple
Set
Material Design Icons
Style
Filled
Category
Geographic Information System
Viewbox
24×24
License
Apache 2.0
Aliases
location-multiple, locations, map-markers

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="M14 11.5A2.5 2.5 0 0 0 16.5 9A2.5 2.5 0 0 0 14 6.5A2.5 2.5 0 0 0 11.5 9a2.5 2.5 0 0 0 2.5 2.5M14 2c3.86 0 7 3.13 7 7c0 5.25-7 13-7 13S7 14.25 7 9a7 7 0 0 1 7-7M5 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 9"/></svg>

React

import type { SVGProps } from "react";

export function MdiMapMarkerMultiple(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="M14 11.5A2.5 2.5 0 0 0 16.5 9A2.5 2.5 0 0 0 14 6.5A2.5 2.5 0 0 0 11.5 9a2.5 2.5 0 0 0 2.5 2.5M14 2c3.86 0 7 3.13 7 7c0 5.25-7 13-7 13S7 14.25 7 9a7 7 0 0 1 7-7M5 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 9"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14 11.5A2.5 2.5 0 0 0 16.5 9A2.5 2.5 0 0 0 14 6.5A2.5 2.5 0 0 0 11.5 9a2.5 2.5 0 0 0 2.5 2.5M14 2c3.86 0 7 3.13 7 7c0 5.25-7 13-7 13S7 14.25 7 9a7 7 0 0 1 7-7M5 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 9"/></svg>
</template>

CSS

.icon-map-marker-multiple {
  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%22M14%2011.5A2.5%202.5%200%200%200%2016.5%209A2.5%202.5%200%200%200%2014%206.5A2.5%202.5%200%200%200%2011.5%209a2.5%202.5%200%200%200%202.5%202.5M14%202c3.86%200%207%203.13%207%207c0%205.25-7%2013-7%2013S7%2014.25%207%209a7%207%200%200%201%207-7M5%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%209%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%22M14%2011.5A2.5%202.5%200%200%200%2016.5%209A2.5%202.5%200%200%200%2014%206.5A2.5%202.5%200%200%200%2011.5%209a2.5%202.5%200%200%200%202.5%202.5M14%202c3.86%200%207%203.13%207%207c0%205.25-7%2013-7%2013S7%2014.25%207%209a7%207%200%200%201%207-7M5%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%209%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.svg?color=%231a73e8&size=48