outline-pin from Google Material Icons by Material Design Authors · Baseline · Device · Apache-2.0 Free for personal and commercial use.

Name
outline-pin
Set
Google Material Icons
Style
Baseline
Category
Device
Viewbox
24×24
License
Apache 2.0

More device icons from Google Material Icons

Use the outline pin icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2m0 14H4V6h16z"/><path fill="currentColor" d="M6.49 10.5V15h1.15V9h-.87l-1.76 1.27l.58.89zm4.98-.45c.5 0 .81.32.81.72c0 .37-.14.64-.54 1.06c-.36.38-1.06 1.08-2.13 2.15V15h3.89v-.99h-2.37l-.03-.05c.68-.68 1.15-1.14 1.4-1.39c.61-.6.92-1.22.92-1.86c0-.24-.05-1.04-.91-1.48c-.47-.23-1.26-.36-1.95-.03c-.82.39-.99 1.13-1 1.15l1.01.42c.1-.33.38-.72.9-.72m5.52 3.89c-.83 0-.99-.76-1.02-.86l-1.03.41c.45 1.59 2.01 1.51 2.05 1.51c1.2 0 1.68-.72 1.76-.85c.32-.49.36-1.24-.01-1.76c-.17-.24-.4-.41-.68-.52v-.07c.2-.1.37-.26.52-.48c.26-.41.31-1.07-.02-1.57c-.08-.11-.53-.75-1.62-.75c-1.26 0-1.74.9-1.85 1.24l.99.41c.11-.32.35-.64.85-.64c.44 0 .75.26.75.65c0 .58-.55.72-.88.72h-.46v1h.5c.56 0 1.04.24 1.04.79c0 .49-.48.77-.89.77"/></svg>

React

import type { SVGProps } from "react";

export function IcOutlinePin(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="M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2m0 14H4V6h16z"/><path fill="currentColor" d="M6.49 10.5V15h1.15V9h-.87l-1.76 1.27l.58.89zm4.98-.45c.5 0 .81.32.81.72c0 .37-.14.64-.54 1.06c-.36.38-1.06 1.08-2.13 2.15V15h3.89v-.99h-2.37l-.03-.05c.68-.68 1.15-1.14 1.4-1.39c.61-.6.92-1.22.92-1.86c0-.24-.05-1.04-.91-1.48c-.47-.23-1.26-.36-1.95-.03c-.82.39-.99 1.13-1 1.15l1.01.42c.1-.33.38-.72.9-.72m5.52 3.89c-.83 0-.99-.76-1.02-.86l-1.03.41c.45 1.59 2.01 1.51 2.05 1.51c1.2 0 1.68-.72 1.76-.85c.32-.49.36-1.24-.01-1.76c-.17-.24-.4-.41-.68-.52v-.07c.2-.1.37-.26.52-.48c.26-.41.31-1.07-.02-1.57c-.08-.11-.53-.75-1.62-.75c-1.26 0-1.74.9-1.85 1.24l.99.41c.11-.32.35-.64.85-.64c.44 0 .75.26.75.65c0 .58-.55.72-.88.72h-.46v1h.5c.56 0 1.04.24 1.04.79c0 .49-.48.77-.89.77"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2m0 14H4V6h16z"/><path fill="currentColor" d="M6.49 10.5V15h1.15V9h-.87l-1.76 1.27l.58.89zm4.98-.45c.5 0 .81.32.81.72c0 .37-.14.64-.54 1.06c-.36.38-1.06 1.08-2.13 2.15V15h3.89v-.99h-2.37l-.03-.05c.68-.68 1.15-1.14 1.4-1.39c.61-.6.92-1.22.92-1.86c0-.24-.05-1.04-.91-1.48c-.47-.23-1.26-.36-1.95-.03c-.82.39-.99 1.13-1 1.15l1.01.42c.1-.33.38-.72.9-.72m5.52 3.89c-.83 0-.99-.76-1.02-.86l-1.03.41c.45 1.59 2.01 1.51 2.05 1.51c1.2 0 1.68-.72 1.76-.85c.32-.49.36-1.24-.01-1.76c-.17-.24-.4-.41-.68-.52v-.07c.2-.1.37-.26.52-.48c.26-.41.31-1.07-.02-1.57c-.08-.11-.53-.75-1.62-.75c-1.26 0-1.74.9-1.85 1.24l.99.41c.11-.32.35-.64.85-.64c.44 0 .75.26.75.65c0 .58-.55.72-.88.72h-.46v1h.5c.56 0 1.04.24 1.04.79c0 .49-.48.77-.89.77"/></svg>
</template>

CSS

.icon-outline-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20%204H4c-1.1%200-2%20.9-2%202v12c0%201.1.9%202%202%202h16c1.1%200%202-.9%202-2V6c0-1.1-.9-2-2-2m0%2014H4V6h16z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.49%2010.5V15h1.15V9h-.87l-1.76%201.27l.58.89zm4.98-.45c.5%200%20.81.32.81.72c0%20.37-.14.64-.54%201.06c-.36.38-1.06%201.08-2.13%202.15V15h3.89v-.99h-2.37l-.03-.05c.68-.68%201.15-1.14%201.4-1.39c.61-.6.92-1.22.92-1.86c0-.24-.05-1.04-.91-1.48c-.47-.23-1.26-.36-1.95-.03c-.82.39-.99%201.13-1%201.15l1.01.42c.1-.33.38-.72.9-.72m5.52%203.89c-.83%200-.99-.76-1.02-.86l-1.03.41c.45%201.59%202.01%201.51%202.05%201.51c1.2%200%201.68-.72%201.76-.85c.32-.49.36-1.24-.01-1.76c-.17-.24-.4-.41-.68-.52v-.07c.2-.1.37-.26.52-.48c.26-.41.31-1.07-.02-1.57c-.08-.11-.53-.75-1.62-.75c-1.26%200-1.74.9-1.85%201.24l.99.41c.11-.32.35-.64.85-.64c.44%200%20.75.26.75.65c0%20.58-.55.72-.88.72h-.46v1h.5c.56%200%201.04.24%201.04.79c0%20.49-.48.77-.89.77%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%22M20%204H4c-1.1%200-2%20.9-2%202v12c0%201.1.9%202%202%202h16c1.1%200%202-.9%202-2V6c0-1.1-.9-2-2-2m0%2014H4V6h16z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.49%2010.5V15h1.15V9h-.87l-1.76%201.27l.58.89zm4.98-.45c.5%200%20.81.32.81.72c0%20.37-.14.64-.54%201.06c-.36.38-1.06%201.08-2.13%202.15V15h3.89v-.99h-2.37l-.03-.05c.68-.68%201.15-1.14%201.4-1.39c.61-.6.92-1.22.92-1.86c0-.24-.05-1.04-.91-1.48c-.47-.23-1.26-.36-1.95-.03c-.82.39-.99%201.13-1%201.15l1.01.42c.1-.33.38-.72.9-.72m5.52%203.89c-.83%200-.99-.76-1.02-.86l-1.03.41c.45%201.59%202.01%201.51%202.05%201.51c1.2%200%201.68-.72%201.76-.85c.32-.49.36-1.24-.01-1.76c-.17-.24-.4-.41-.68-.52v-.07c.2-.1.37-.26.52-.48c.26-.41.31-1.07-.02-1.57c-.08-.11-.53-.75-1.62-.75c-1.26%200-1.74.9-1.85%201.24l.99.41c.11-.32.35-.64.85-.64c.44%200%20.75.26.75.65c0%20.58-.55.72-.88.72h-.46v1h.5c.56%200%201.04.24%201.04.79c0%20.49-.48.77-.89.77%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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