map pin plus icon

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

Name
map-pin-plus-thin
Set
Phosphor
Style
Thin
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="M164 104a4 4 0 0 1-4 4h-28v28a4 4 0 0 1-8 0v-28H96a4 4 0 0 1 0-8h28V72a4 4 0 0 1 8 0v28h28a4 4 0 0 1 4 4m48 0c0 30.42-14.17 62.79-41 93.62a250 250 0 0 1-40.73 37.66a4 4 0 0 1-4.58 0A250 250 0 0 1 85 197.62c-26.83-30.83-41-63.2-41-93.62a84 84 0 0 1 168 0m-8 0a76 76 0 0 0-152 0c0 35.9 21.15 67.8 38.9 88.23A254.6 254.6 0 0 0 128 227a254.6 254.6 0 0 0 37.1-34.81C182.85 171.8 204 139.9 204 104"/></svg>

React

import type { SVGProps } from "react";

export function PhMapPinPlusThin(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="M164 104a4 4 0 0 1-4 4h-28v28a4 4 0 0 1-8 0v-28H96a4 4 0 0 1 0-8h28V72a4 4 0 0 1 8 0v28h28a4 4 0 0 1 4 4m48 0c0 30.42-14.17 62.79-41 93.62a250 250 0 0 1-40.73 37.66a4 4 0 0 1-4.58 0A250 250 0 0 1 85 197.62c-26.83-30.83-41-63.2-41-93.62a84 84 0 0 1 168 0m-8 0a76 76 0 0 0-152 0c0 35.9 21.15 67.8 38.9 88.23A254.6 254.6 0 0 0 128 227a254.6 254.6 0 0 0 37.1-34.81C182.85 171.8 204 139.9 204 104"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M164 104a4 4 0 0 1-4 4h-28v28a4 4 0 0 1-8 0v-28H96a4 4 0 0 1 0-8h28V72a4 4 0 0 1 8 0v28h28a4 4 0 0 1 4 4m48 0c0 30.42-14.17 62.79-41 93.62a250 250 0 0 1-40.73 37.66a4 4 0 0 1-4.58 0A250 250 0 0 1 85 197.62c-26.83-30.83-41-63.2-41-93.62a84 84 0 0 1 168 0m-8 0a76 76 0 0 0-152 0c0 35.9 21.15 67.8 38.9 88.23A254.6 254.6 0 0 0 128 227a254.6 254.6 0 0 0 37.1-34.81C182.85 171.8 204 139.9 204 104"/></svg>
</template>

CSS

.icon-map-pin-plus-thin {
  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%22M164%20104a4%204%200%200%201-4%204h-28v28a4%204%200%200%201-8%200v-28H96a4%204%200%200%201%200-8h28V72a4%204%200%200%201%208%200v28h28a4%204%200%200%201%204%204m48%200c0%2030.42-14.17%2062.79-41%2093.62a250%20250%200%200%201-40.73%2037.66a4%204%200%200%201-4.58%200A250%20250%200%200%201%2085%20197.62c-26.83-30.83-41-63.2-41-93.62a84%2084%200%200%201%20168%200m-8%200a76%2076%200%200%200-152%200c0%2035.9%2021.15%2067.8%2038.9%2088.23A254.6%20254.6%200%200%200%20128%20227a254.6%20254.6%200%200%200%2037.1-34.81C182.85%20171.8%20204%20139.9%20204%20104%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%22M164%20104a4%204%200%200%201-4%204h-28v28a4%204%200%200%201-8%200v-28H96a4%204%200%200%201%200-8h28V72a4%204%200%200%201%208%200v28h28a4%204%200%200%201%204%204m48%200c0%2030.42-14.17%2062.79-41%2093.62a250%20250%200%200%201-40.73%2037.66a4%204%200%200%201-4.58%200A250%20250%200%200%201%2085%20197.62c-26.83-30.83-41-63.2-41-93.62a84%2084%200%200%201%20168%200m-8%200a76%2076%200%200%200-152%200c0%2035.9%2021.15%2067.8%2038.9%2088.23A254.6%20254.6%200%200%200%20128%20227a254.6%20254.6%200%200%200%2037.1-34.81C182.85%20171.8%20204%20139.9%20204%20104%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-thin.svg?color=%231a73e8&size=48