pushpin from Fluent Emoji High Contrast by Microsoft Corporation · Default · Objects · MIT Free for personal and commercial use.

Name
pushpin
Set
Fluent Emoji High Contrast
Style
Default
Category
Objects
Viewbox
32×32
License
MIT

The same emoji in other sets

More objects icons from Fluent Emoji High Contrast

Use the pushpin emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M20.52 1.608a2.074 2.074 0 0 0-2.935 0l-1.11 1.11a3.62 3.62 0 0 0-.6 4.32L12.528 10.4a4.984 4.984 0 0 0-6.243.659l-.91.91a2.34 2.34 0 0 0 0 3.304l4.695 4.695l-7.687 7.688c-.51.51-.51 1.33 0 1.84s1.33.51 1.84 0l7.687-7.688l4.585 4.585c.91.91 2.394.91 3.305 0l.91-.91a4.984 4.984 0 0 0 .662-6.236l3.35-3.363a3.61 3.61 0 0 0 4.328-.59l1.11-1.11c.81-.811.81-2.125 0-2.935zM19 3.022c.03-.03.076-.03.105 0l9.64 9.64c.03.03.03.076 0 .106l-1.11 1.11c-.63.63-1.646.63-2.275 0l-.734-.733l-.014.014l-6.351-6.38l-.005.004l-.366-.365a1.62 1.62 0 0 1 0-2.286zm-1.097 4.814l6.004 6.031l-4.578 4.596l-6.003-6.03zm1.336 11.954l.003-.003l.08.081a2.983 2.983 0 0 1-.027 4.2l-.91.91a.34.34 0 0 1-.475 0L6.79 13.858a.34.34 0 0 1 0-.476l.91-.91a2.984 2.984 0 0 1 4.205-.02l.708.695l.007-.006z"/></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiHighContrastPushpin(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M20.52 1.608a2.074 2.074 0 0 0-2.935 0l-1.11 1.11a3.62 3.62 0 0 0-.6 4.32L12.528 10.4a4.984 4.984 0 0 0-6.243.659l-.91.91a2.34 2.34 0 0 0 0 3.304l4.695 4.695l-7.687 7.688c-.51.51-.51 1.33 0 1.84s1.33.51 1.84 0l7.687-7.688l4.585 4.585c.91.91 2.394.91 3.305 0l.91-.91a4.984 4.984 0 0 0 .662-6.236l3.35-3.363a3.61 3.61 0 0 0 4.328-.59l1.11-1.11c.81-.811.81-2.125 0-2.935zM19 3.022c.03-.03.076-.03.105 0l9.64 9.64c.03.03.03.076 0 .106l-1.11 1.11c-.63.63-1.646.63-2.275 0l-.734-.733l-.014.014l-6.351-6.38l-.005.004l-.366-.365a1.62 1.62 0 0 1 0-2.286zm-1.097 4.814l6.004 6.031l-4.578 4.596l-6.003-6.03zm1.336 11.954l.003-.003l.08.081a2.983 2.983 0 0 1-.027 4.2l-.91.91a.34.34 0 0 1-.475 0L6.79 13.858a.34.34 0 0 1 0-.476l.91-.91a2.984 2.984 0 0 1 4.205-.02l.708.695l.007-.006z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M20.52 1.608a2.074 2.074 0 0 0-2.935 0l-1.11 1.11a3.62 3.62 0 0 0-.6 4.32L12.528 10.4a4.984 4.984 0 0 0-6.243.659l-.91.91a2.34 2.34 0 0 0 0 3.304l4.695 4.695l-7.687 7.688c-.51.51-.51 1.33 0 1.84s1.33.51 1.84 0l7.687-7.688l4.585 4.585c.91.91 2.394.91 3.305 0l.91-.91a4.984 4.984 0 0 0 .662-6.236l3.35-3.363a3.61 3.61 0 0 0 4.328-.59l1.11-1.11c.81-.811.81-2.125 0-2.935zM19 3.022c.03-.03.076-.03.105 0l9.64 9.64c.03.03.03.076 0 .106l-1.11 1.11c-.63.63-1.646.63-2.275 0l-.734-.733l-.014.014l-6.351-6.38l-.005.004l-.366-.365a1.62 1.62 0 0 1 0-2.286zm-1.097 4.814l6.004 6.031l-4.578 4.596l-6.003-6.03zm1.336 11.954l.003-.003l.08.081a2.983 2.983 0 0 1-.027 4.2l-.91.91a.34.34 0 0 1-.475 0L6.79 13.858a.34.34 0 0 1 0-.476l.91-.91a2.984 2.984 0 0 1 4.205-.02l.708.695l.007-.006z"/></svg>
</template>

CSS

.icon-pushpin {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.52%201.608a2.074%202.074%200%200%200-2.935%200l-1.11%201.11a3.62%203.62%200%200%200-.6%204.32L12.528%2010.4a4.984%204.984%200%200%200-6.243.659l-.91.91a2.34%202.34%200%200%200%200%203.304l4.695%204.695l-7.687%207.688c-.51.51-.51%201.33%200%201.84s1.33.51%201.84%200l7.687-7.688l4.585%204.585c.91.91%202.394.91%203.305%200l.91-.91a4.984%204.984%200%200%200%20.662-6.236l3.35-3.363a3.61%203.61%200%200%200%204.328-.59l1.11-1.11c.81-.811.81-2.125%200-2.935zM19%203.022c.03-.03.076-.03.105%200l9.64%209.64c.03.03.03.076%200%20.106l-1.11%201.11c-.63.63-1.646.63-2.275%200l-.734-.733l-.014.014l-6.351-6.38l-.005.004l-.366-.365a1.62%201.62%200%200%201%200-2.286zm-1.097%204.814l6.004%206.031l-4.578%204.596l-6.003-6.03zm1.336%2011.954l.003-.003l.08.081a2.983%202.983%200%200%201-.027%204.2l-.91.91a.34.34%200%200%201-.475%200L6.79%2013.858a.34.34%200%200%201%200-.476l.91-.91a2.984%202.984%200%200%201%204.205-.02l.708.695l.007-.006z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.52%201.608a2.074%202.074%200%200%200-2.935%200l-1.11%201.11a3.62%203.62%200%200%200-.6%204.32L12.528%2010.4a4.984%204.984%200%200%200-6.243.659l-.91.91a2.34%202.34%200%200%200%200%203.304l4.695%204.695l-7.687%207.688c-.51.51-.51%201.33%200%201.84s1.33.51%201.84%200l7.687-7.688l4.585%204.585c.91.91%202.394.91%203.305%200l.91-.91a4.984%204.984%200%200%200%20.662-6.236l3.35-3.363a3.61%203.61%200%200%200%204.328-.59l1.11-1.11c.81-.811.81-2.125%200-2.935zM19%203.022c.03-.03.076-.03.105%200l9.64%209.64c.03.03.03.076%200%20.106l-1.11%201.11c-.63.63-1.646.63-2.275%200l-.734-.733l-.014.014l-6.351-6.38l-.005.004l-.366-.365a1.62%201.62%200%200%201%200-2.286zm-1.097%204.814l6.004%206.031l-4.578%204.596l-6.003-6.03zm1.336%2011.954l.003-.003l.08.081a2.983%202.983%200%200%201-.027%204.2l-.91.91a.34.34%200%200%201-.475%200L6.79%2013.858a.34.34%200%200%201%200-.476l.91-.91a2.984%202.984%200%200%201%204.205-.02l.708.695l.007-.006z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-high-contrast/pushpin.svg?color=%231a73e8&size=48