map-pin-review-outline-sharp from Material Symbols Light by Google · Outline Sharp · Maps · Apache-2.0 Free for personal and commercial use.

Name
map-pin-review-outline-sharp
Set
Material Symbols Light
Style
Outline Sharp
Category
Maps
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More maps icons from Material Symbols Light

Use the map pin review icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.35 19.075q.571-.546 1.28-1.276t1.341-1.576t1.056-1.759t.423-1.752q0-1.837-1.153-2.996Q8.144 8.558 6.35 8.558T3.403 9.716T2.25 12.712q0 .84.423 1.752q.423.913 1.056 1.759q.632.846 1.341 1.576t1.28 1.276M3 21v-1h2.873q-.7-.63-1.542-1.504q-.842-.873-1.57-1.9q-.65-.892-1.08-1.902t-.431-1.973q0-2.248 1.458-3.705q1.457-1.458 3.644-1.458t3.642 1.458t1.456 3.705q0 .964-.43 1.973q-.431 1.01-1.081 1.902q-.727 1.027-1.58 1.9q-.851.873-1.532 1.504H21v1zm11.827-4.173l-1.413-2.275l.451-1.168l.962 1.552l.961-1.552H20V4H9.673v2.23h-1V3H21v11.385h-4.644zm-1.675-5.73l1.717-1.034l1.698 1.033l-.448-1.954l1.531-1.325l-2.01-.161l-.77-1.848l-.786 1.84l-2.015.17L13.6 9.141zm-6.797 2.48q.466 0 .788-.327q.323-.326.323-.793t-.327-.798t-.793-.332t-.79.33t-.321.803q0 .473.326.795q.327.322.794.322m-.005-1.115"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightMapPinReviewOutlineSharp(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="M6.35 19.075q.571-.546 1.28-1.276t1.341-1.576t1.056-1.759t.423-1.752q0-1.837-1.153-2.996Q8.144 8.558 6.35 8.558T3.403 9.716T2.25 12.712q0 .84.423 1.752q.423.913 1.056 1.759q.632.846 1.341 1.576t1.28 1.276M3 21v-1h2.873q-.7-.63-1.542-1.504q-.842-.873-1.57-1.9q-.65-.892-1.08-1.902t-.431-1.973q0-2.248 1.458-3.705q1.457-1.458 3.644-1.458t3.642 1.458t1.456 3.705q0 .964-.43 1.973q-.431 1.01-1.081 1.902q-.727 1.027-1.58 1.9q-.851.873-1.532 1.504H21v1zm11.827-4.173l-1.413-2.275l.451-1.168l.962 1.552l.961-1.552H20V4H9.673v2.23h-1V3H21v11.385h-4.644zm-1.675-5.73l1.717-1.034l1.698 1.033l-.448-1.954l1.531-1.325l-2.01-.161l-.77-1.848l-.786 1.84l-2.015.17L13.6 9.141zm-6.797 2.48q.466 0 .788-.327q.323-.326.323-.793t-.327-.798t-.793-.332t-.79.33t-.321.803q0 .473.326.795q.327.322.794.322m-.005-1.115"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.35 19.075q.571-.546 1.28-1.276t1.341-1.576t1.056-1.759t.423-1.752q0-1.837-1.153-2.996Q8.144 8.558 6.35 8.558T3.403 9.716T2.25 12.712q0 .84.423 1.752q.423.913 1.056 1.759q.632.846 1.341 1.576t1.28 1.276M3 21v-1h2.873q-.7-.63-1.542-1.504q-.842-.873-1.57-1.9q-.65-.892-1.08-1.902t-.431-1.973q0-2.248 1.458-3.705q1.457-1.458 3.644-1.458t3.642 1.458t1.456 3.705q0 .964-.43 1.973q-.431 1.01-1.081 1.902q-.727 1.027-1.58 1.9q-.851.873-1.532 1.504H21v1zm11.827-4.173l-1.413-2.275l.451-1.168l.962 1.552l.961-1.552H20V4H9.673v2.23h-1V3H21v11.385h-4.644zm-1.675-5.73l1.717-1.034l1.698 1.033l-.448-1.954l1.531-1.325l-2.01-.161l-.77-1.848l-.786 1.84l-2.015.17L13.6 9.141zm-6.797 2.48q.466 0 .788-.327q.323-.326.323-.793t-.327-.798t-.793-.332t-.79.33t-.321.803q0 .473.326.795q.327.322.794.322m-.005-1.115"/></svg>
</template>

CSS

.icon-map-pin-review-outline-sharp {
  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%22M6.35%2019.075q.571-.546%201.28-1.276t1.341-1.576t1.056-1.759t.423-1.752q0-1.837-1.153-2.996Q8.144%208.558%206.35%208.558T3.403%209.716T2.25%2012.712q0%20.84.423%201.752q.423.913%201.056%201.759q.632.846%201.341%201.576t1.28%201.276M3%2021v-1h2.873q-.7-.63-1.542-1.504q-.842-.873-1.57-1.9q-.65-.892-1.08-1.902t-.431-1.973q0-2.248%201.458-3.705q1.457-1.458%203.644-1.458t3.642%201.458t1.456%203.705q0%20.964-.43%201.973q-.431%201.01-1.081%201.902q-.727%201.027-1.58%201.9q-.851.873-1.532%201.504H21v1zm11.827-4.173l-1.413-2.275l.451-1.168l.962%201.552l.961-1.552H20V4H9.673v2.23h-1V3H21v11.385h-4.644zm-1.675-5.73l1.717-1.034l1.698%201.033l-.448-1.954l1.531-1.325l-2.01-.161l-.77-1.848l-.786%201.84l-2.015.17L13.6%209.141zm-6.797%202.48q.466%200%20.788-.327q.323-.326.323-.793t-.327-.798t-.793-.332t-.79.33t-.321.803q0%20.473.326.795q.327.322.794.322m-.005-1.115%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%22M6.35%2019.075q.571-.546%201.28-1.276t1.341-1.576t1.056-1.759t.423-1.752q0-1.837-1.153-2.996Q8.144%208.558%206.35%208.558T3.403%209.716T2.25%2012.712q0%20.84.423%201.752q.423.913%201.056%201.759q.632.846%201.341%201.576t1.28%201.276M3%2021v-1h2.873q-.7-.63-1.542-1.504q-.842-.873-1.57-1.9q-.65-.892-1.08-1.902t-.431-1.973q0-2.248%201.458-3.705q1.457-1.458%203.644-1.458t3.642%201.458t1.456%203.705q0%20.964-.43%201.973q-.431%201.01-1.081%201.902q-.727%201.027-1.58%201.9q-.851.873-1.532%201.504H21v1zm11.827-4.173l-1.413-2.275l.451-1.168l.962%201.552l.961-1.552H20V4H9.673v2.23h-1V3H21v11.385h-4.644zm-1.675-5.73l1.717-1.034l1.698%201.033l-.448-1.954l1.531-1.325l-2.01-.161l-.77-1.848l-.786%201.84l-2.015.17L13.6%209.141zm-6.797%202.48q.466%200%20.788-.327q.323-.326.323-.793t-.327-.798t-.793-.332t-.79.33t-.321.803q0%20.473.326.795q.327.322.794.322m-.005-1.115%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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