md-pin from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
md-pin
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT
Aliases
android-pin

Related icons in IonIcons

Use the md pin icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M256 32c-88.004 0-160 70.557-160 156.801C96 306.4 256 480 256 480s160-173.6 160-291.199C416 102.557 344.004 32 256 32zm0 212.801c-31.996 0-57.144-24.645-57.144-56 0-31.357 25.147-56 57.144-56s57.144 24.643 57.144 56c0 31.355-25.148 56-57.144 56z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonMdPin(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M256 32c-88.004 0-160 70.557-160 156.801C96 306.4 256 480 256 480s160-173.6 160-291.199C416 102.557 344.004 32 256 32zm0 212.801c-31.996 0-57.144-24.645-57.144-56 0-31.357 25.147-56 57.144-56s57.144 24.643 57.144 56c0 31.355-25.148 56-57.144 56z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M256 32c-88.004 0-160 70.557-160 156.801C96 306.4 256 480 256 480s160-173.6 160-291.199C416 102.557 344.004 32 256 32zm0 212.801c-31.996 0-57.144-24.645-57.144-56 0-31.357 25.147-56 57.144-56s57.144 24.643 57.144 56c0 31.355-25.148 56-57.144 56z" fill="currentColor"/></svg>
</template>

CSS

.icon-md-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%20512%20512%22%3E%3Cpath%20d%3D%22M256%2032c-88.004%200-160%2070.557-160%20156.801C96%20306.4%20256%20480%20256%20480s160-173.6%20160-291.199C416%20102.557%20344.004%2032%20256%2032zm0%20212.801c-31.996%200-57.144-24.645-57.144-56%200-31.357%2025.147-56%2057.144-56s57.144%2024.643%2057.144%2056c0%2031.355-25.148%2056-57.144%2056z%22%20fill%3D%22currentColor%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%20512%20512%22%3E%3Cpath%20d%3D%22M256%2032c-88.004%200-160%2070.557-160%20156.801C96%20306.4%20256%20480%20256%20480s160-173.6%20160-291.199C416%20102.557%20344.004%2032%20256%2032zm0%20212.801c-31.996%200-57.144-24.645-57.144-56%200-31.357%2025.147-56%2057.144-56s57.144%2024.643%2057.144%2056c0%2031.355-25.148%2056-57.144%2056z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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