map pin plus icon

map-pin-plus-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.

Name
map-pin-plus-light
Set
Phosphor
Style
Light
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Related icons in Phosphor

Use the map pin plus icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M166 104a6 6 0 0 1-6 6h-26v26a6 6 0 0 1-12 0v-26H96a6 6 0 0 1 0-12h26V72a6 6 0 0 1 12 0v26h26a6 6 0 0 1 6 6m48 0c0 30.91-14.34 63.74-41.47 94.94a252.3 252.3 0 0 1-41.09 38a6 6 0 0 1-6.88 0a252.3 252.3 0 0 1-41.09-38C56.34 167.74 42 134.91 42 104a86 86 0 0 1 172 0m-12 0a74 74 0 0 0-148 0c0 59.62 59 108.93 74 120.51c15-11.58 74-60.89 74-120.51"/></svg>

React

import type { SVGProps } from "react";

export function PhMapPinPlusLight(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M166 104a6 6 0 0 1-6 6h-26v26a6 6 0 0 1-12 0v-26H96a6 6 0 0 1 0-12h26V72a6 6 0 0 1 12 0v26h26a6 6 0 0 1 6 6m48 0c0 30.91-14.34 63.74-41.47 94.94a252.3 252.3 0 0 1-41.09 38a6 6 0 0 1-6.88 0a252.3 252.3 0 0 1-41.09-38C56.34 167.74 42 134.91 42 104a86 86 0 0 1 172 0m-12 0a74 74 0 0 0-148 0c0 59.62 59 108.93 74 120.51c15-11.58 74-60.89 74-120.51"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M166 104a6 6 0 0 1-6 6h-26v26a6 6 0 0 1-12 0v-26H96a6 6 0 0 1 0-12h26V72a6 6 0 0 1 12 0v26h26a6 6 0 0 1 6 6m48 0c0 30.91-14.34 63.74-41.47 94.94a252.3 252.3 0 0 1-41.09 38a6 6 0 0 1-6.88 0a252.3 252.3 0 0 1-41.09-38C56.34 167.74 42 134.91 42 104a86 86 0 0 1 172 0m-12 0a74 74 0 0 0-148 0c0 59.62 59 108.93 74 120.51c15-11.58 74-60.89 74-120.51"/></svg>
</template>

CSS

.icon-map-pin-plus-light {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M166%20104a6%206%200%200%201-6%206h-26v26a6%206%200%200%201-12%200v-26H96a6%206%200%200%201%200-12h26V72a6%206%200%200%201%2012%200v26h26a6%206%200%200%201%206%206m48%200c0%2030.91-14.34%2063.74-41.47%2094.94a252.3%20252.3%200%200%201-41.09%2038a6%206%200%200%201-6.88%200a252.3%20252.3%200%200%201-41.09-38C56.34%20167.74%2042%20134.91%2042%20104a86%2086%200%200%201%20172%200m-12%200a74%2074%200%200%200-148%200c0%2059.62%2059%20108.93%2074%20120.51c15-11.58%2074-60.89%2074-120.51%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M166%20104a6%206%200%200%201-6%206h-26v26a6%206%200%200%201-12%200v-26H96a6%206%200%200%201%200-12h26V72a6%206%200%200%201%2012%200v26h26a6%206%200%200%201%206%206m48%200c0%2030.91-14.34%2063.74-41.47%2094.94a252.3%20252.3%200%200%201-41.09%2038a6%206%200%200%201-6.88%200a252.3%20252.3%200%200%201-41.09-38C56.34%20167.74%2042%20134.91%2042%20104a86%2086%200%200%201%20172%200m-12%200a74%2074%200%200%200-148%200c0%2059.62%2059%20108.93%2074%20120.51c15-11.58%2074-60.89%2074-120.51%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/map-pin-plus-light.svg?color=%231a73e8&size=48