map pin review icon
map-pin-review-sharp from Material Symbols by Google · Sharp · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- map-pin-review-sharp
- Set
- Material Symbols
- Style
- Sharp
- Category
- Maps
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
More maps icons from Material Symbols
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="M2 22v-2h3.45q-.7-.65-1.475-1.475T2.55 16.75t-1.1-1.95T1 12.75q0-2.45 1.6-4.1T6.6 7t4 1.65t1.6 4.1q0 1.05-.45 2.05t-1.1 1.95t-1.425 1.775T7.75 20H22v2zm4.6-8q.625 0 1.063-.437T8.1 12.5t-.437-1.062T6.6 11t-1.062.438T5.1 12.5t.438 1.063T6.6 14m8.4 4l-1.45-2.325q.3-.725.475-1.463t.175-1.462q0-.575-.075-1.15t-.225-1.1l1.2-.725L17.125 11L16.6 8.7l1.8-1.575l-2.375-.2L15.1 4.75l-.925 2.175l-2.275.2q-.8-.775-1.775-1.288T8 5.125V2h14v13h-5.125z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsMapPinReviewSharp(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="M2 22v-2h3.45q-.7-.65-1.475-1.475T2.55 16.75t-1.1-1.95T1 12.75q0-2.45 1.6-4.1T6.6 7t4 1.65t1.6 4.1q0 1.05-.45 2.05t-1.1 1.95t-1.425 1.775T7.75 20H22v2zm4.6-8q.625 0 1.063-.437T8.1 12.5t-.437-1.062T6.6 11t-1.062.438T5.1 12.5t.438 1.063T6.6 14m8.4 4l-1.45-2.325q.3-.725.475-1.463t.175-1.462q0-.575-.075-1.15t-.225-1.1l1.2-.725L17.125 11L16.6 8.7l1.8-1.575l-2.375-.2L15.1 4.75l-.925 2.175l-2.275.2q-.8-.775-1.775-1.288T8 5.125V2h14v13h-5.125z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 22v-2h3.45q-.7-.65-1.475-1.475T2.55 16.75t-1.1-1.95T1 12.75q0-2.45 1.6-4.1T6.6 7t4 1.65t1.6 4.1q0 1.05-.45 2.05t-1.1 1.95t-1.425 1.775T7.75 20H22v2zm4.6-8q.625 0 1.063-.437T8.1 12.5t-.437-1.062T6.6 11t-1.062.438T5.1 12.5t.438 1.063T6.6 14m8.4 4l-1.45-2.325q.3-.725.475-1.463t.175-1.462q0-.575-.075-1.15t-.225-1.1l1.2-.725L17.125 11L16.6 8.7l1.8-1.575l-2.375-.2L15.1 4.75l-.925 2.175l-2.275.2q-.8-.775-1.775-1.288T8 5.125V2h14v13h-5.125z"/></svg> </template>
CSS
.icon-map-pin-review-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%22M2%2022v-2h3.45q-.7-.65-1.475-1.475T2.55%2016.75t-1.1-1.95T1%2012.75q0-2.45%201.6-4.1T6.6%207t4%201.65t1.6%204.1q0%201.05-.45%202.05t-1.1%201.95t-1.425%201.775T7.75%2020H22v2zm4.6-8q.625%200%201.063-.437T8.1%2012.5t-.437-1.062T6.6%2011t-1.062.438T5.1%2012.5t.438%201.063T6.6%2014m8.4%204l-1.45-2.325q.3-.725.475-1.463t.175-1.462q0-.575-.075-1.15t-.225-1.1l1.2-.725L17.125%2011L16.6%208.7l1.8-1.575l-2.375-.2L15.1%204.75l-.925%202.175l-2.275.2q-.8-.775-1.775-1.288T8%205.125V2h14v13h-5.125z%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%22M2%2022v-2h3.45q-.7-.65-1.475-1.475T2.55%2016.75t-1.1-1.95T1%2012.75q0-2.45%201.6-4.1T6.6%207t4%201.65t1.6%204.1q0%201.05-.45%202.05t-1.1%201.95t-1.425%201.775T7.75%2020H22v2zm4.6-8q.625%200%201.063-.437T8.1%2012.5t-.437-1.062T6.6%2011t-1.062.438T5.1%2012.5t.438%201.063T6.6%2014m8.4%204l-1.45-2.325q.3-.725.475-1.463t.175-1.462q0-.575-.075-1.15t-.225-1.1l1.2-.725L17.125%2011L16.6%208.7l1.8-1.575l-2.375-.2L15.1%204.75l-.925%202.175l-2.275.2q-.8-.775-1.775-1.288T8%205.125V2h14v13h-5.125z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/map-pin-review-sharp.svg?color=%231a73e8&size=48