Map Pin Review icon

Map Pin Review is a Google Material Symbol from the Maps category. It comes in outlined, rounded and sharp styles, filled or unfilled, at seven weights from 100 to 700. Download it as SVG or PNG, or copy code for HTML, React, Vue, Angular, Flutter and Android — it's free to use under the Apache License 2.0.

Outlined

SVG

Outlined, filled

SVG

Every style, fill and weight

Material Symbols are variable: each icon comes in three styles, with or without fill, at seven weights. Pick a combination to preview it, download it, or copy the code for your platform.

Outlined, unfilled, weight 400

map_pin_review_outlined_fill0_wght400.svg

Map Pin Review icon in HTML

Load the Material Symbols font from Google Fonts (this link loads just this icon), then use the icon's name as text.

<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200&icon_names=map_pin_review" />

<span class="material-symbols-outlined">map_pin_review</span>

Map Pin Review icon in React

// With the font from the HTML tab:
export function MapPinReviewIcon() {
  return (
    <span className="material-symbols-outlined">
      map_pin_review
    </span>
  );
}

// Or as an SVG component (Vite + vite-plugin-svgr) instead:
//   npm install @material-symbols/svg-400
//   import MapPinReviewIcon from "@material-symbols/svg-400/outlined/map_pin_review.svg?react";

Map Pin Review icon in Vue

<!-- With the font from the HTML tab -->
<template>
  <span class="material-symbols-outlined">map_pin_review</span>
</template>

<!-- Or as an SVG component (Vite + vite-svg-loader):
     npm install @material-symbols/svg-400
     import MapPinReviewIcon from "@material-symbols/svg-400/outlined/map_pin_review.svg?component"; -->

Map Pin Review icon in Angular

With Angular Material and the font from the HTML tab:

<mat-icon fontSet="material-symbols-outlined">map_pin_review</mat-icon>

Map Pin Review icon in Flutter

Uses the community material_symbols_icons package.

flutter pub add material_symbols_icons

import 'package:material_symbols_icons/symbols.dart';

Icon(Symbols.map_pin_review, fill: 0, weight: 400)

Map Pin Review icon in Android

A vector drawable of the selected style, fill and weight:

<!-- res/drawable/map_pin_review.xml -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24"
    android:tint="?attr/colorControlNormal">
        <path android:fillColor="@android:color/white" android:pathData="M6.6 19.375q.55-.5 1.213-1.2t1.237-1.5q.575-.8 .988-1.63Q10.45 14.215 10.45 13.45q0-1.733-1.083-2.867Q8.285 9.45 6.6 9.45q-1.684 0-2.767 1.134Q2.75 11.718 2.75 13.452 2.75 14.225 3.163 15.05t.987 1.625q.575 .8 1.238 1.5t1.212 1.2ZM2 22v-1h4.15q-.725-.675-1.65-1.612T2.775 17.35q-.65-.925-1.087-1.912T1.25 13.446q0-2.341 1.538-3.919Q4.325 7.95 6.6 7.95t3.813 1.577Q11.95 11.105 11.95 13.446q0 1.004-.437 1.992Q11.075 16.425 10.425 17.35q-.8 1.125-1.737 2.063T7.025 21h14.975v1H2Zm13.1-12.85Zm-.35 8.5-1.775-2.85 .85-1.5 .925 1.5 .95-1.5h4.8v-9.8H9.675v2.7h-1.5v-2.7q0-.6 .45-1.05t1.05-.45h10.825q.6 0 1.05 .45t.45 1.05v9.8q0 .6-.45 1.05t-1.05 .45H16.525l-1.775 2.85Zm-1.7-6.525 2.038-1.225 2.037 1.225-.55-2.3 1.8-1.575-2.37-.2-.917-2.175-.918 2.175-2.37 .2 1.8 1.575-.55 2.3ZM6.6 15.025q.761 0 1.293-.532T8.425 13.2q0-.76-.532-1.293T6.6 11.375q-.76 0-1.293 .532T4.775 13.2q0 .761 .532 1.293T6.6 15.025Zm0-1.825Z" />
</vector>

Map Pin Review icon in SVG

npm install @material-symbols/svg-400

import icon from "@material-symbols/svg-400/outlined/map_pin_review.svg";

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/[email protected]/outlined/map_pin_review.svg" width="24" height="24" alt="Map Pin Review">

Map Pin Review icon in Power Apps

Paste into an Image control's Image property. The Copy button copies the full formula with this icon's SVG.

"data:image/svg+xml;utf8, " & EncodeUrl("<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'>…</svg>")

Details

NameMap Pin Review
Ligaturemap_pin_review
Code pointU+F297
CategoryMaps
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/map_pin_review.svg, map_pin_review-fill.svg
FlutterSymbols.map_pin_review
LicenseApache License 2.0 (© Google LLC)

Keywords

mapstravelmarklocationpointstopmessagebusinesspositionmarkerdestinationplace

Related icons