map-pin-20-solid from HeroIcons by Refactoring UI Inc · Solid 20x20 · MIT Free for personal and commercial use.

Name
map-pin-20-solid
Set
HeroIcons
Style
Solid 20x20
Viewbox
20×20
License
MIT

3 other variants in HeroIcons

The same icon in other sets

Use the map pin icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" fill-rule="evenodd" d="m9.69 18.933l.003.001C9.89 19.02 10 19 10 19s.11.02.308-.066l.002-.001l.006-.003l.018-.008a6 6 0 0 0 .281-.14c.186-.096.446-.24.757-.433c.62-.384 1.445-.966 2.274-1.765C15.302 14.988 17 12.493 17 9A7 7 0 1 0 3 9c0 3.492 1.698 5.988 3.355 7.584a13.7 13.7 0 0 0 2.273 1.765a12 12 0 0 0 .976.544l.062.029l.018.008zM10 11.25a2.25 2.25 0 1 0 0-4.5a2.25 2.25 0 0 0 0 4.5" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function HeroiconsMapPin20Solid(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" fillRule="evenodd" d="m9.69 18.933l.003.001C9.89 19.02 10 19 10 19s.11.02.308-.066l.002-.001l.006-.003l.018-.008a6 6 0 0 0 .281-.14c.186-.096.446-.24.757-.433c.62-.384 1.445-.966 2.274-1.765C15.302 14.988 17 12.493 17 9A7 7 0 1 0 3 9c0 3.492 1.698 5.988 3.355 7.584a13.7 13.7 0 0 0 2.273 1.765a12 12 0 0 0 .976.544l.062.029l.018.008zM10 11.25a2.25 2.25 0 1 0 0-4.5a2.25 2.25 0 0 0 0 4.5" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" fill-rule="evenodd" d="m9.69 18.933l.003.001C9.89 19.02 10 19 10 19s.11.02.308-.066l.002-.001l.006-.003l.018-.008a6 6 0 0 0 .281-.14c.186-.096.446-.24.757-.433c.62-.384 1.445-.966 2.274-1.765C15.302 14.988 17 12.493 17 9A7 7 0 1 0 3 9c0 3.492 1.698 5.988 3.355 7.584a13.7 13.7 0 0 0 2.273 1.765a12 12 0 0 0 .976.544l.062.029l.018.008zM10 11.25a2.25 2.25 0 1 0 0-4.5a2.25 2.25 0 0 0 0 4.5" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-map-pin-20-solid {
  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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22m9.69%2018.933l.003.001C9.89%2019.02%2010%2019%2010%2019s.11.02.308-.066l.002-.001l.006-.003l.018-.008a6%206%200%200%200%20.281-.14c.186-.096.446-.24.757-.433c.62-.384%201.445-.966%202.274-1.765C15.302%2014.988%2017%2012.493%2017%209A7%207%200%201%200%203%209c0%203.492%201.698%205.988%203.355%207.584a13.7%2013.7%200%200%200%202.273%201.765a12%2012%200%200%200%20.976.544l.062.029l.018.008zM10%2011.25a2.25%202.25%200%201%200%200-4.5a2.25%202.25%200%200%200%200%204.5%22%20clip-rule%3D%22evenodd%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22m9.69%2018.933l.003.001C9.89%2019.02%2010%2019%2010%2019s.11.02.308-.066l.002-.001l.006-.003l.018-.008a6%206%200%200%200%20.281-.14c.186-.096.446-.24.757-.433c.62-.384%201.445-.966%202.274-1.765C15.302%2014.988%2017%2012.493%2017%209A7%207%200%201%200%203%209c0%203.492%201.698%205.988%203.355%207.584a13.7%2013.7%200%200%200%202.273%201.765a12%2012%200%200%200%20.976.544l.062.029l.018.008zM10%2011.25a2.25%202.25%200%201%200%200-4.5a2.25%202.25%200%200%200%200%204.5%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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