map pin alt icon

map-pin-alt from Unicons by Iconscout · Line · Location And Map · Apache-2.0 Free for personal and commercial use.

Name
map-pin-alt
Set
Unicons
Style
Line
Category
Location And Map
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

More location and map icons from Unicons

Use the map pin alt icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 11.9V17a1 1 0 0 0 2 0v-5.1a5 5 0 1 0-2 0M12 4a3 3 0 1 1-3 3a3 3 0 0 1 3-3m4.21 10.42a1 1 0 1 0-.42 2C18.06 16.87 19 17.68 19 18c0 .58-2.45 2-7 2s-7-1.42-7-2c0-.32.94-1.13 3.21-1.62a1 1 0 1 0-.42-2C4.75 15.08 3 16.39 3 18c0 2.63 4.53 4 9 4s9-1.37 9-4c0-1.61-1.75-2.92-4.79-3.58"/></svg>

React

import type { SVGProps } from "react";

export function UilMapPinAlt(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="M11 11.9V17a1 1 0 0 0 2 0v-5.1a5 5 0 1 0-2 0M12 4a3 3 0 1 1-3 3a3 3 0 0 1 3-3m4.21 10.42a1 1 0 1 0-.42 2C18.06 16.87 19 17.68 19 18c0 .58-2.45 2-7 2s-7-1.42-7-2c0-.32.94-1.13 3.21-1.62a1 1 0 1 0-.42-2C4.75 15.08 3 16.39 3 18c0 2.63 4.53 4 9 4s9-1.37 9-4c0-1.61-1.75-2.92-4.79-3.58"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 11.9V17a1 1 0 0 0 2 0v-5.1a5 5 0 1 0-2 0M12 4a3 3 0 1 1-3 3a3 3 0 0 1 3-3m4.21 10.42a1 1 0 1 0-.42 2C18.06 16.87 19 17.68 19 18c0 .58-2.45 2-7 2s-7-1.42-7-2c0-.32.94-1.13 3.21-1.62a1 1 0 1 0-.42-2C4.75 15.08 3 16.39 3 18c0 2.63 4.53 4 9 4s9-1.37 9-4c0-1.61-1.75-2.92-4.79-3.58"/></svg>
</template>

CSS

.icon-map-pin-alt {
  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%22M11%2011.9V17a1%201%200%200%200%202%200v-5.1a5%205%200%201%200-2%200M12%204a3%203%200%201%201-3%203a3%203%200%200%201%203-3m4.21%2010.42a1%201%200%201%200-.42%202C18.06%2016.87%2019%2017.68%2019%2018c0%20.58-2.45%202-7%202s-7-1.42-7-2c0-.32.94-1.13%203.21-1.62a1%201%200%201%200-.42-2C4.75%2015.08%203%2016.39%203%2018c0%202.63%204.53%204%209%204s9-1.37%209-4c0-1.61-1.75-2.92-4.79-3.58%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%22M11%2011.9V17a1%201%200%200%200%202%200v-5.1a5%205%200%201%200-2%200M12%204a3%203%200%201%201-3%203a3%203%200%200%201%203-3m4.21%2010.42a1%201%200%201%200-.42%202C18.06%2016.87%2019%2017.68%2019%2018c0%20.58-2.45%202-7%202s-7-1.42-7-2c0-.32.94-1.13%203.21-1.62a1%201%200%201%200-.42-2C4.75%2015.08%203%2016.39%203%2018c0%202.63%204.53%204%209%204s9-1.37%209-4c0-1.61-1.75-2.92-4.79-3.58%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/map-pin-alt.svg?color=%231a73e8&size=48