pin-16 from Octicons by GitHub · 16 · MIT Free for personal and commercial use.

Name
pin-16
Set
Octicons
Style
16
Viewbox
16×16
License
MIT

2 other variants in Octicons

The same icon in other sets

Related icons in Octicons

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="m11.294.984l3.722 3.722a1.75 1.75 0 0 1-.504 2.826l-1.327.613a3.09 3.09 0 0 0-1.707 2.084l-.584 2.454c-.317 1.332-1.972 1.8-2.94.832L5.75 11.311L1.78 15.28a.749.749 0 1 1-1.06-1.06l3.969-3.97l-2.204-2.204c-.968-.968-.5-2.623.832-2.94l2.454-.584a3.08 3.08 0 0 0 2.084-1.707l.613-1.327a1.75 1.75 0 0 1 2.826-.504M6.283 9.723l2.732 2.731a.25.25 0 0 0 .42-.119l.584-2.454a4.59 4.59 0 0 1 2.537-3.098l1.328-.613a.25.25 0 0 0 .072-.404l-3.722-3.722a.25.25 0 0 0-.404.072l-.613 1.328a4.58 4.58 0 0 1-3.098 2.537l-2.454.584a.25.25 0 0 0-.119.42l2.731 2.732Z"/></svg>

React

import type { SVGProps } from "react";

export function OcticonPin16(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="m11.294.984l3.722 3.722a1.75 1.75 0 0 1-.504 2.826l-1.327.613a3.09 3.09 0 0 0-1.707 2.084l-.584 2.454c-.317 1.332-1.972 1.8-2.94.832L5.75 11.311L1.78 15.28a.749.749 0 1 1-1.06-1.06l3.969-3.97l-2.204-2.204c-.968-.968-.5-2.623.832-2.94l2.454-.584a3.08 3.08 0 0 0 2.084-1.707l.613-1.327a1.75 1.75 0 0 1 2.826-.504M6.283 9.723l2.732 2.731a.25.25 0 0 0 .42-.119l.584-2.454a4.59 4.59 0 0 1 2.537-3.098l1.328-.613a.25.25 0 0 0 .072-.404l-3.722-3.722a.25.25 0 0 0-.404.072l-.613 1.328a4.58 4.58 0 0 1-3.098 2.537l-2.454.584a.25.25 0 0 0-.119.42l2.731 2.732Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m11.294.984l3.722 3.722a1.75 1.75 0 0 1-.504 2.826l-1.327.613a3.09 3.09 0 0 0-1.707 2.084l-.584 2.454c-.317 1.332-1.972 1.8-2.94.832L5.75 11.311L1.78 15.28a.749.749 0 1 1-1.06-1.06l3.969-3.97l-2.204-2.204c-.968-.968-.5-2.623.832-2.94l2.454-.584a3.08 3.08 0 0 0 2.084-1.707l.613-1.327a1.75 1.75 0 0 1 2.826-.504M6.283 9.723l2.732 2.731a.25.25 0 0 0 .42-.119l.584-2.454a4.59 4.59 0 0 1 2.537-3.098l1.328-.613a.25.25 0 0 0 .072-.404l-3.722-3.722a.25.25 0 0 0-.404.072l-.613 1.328a4.58 4.58 0 0 1-3.098 2.537l-2.454.584a.25.25 0 0 0-.119.42l2.731 2.732Z"/></svg>
</template>

CSS

.icon-pin-16 {
  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%22m11.294.984l3.722%203.722a1.75%201.75%200%200%201-.504%202.826l-1.327.613a3.09%203.09%200%200%200-1.707%202.084l-.584%202.454c-.317%201.332-1.972%201.8-2.94.832L5.75%2011.311L1.78%2015.28a.749.749%200%201%201-1.06-1.06l3.969-3.97l-2.204-2.204c-.968-.968-.5-2.623.832-2.94l2.454-.584a3.08%203.08%200%200%200%202.084-1.707l.613-1.327a1.75%201.75%200%200%201%202.826-.504M6.283%209.723l2.732%202.731a.25.25%200%200%200%20.42-.119l.584-2.454a4.59%204.59%200%200%201%202.537-3.098l1.328-.613a.25.25%200%200%200%20.072-.404l-3.722-3.722a.25.25%200%200%200-.404.072l-.613%201.328a4.58%204.58%200%200%201-3.098%202.537l-2.454.584a.25.25%200%200%200-.119.42l2.731%202.732Z%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%22m11.294.984l3.722%203.722a1.75%201.75%200%200%201-.504%202.826l-1.327.613a3.09%203.09%200%200%200-1.707%202.084l-.584%202.454c-.317%201.332-1.972%201.8-2.94.832L5.75%2011.311L1.78%2015.28a.749.749%200%201%201-1.06-1.06l3.969-3.97l-2.204-2.204c-.968-.968-.5-2.623.832-2.94l2.454-.584a3.08%203.08%200%200%200%202.084-1.707l.613-1.327a1.75%201.75%200%200%201%202.826-.504M6.283%209.723l2.732%202.731a.25.25%200%200%200%20.42-.119l.584-2.454a4.59%204.59%200%200%201%202.537-3.098l1.328-.613a.25.25%200%200%200%20.072-.404l-3.722-3.722a.25.25%200%200%200-.404.072l-.613%201.328a4.58%204.58%200%200%201-3.098%202.537l-2.454.584a.25.25%200%200%200-.119.42l2.731%202.732Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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