pin-outline from Teenyicons by smhmd · Outline · MIT Free for personal and commercial use.

Name
pin-outline
Set
Teenyicons
Style
Outline
Viewbox
15×15
License
MIT

1 other variant in Teenyicons

The same icon in other sets

Related icons in Teenyicons

Use the pin icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><g fill="none" fill-rule="evenodd" stroke="currentColor" stroke-linecap="square" clip-rule="evenodd"><path d="M7.5 8.495a2 2 0 0 0 2-1.999a2 2 0 0 0-4 0a2 2 0 0 0 2 1.999Z"/><path d="M13.5 6.496c0 4.997-5 7.995-6 7.995s-6-2.998-6-7.995A6 6 0 0 1 7.5.5c3.313 0 6 2.685 6 5.996Z"/></g></svg>

React

import type { SVGProps } from "react";

export function TeenyiconsPinOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><g fill="none" fillRule="evenodd" stroke="currentColor" strokeLinecap="square" clipRule="evenodd"><path d="M7.5 8.495a2 2 0 0 0 2-1.999a2 2 0 0 0-4 0a2 2 0 0 0 2 1.999Z"/><path d="M13.5 6.496c0 4.997-5 7.995-6 7.995s-6-2.998-6-7.995A6 6 0 0 1 7.5.5c3.313 0 6 2.685 6 5.996Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><g fill="none" fill-rule="evenodd" stroke="currentColor" stroke-linecap="square" clip-rule="evenodd"><path d="M7.5 8.495a2 2 0 0 0 2-1.999a2 2 0 0 0-4 0a2 2 0 0 0 2 1.999Z"/><path d="M13.5 6.496c0 4.997-5 7.995-6 7.995s-6-2.998-6-7.995A6 6 0 0 1 7.5.5c3.313 0 6 2.685 6 5.996Z"/></g></svg>
</template>

CSS

.icon-pin-outline {
  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%2015%2015%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M7.5%208.495a2%202%200%200%200%202-1.999a2%202%200%200%200-4%200a2%202%200%200%200%202%201.999Z%22%2F%3E%3Cpath%20d%3D%22M13.5%206.496c0%204.997-5%207.995-6%207.995s-6-2.998-6-7.995A6%206%200%200%201%207.5.5c3.313%200%206%202.685%206%205.996Z%22%2F%3E%3C%2Fg%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%2015%2015%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M7.5%208.495a2%202%200%200%200%202-1.999a2%202%200%200%200-4%200a2%202%200%200%200%202%201.999Z%22%2F%3E%3Cpath%20d%3D%22M13.5%206.496c0%204.997-5%207.995-6%207.995s-6-2.998-6-7.995A6%206%200%200%201%207.5.5c3.313%200%206%202.685%206%205.996Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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