pin from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.

Name
pin
Set
Codicons
Style
Regular
Viewbox
16×16
License
CC BY 4.0

The same icon in other sets

Use the pin icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M13.5 3q-.297 0-.577.114L8.481 4.967l-2.822-.941a.5.5 0 0 0-.658.474V7H1.257L.5 7.5l.757.5H5v2.5a.5.5 0 0 0 .658.474l2.822-.941l4.445 1.854q.277.113.574.113c.827 0 1.5-.673 1.5-1.5v-6c0-.827-.673-1.5-1.5-1.5zm.5 7.5c0 .343-.385.59-.692.462L8.693 9.038a.5.5 0 0 0-.35-.013l-2.342.781V5.193l2.342.781a.5.5 0 0 0 .351-.013l4.612-1.923a.51.51 0 0 1 .695.461z"/></svg>

React

import type { SVGProps } from "react";

export function CodiconPin(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M13.5 3q-.297 0-.577.114L8.481 4.967l-2.822-.941a.5.5 0 0 0-.658.474V7H1.257L.5 7.5l.757.5H5v2.5a.5.5 0 0 0 .658.474l2.822-.941l4.445 1.854q.277.113.574.113c.827 0 1.5-.673 1.5-1.5v-6c0-.827-.673-1.5-1.5-1.5zm.5 7.5c0 .343-.385.59-.692.462L8.693 9.038a.5.5 0 0 0-.35-.013l-2.342.781V5.193l2.342.781a.5.5 0 0 0 .351-.013l4.612-1.923a.51.51 0 0 1 .695.461z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M13.5 3q-.297 0-.577.114L8.481 4.967l-2.822-.941a.5.5 0 0 0-.658.474V7H1.257L.5 7.5l.757.5H5v2.5a.5.5 0 0 0 .658.474l2.822-.941l4.445 1.854q.277.113.574.113c.827 0 1.5-.673 1.5-1.5v-6c0-.827-.673-1.5-1.5-1.5zm.5 7.5c0 .343-.385.59-.692.462L8.693 9.038a.5.5 0 0 0-.35-.013l-2.342.781V5.193l2.342.781a.5.5 0 0 0 .351-.013l4.612-1.923a.51.51 0 0 1 .695.461z"/></svg>
</template>

CSS

.icon-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.5%203q-.297%200-.577.114L8.481%204.967l-2.822-.941a.5.5%200%200%200-.658.474V7H1.257L.5%207.5l.757.5H5v2.5a.5.5%200%200%200%20.658.474l2.822-.941l4.445%201.854q.277.113.574.113c.827%200%201.5-.673%201.5-1.5v-6c0-.827-.673-1.5-1.5-1.5zm.5%207.5c0%20.343-.385.59-.692.462L8.693%209.038a.5.5%200%200%200-.35-.013l-2.342.781V5.193l2.342.781a.5.5%200%200%200%20.351-.013l4.612-1.923a.51.51%200%200%201%20.695.461z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.5%203q-.297%200-.577.114L8.481%204.967l-2.822-.941a.5.5%200%200%200-.658.474V7H1.257L.5%207.5l.757.5H5v2.5a.5.5%200%200%200%20.658.474l2.822-.941l4.445%201.854q.277.113.574.113c.827%200%201.5-.673%201.5-1.5v-6c0-.827-.673-1.5-1.5-1.5zm.5%207.5c0%20.343-.385.59-.692.462L8.693%209.038a.5.5%200%200%200-.35-.013l-2.342.781V5.193l2.342.781a.5.5%200%200%200%20.351-.013l4.612-1.923a.51.51%200%200%201%20.695.461z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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