map pin heart icon
map-pin-heart from Material Symbols Light by Google · Regular · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- map-pin-heart
- Set
- Material Symbols Light
- Style
- Regular
- 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 heart icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 13.742q1.177-1.076 1.803-1.705q.626-.63.98-1.048q.334-.42.468-.768t.134-.79q0-.766-.548-1.32q-.548-.553-1.306-.553q-.447 0-.861.182q-.415.182-.67.502q-.259-.32-.668-.503q-.409-.181-.87-.181q-.756 0-1.301.553q-.546.554-.546 1.32q0 .448.131.78t.456.756q.346.424.975 1.049T12 13.742m0 7.277q-3.525-3.117-5.31-5.814q-1.786-2.697-1.786-4.909q0-3.173 2.066-5.234Q9.037 3 12 3t5.03 2.062q2.066 2.061 2.066 5.234q0 2.212-1.785 4.909q-1.786 2.697-5.311 5.814"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightMapPinHeart(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="M12 13.742q1.177-1.076 1.803-1.705q.626-.63.98-1.048q.334-.42.468-.768t.134-.79q0-.766-.548-1.32q-.548-.553-1.306-.553q-.447 0-.861.182q-.415.182-.67.502q-.259-.32-.668-.503q-.409-.181-.87-.181q-.756 0-1.301.553q-.546.554-.546 1.32q0 .448.131.78t.456.756q.346.424.975 1.049T12 13.742m0 7.277q-3.525-3.117-5.31-5.814q-1.786-2.697-1.786-4.909q0-3.173 2.066-5.234Q9.037 3 12 3t5.03 2.062q2.066 2.061 2.066 5.234q0 2.212-1.785 4.909q-1.786 2.697-5.311 5.814"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 13.742q1.177-1.076 1.803-1.705q.626-.63.98-1.048q.334-.42.468-.768t.134-.79q0-.766-.548-1.32q-.548-.553-1.306-.553q-.447 0-.861.182q-.415.182-.67.502q-.259-.32-.668-.503q-.409-.181-.87-.181q-.756 0-1.301.553q-.546.554-.546 1.32q0 .448.131.78t.456.756q.346.424.975 1.049T12 13.742m0 7.277q-3.525-3.117-5.31-5.814q-1.786-2.697-1.786-4.909q0-3.173 2.066-5.234Q9.037 3 12 3t5.03 2.062q2.066 2.061 2.066 5.234q0 2.212-1.785 4.909q-1.786 2.697-5.311 5.814"/></svg> </template>
CSS
.icon-map-pin-heart {
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%22M12%2013.742q1.177-1.076%201.803-1.705q.626-.63.98-1.048q.334-.42.468-.768t.134-.79q0-.766-.548-1.32q-.548-.553-1.306-.553q-.447%200-.861.182q-.415.182-.67.502q-.259-.32-.668-.503q-.409-.181-.87-.181q-.756%200-1.301.553q-.546.554-.546%201.32q0%20.448.131.78t.456.756q.346.424.975%201.049T12%2013.742m0%207.277q-3.525-3.117-5.31-5.814q-1.786-2.697-1.786-4.909q0-3.173%202.066-5.234Q9.037%203%2012%203t5.03%202.062q2.066%202.061%202.066%205.234q0%202.212-1.785%204.909q-1.786%202.697-5.311%205.814%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%22M12%2013.742q1.177-1.076%201.803-1.705q.626-.63.98-1.048q.334-.42.468-.768t.134-.79q0-.766-.548-1.32q-.548-.553-1.306-.553q-.447%200-.861.182q-.415.182-.67.502q-.259-.32-.668-.503q-.409-.181-.87-.181q-.756%200-1.301.553q-.546.554-.546%201.32q0%20.448.131.78t.456.756q.346.424.975%201.049T12%2013.742m0%207.277q-3.525-3.117-5.31-5.814q-1.786-2.697-1.786-4.909q0-3.173%202.066-5.234Q9.037%203%2012%203t5.03%202.062q2.066%202.061%202.066%205.234q0%202.212-1.785%204.909q-1.786%202.697-5.311%205.814%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-heart.svg?color=%231a73e8&size=48