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

Name
pin-24
Set
Octicons
Style
24
Viewbox
24×24
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 24 24"><path fill="currentColor" d="m16.114 1.553l6.333 6.333a1.75 1.75 0 0 1-.603 2.869l-1.63.633a5.67 5.67 0 0 0-3.395 3.725l-1.131 3.959a1.75 1.75 0 0 1-2.92.757L9 16.061l-5.595 5.594a.749.749 0 1 1-1.06-1.06L7.939 15l-3.768-3.768a1.75 1.75 0 0 1 .757-2.92l3.959-1.131a5.67 5.67 0 0 0 3.725-3.395l.633-1.63a1.75 1.75 0 0 1 2.869-.603M5.232 10.171l8.597 8.597a.25.25 0 0 0 .417-.108l1.131-3.959A7.17 7.17 0 0 1 19.67 9.99l1.63-.634a.25.25 0 0 0 .086-.409l-6.333-6.333a.25.25 0 0 0-.409.086l-.634 1.63a7.17 7.17 0 0 1-4.711 4.293L5.34 9.754a.25.25 0 0 0-.108.417"/></svg>

React

import type { SVGProps } from "react";

export function OcticonPin24(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="m16.114 1.553l6.333 6.333a1.75 1.75 0 0 1-.603 2.869l-1.63.633a5.67 5.67 0 0 0-3.395 3.725l-1.131 3.959a1.75 1.75 0 0 1-2.92.757L9 16.061l-5.595 5.594a.749.749 0 1 1-1.06-1.06L7.939 15l-3.768-3.768a1.75 1.75 0 0 1 .757-2.92l3.959-1.131a5.67 5.67 0 0 0 3.725-3.395l.633-1.63a1.75 1.75 0 0 1 2.869-.603M5.232 10.171l8.597 8.597a.25.25 0 0 0 .417-.108l1.131-3.959A7.17 7.17 0 0 1 19.67 9.99l1.63-.634a.25.25 0 0 0 .086-.409l-6.333-6.333a.25.25 0 0 0-.409.086l-.634 1.63a7.17 7.17 0 0 1-4.711 4.293L5.34 9.754a.25.25 0 0 0-.108.417"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m16.114 1.553l6.333 6.333a1.75 1.75 0 0 1-.603 2.869l-1.63.633a5.67 5.67 0 0 0-3.395 3.725l-1.131 3.959a1.75 1.75 0 0 1-2.92.757L9 16.061l-5.595 5.594a.749.749 0 1 1-1.06-1.06L7.939 15l-3.768-3.768a1.75 1.75 0 0 1 .757-2.92l3.959-1.131a5.67 5.67 0 0 0 3.725-3.395l.633-1.63a1.75 1.75 0 0 1 2.869-.603M5.232 10.171l8.597 8.597a.25.25 0 0 0 .417-.108l1.131-3.959A7.17 7.17 0 0 1 19.67 9.99l1.63-.634a.25.25 0 0 0 .086-.409l-6.333-6.333a.25.25 0 0 0-.409.086l-.634 1.63a7.17 7.17 0 0 1-4.711 4.293L5.34 9.754a.25.25 0 0 0-.108.417"/></svg>
</template>

CSS

.icon-pin-24 {
  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%22m16.114%201.553l6.333%206.333a1.75%201.75%200%200%201-.603%202.869l-1.63.633a5.67%205.67%200%200%200-3.395%203.725l-1.131%203.959a1.75%201.75%200%200%201-2.92.757L9%2016.061l-5.595%205.594a.749.749%200%201%201-1.06-1.06L7.939%2015l-3.768-3.768a1.75%201.75%200%200%201%20.757-2.92l3.959-1.131a5.67%205.67%200%200%200%203.725-3.395l.633-1.63a1.75%201.75%200%200%201%202.869-.603M5.232%2010.171l8.597%208.597a.25.25%200%200%200%20.417-.108l1.131-3.959A7.17%207.17%200%200%201%2019.67%209.99l1.63-.634a.25.25%200%200%200%20.086-.409l-6.333-6.333a.25.25%200%200%200-.409.086l-.634%201.63a7.17%207.17%200%200%201-4.711%204.293L5.34%209.754a.25.25%200%200%200-.108.417%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%22m16.114%201.553l6.333%206.333a1.75%201.75%200%200%201-.603%202.869l-1.63.633a5.67%205.67%200%200%200-3.395%203.725l-1.131%203.959a1.75%201.75%200%200%201-2.92.757L9%2016.061l-5.595%205.594a.749.749%200%201%201-1.06-1.06L7.939%2015l-3.768-3.768a1.75%201.75%200%200%201%20.757-2.92l3.959-1.131a5.67%205.67%200%200%200%203.725-3.395l.633-1.63a1.75%201.75%200%200%201%202.869-.603M5.232%2010.171l8.597%208.597a.25.25%200%200%200%20.417-.108l1.131-3.959A7.17%207.17%200%200%201%2019.67%209.99l1.63-.634a.25.25%200%200%200%20.086-.409l-6.333-6.333a.25.25%200%200%200-.409.086l-.634%201.63a7.17%207.17%200%200%201-4.711%204.293L5.34%209.754a.25.25%200%200%200-.108.417%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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