person-pin-sharp from Material Symbols Light by Google · Sharp · Maps · Apache-2.0 Free for personal and commercial use.

Name
person-pin-sharp
Set
Material Symbols Light
Style
Sharp
Category
Maps
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More maps icons from Material Symbols Light

Use the person 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 21.577L9.423 19H4V3h16v16h-5.423zm2.129-10.371Q15 10.335 15 9.077t-.871-2.129T12 6.077t-2.129.871T9 9.077t.871 2.129t2.129.871t2.129-.871M5 18h14v-.766q-1.35-1.325-3.137-2.087T12 14.385t-3.863.762T5 17.235z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightPersonPinSharp(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 21.577L9.423 19H4V3h16v16h-5.423zm2.129-10.371Q15 10.335 15 9.077t-.871-2.129T12 6.077t-2.129.871T9 9.077t.871 2.129t2.129.871t2.129-.871M5 18h14v-.766q-1.35-1.325-3.137-2.087T12 14.385t-3.863.762T5 17.235z"/></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 21.577L9.423 19H4V3h16v16h-5.423zm2.129-10.371Q15 10.335 15 9.077t-.871-2.129T12 6.077t-2.129.871T9 9.077t.871 2.129t2.129.871t2.129-.871M5 18h14v-.766q-1.35-1.325-3.137-2.087T12 14.385t-3.863.762T5 17.235z"/></svg>
</template>

CSS

.icon-person-pin-sharp {
  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%2021.577L9.423%2019H4V3h16v16h-5.423zm2.129-10.371Q15%2010.335%2015%209.077t-.871-2.129T12%206.077t-2.129.871T9%209.077t.871%202.129t2.129.871t2.129-.871M5%2018h14v-.766q-1.35-1.325-3.137-2.087T12%2014.385t-3.863.762T5%2017.235z%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%2021.577L9.423%2019H4V3h16v16h-5.423zm2.129-10.371Q15%2010.335%2015%209.077t-.871-2.129T12%206.077t-2.129.871T9%209.077t.871%202.129t2.129.871t2.129-.871M5%2018h14v-.766q-1.35-1.325-3.137-2.087T12%2014.385t-3.863.762T5%2017.235z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/person-pin-sharp.svg?color=%231a73e8&size=48