pin-2-line from MingCute Icon by MingCute Design · Line · Apache-2.0 Free for personal and commercial use.

Name
pin-2-line
Set
MingCute Icon
Style
Line
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

Use the pin 2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M12 15c3.547 0 5.696-.35 6.86-.635c.607-.15.795-.824.42-1.324l-.743-.991a10 10 0 0 1-1.9-4.586l-.515-3.605a1 1 0 0 0-.99-.859H8.868a1 1 0 0 0-.99.859l-.515 3.605a10 10 0 0 1-1.9 4.586l-.743.991c-.375.5-.186 1.175.42 1.324C6.304 14.65 8.453 15 12 15Zm0 0v7"/></svg>

React

import type { SVGProps } from "react";

export function MingcutePin2Line(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="2" d="M12 15c3.547 0 5.696-.35 6.86-.635c.607-.15.795-.824.42-1.324l-.743-.991a10 10 0 0 1-1.9-4.586l-.515-3.605a1 1 0 0 0-.99-.859H8.868a1 1 0 0 0-.99.859l-.515 3.605a10 10 0 0 1-1.9 4.586l-.743.991c-.375.5-.186 1.175.42 1.324C6.304 14.65 8.453 15 12 15Zm0 0v7"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M12 15c3.547 0 5.696-.35 6.86-.635c.607-.15.795-.824.42-1.324l-.743-.991a10 10 0 0 1-1.9-4.586l-.515-3.605a1 1 0 0 0-.99-.859H8.868a1 1 0 0 0-.99.859l-.515 3.605a10 10 0 0 1-1.9 4.586l-.743.991c-.375.5-.186 1.175.42 1.324C6.304 14.65 8.453 15 12 15Zm0 0v7"/></svg>
</template>

CSS

.icon-pin-2-line {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M12%2015c3.547%200%205.696-.35%206.86-.635c.607-.15.795-.824.42-1.324l-.743-.991a10%2010%200%200%201-1.9-4.586l-.515-3.605a1%201%200%200%200-.99-.859H8.868a1%201%200%200%200-.99.859l-.515%203.605a10%2010%200%200%201-1.9%204.586l-.743.991c-.375.5-.186%201.175.42%201.324C6.304%2014.65%208.453%2015%2012%2015Zm0%200v7%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M12%2015c3.547%200%205.696-.35%206.86-.635c.607-.15.795-.824.42-1.324l-.743-.991a10%2010%200%200%201-1.9-4.586l-.515-3.605a1%201%200%200%200-.99-.859H8.868a1%201%200%200%200-.99.859l-.515%203.605a10%2010%200%200%201-1.9%204.586l-.743.991c-.375.5-.186%201.175.42%201.324C6.304%2014.65%208.453%2015%2012%2015Zm0%200v7%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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