map location icon
map-location-filled from TDesign Icons by TDesign · Filled · MIT Free for personal and commercial use.
- Name
- map-location-filled
- Set
- TDesign Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- MIT
1 other variant in TDesign Icons
The same icon in other sets
Related icons in TDesign Icons
Use the map location icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.5 2.717L2 5.926V21.5l5.5-2.267zm2 16.193l1.75 1.033V16.75a6.75 6.75 0 0 1 3.25-5.773V5.091l-5-2.953zM22 2.5v8.812a6.77 6.77 0 0 0-5.5-1.145v-5.4zm-4 21.201l-.203-.134c-.184-.121-.368-.242-.547-.372a13 13 0 0 1-1.865-1.677c-.995-1.094-2.135-2.767-2.135-4.768a4.75 4.75 0 1 1 9.5 0c0 2.001-1.14 3.674-2.135 4.768a13 13 0 0 1-1.865 1.677c-.179.13-.363.25-.547.372zM19.25 16h-2.5v2h2.5z"/></svg>
React
import type { SVGProps } from "react";
export function TdesignMapLocationFilled(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="M7.5 2.717L2 5.926V21.5l5.5-2.267zm2 16.193l1.75 1.033V16.75a6.75 6.75 0 0 1 3.25-5.773V5.091l-5-2.953zM22 2.5v8.812a6.77 6.77 0 0 0-5.5-1.145v-5.4zm-4 21.201l-.203-.134c-.184-.121-.368-.242-.547-.372a13 13 0 0 1-1.865-1.677c-.995-1.094-2.135-2.767-2.135-4.768a4.75 4.75 0 1 1 9.5 0c0 2.001-1.14 3.674-2.135 4.768a13 13 0 0 1-1.865 1.677c-.179.13-.363.25-.547.372zM19.25 16h-2.5v2h2.5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.5 2.717L2 5.926V21.5l5.5-2.267zm2 16.193l1.75 1.033V16.75a6.75 6.75 0 0 1 3.25-5.773V5.091l-5-2.953zM22 2.5v8.812a6.77 6.77 0 0 0-5.5-1.145v-5.4zm-4 21.201l-.203-.134c-.184-.121-.368-.242-.547-.372a13 13 0 0 1-1.865-1.677c-.995-1.094-2.135-2.767-2.135-4.768a4.75 4.75 0 1 1 9.5 0c0 2.001-1.14 3.674-2.135 4.768a13 13 0 0 1-1.865 1.677c-.179.13-.363.25-.547.372zM19.25 16h-2.5v2h2.5z"/></svg> </template>
CSS
.icon-map-location-filled {
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%22M7.5%202.717L2%205.926V21.5l5.5-2.267zm2%2016.193l1.75%201.033V16.75a6.75%206.75%200%200%201%203.25-5.773V5.091l-5-2.953zM22%202.5v8.812a6.77%206.77%200%200%200-5.5-1.145v-5.4zm-4%2021.201l-.203-.134c-.184-.121-.368-.242-.547-.372a13%2013%200%200%201-1.865-1.677c-.995-1.094-2.135-2.767-2.135-4.768a4.75%204.75%200%201%201%209.5%200c0%202.001-1.14%203.674-2.135%204.768a13%2013%200%200%201-1.865%201.677c-.179.13-.363.25-.547.372zM19.25%2016h-2.5v2h2.5z%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%22M7.5%202.717L2%205.926V21.5l5.5-2.267zm2%2016.193l1.75%201.033V16.75a6.75%206.75%200%200%201%203.25-5.773V5.091l-5-2.953zM22%202.5v8.812a6.77%206.77%200%200%200-5.5-1.145v-5.4zm-4%2021.201l-.203-.134c-.184-.121-.368-.242-.547-.372a13%2013%200%200%201-1.865-1.677c-.995-1.094-2.135-2.767-2.135-4.768a4.75%204.75%200%201%201%209.5%200c0%202.001-1.14%203.674-2.135%204.768a13%2013%200%200%201-1.865%201.677c-.179.13-.363.25-.547.372zM19.25%2016h-2.5v2h2.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tdesign/map-location-filled.svg?color=%231a73e8&size=48