map-pin from BoxIcons v2 Solid by Boxicons · Solid · MIT Free for personal and commercial use.

Name
map-pin
Set
BoxIcons v2 Solid
Style
Solid
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in BoxIcons v2 Solid

Use the map pin icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m12 17l1-2V9.858c1.721-.447 3-2 3-3.858c0-2.206-1.794-4-4-4S8 3.794 8 6c0 1.858 1.279 3.411 3 3.858V15z"/><path fill="currentColor" d="m16.267 10.563l-.533 1.928C18.325 13.207 20 14.584 20 16c0 1.892-3.285 4-8 4s-8-2.108-8-4c0-1.416 1.675-2.793 4.267-3.51l-.533-1.928C4.197 11.54 2 13.623 2 16c0 3.364 4.393 6 10 6s10-2.636 10-6c0-2.377-2.197-4.46-5.733-5.437"/></svg>

React

import type { SVGProps } from "react";

export function BxsMapPin(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 17l1-2V9.858c1.721-.447 3-2 3-3.858c0-2.206-1.794-4-4-4S8 3.794 8 6c0 1.858 1.279 3.411 3 3.858V15z"/><path fill="currentColor" d="m16.267 10.563l-.533 1.928C18.325 13.207 20 14.584 20 16c0 1.892-3.285 4-8 4s-8-2.108-8-4c0-1.416 1.675-2.793 4.267-3.51l-.533-1.928C4.197 11.54 2 13.623 2 16c0 3.364 4.393 6 10 6s10-2.636 10-6c0-2.377-2.197-4.46-5.733-5.437"/></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 17l1-2V9.858c1.721-.447 3-2 3-3.858c0-2.206-1.794-4-4-4S8 3.794 8 6c0 1.858 1.279 3.411 3 3.858V15z"/><path fill="currentColor" d="m16.267 10.563l-.533 1.928C18.325 13.207 20 14.584 20 16c0 1.892-3.285 4-8 4s-8-2.108-8-4c0-1.416 1.675-2.793 4.267-3.51l-.533-1.928C4.197 11.54 2 13.623 2 16c0 3.364 4.393 6 10 6s10-2.636 10-6c0-2.377-2.197-4.46-5.733-5.437"/></svg>
</template>

CSS

.icon-map-pin {
  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%2017l1-2V9.858c1.721-.447%203-2%203-3.858c0-2.206-1.794-4-4-4S8%203.794%208%206c0%201.858%201.279%203.411%203%203.858V15z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m16.267%2010.563l-.533%201.928C18.325%2013.207%2020%2014.584%2020%2016c0%201.892-3.285%204-8%204s-8-2.108-8-4c0-1.416%201.675-2.793%204.267-3.51l-.533-1.928C4.197%2011.54%202%2013.623%202%2016c0%203.364%204.393%206%2010%206s10-2.636%2010-6c0-2.377-2.197-4.46-5.733-5.437%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%2017l1-2V9.858c1.721-.447%203-2%203-3.858c0-2.206-1.794-4-4-4S8%203.794%208%206c0%201.858%201.279%203.411%203%203.858V15z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m16.267%2010.563l-.533%201.928C18.325%2013.207%2020%2014.584%2020%2016c0%201.892-3.285%204-8%204s-8-2.108-8-4c0-1.416%201.675-2.793%204.267-3.51l-.533-1.928C4.197%2011.54%202%2013.623%202%2016c0%203.364%204.393%206%2010%206s10-2.636%2010-6c0-2.377-2.197-4.46-5.733-5.437%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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