pin-drop from Material Symbols Light by Google · Regular · Maps · Apache-2.0 Free for personal and commercial use.

Name
pin-drop
Set
Material Symbols Light
Style
Regular
Category
Maps
Viewbox
24×24
License
Apache 2.0
Aliases
pin-drop-sharp

3 other variants in Material Symbols Light

The same icon in other sets

More maps icons from Material Symbols Light

Use the pin drop icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 18.25q-2.967-2.427-4.484-4.771T6 9.016q0-2.645 1.68-4.33Q9.362 3 12 3t4.32 1.686Q18 6.37 18 9.016q0 2.119-1.516 4.453T12 18.25m.004-7.634q.667 0 1.14-.476t.472-1.143t-.476-1.14t-1.143-.472t-1.14.475t-.472 1.144t.475 1.14t1.144.472M6 21v-1h12v1z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightPinDrop(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 18.25q-2.967-2.427-4.484-4.771T6 9.016q0-2.645 1.68-4.33Q9.362 3 12 3t4.32 1.686Q18 6.37 18 9.016q0 2.119-1.516 4.453T12 18.25m.004-7.634q.667 0 1.14-.476t.472-1.143t-.476-1.14t-1.143-.472t-1.14.475t-.472 1.144t.475 1.14t1.144.472M6 21v-1h12v1z"/></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 18.25q-2.967-2.427-4.484-4.771T6 9.016q0-2.645 1.68-4.33Q9.362 3 12 3t4.32 1.686Q18 6.37 18 9.016q0 2.119-1.516 4.453T12 18.25m.004-7.634q.667 0 1.14-.476t.472-1.143t-.476-1.14t-1.143-.472t-1.14.475t-.472 1.144t.475 1.14t1.144.472M6 21v-1h12v1z"/></svg>
</template>

CSS

.icon-pin-drop {
  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%2018.25q-2.967-2.427-4.484-4.771T6%209.016q0-2.645%201.68-4.33Q9.362%203%2012%203t4.32%201.686Q18%206.37%2018%209.016q0%202.119-1.516%204.453T12%2018.25m.004-7.634q.667%200%201.14-.476t.472-1.143t-.476-1.14t-1.143-.472t-1.14.475t-.472%201.144t.475%201.14t1.144.472M6%2021v-1h12v1z%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%2018.25q-2.967-2.427-4.484-4.771T6%209.016q0-2.645%201.68-4.33Q9.362%203%2012%203t4.32%201.686Q18%206.37%2018%209.016q0%202.119-1.516%204.453T12%2018.25m.004-7.634q.667%200%201.14-.476t.472-1.143t-.476-1.14t-1.143-.472t-1.14.475t-.472%201.144t.475%201.14t1.144.472M6%2021v-1h12v1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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