pin-48-filled from Fluent UI System Icons by Microsoft Corporation · 48 Filled · MIT Free for personal and commercial use.

Name
pin-48-filled
Set
Fluent UI System Icons
Style
48 Filled
Viewbox
48×48
License
MIT

14 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the pin icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M31.818 5.55L42.45 16.183c2.293 2.292 1.665 6.157-1.234 7.607L30.67 29.062a1.25 1.25 0 0 0-.622.71l-2.684 7.77c-.664 1.92-3.108 2.483-4.544 1.047L17 32.769L7.768 42H6v-1.767L15.232 31l-5.82-5.82c-1.437-1.436-.874-3.88 1.046-4.544l7.77-2.684a1.25 1.25 0 0 0 .71-.623L24.21 6.785c1.45-2.9 5.315-3.527 7.608-1.235"/></svg>

React

import type { SVGProps } from "react";

export function FluentPin48Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M31.818 5.55L42.45 16.183c2.293 2.292 1.665 6.157-1.234 7.607L30.67 29.062a1.25 1.25 0 0 0-.622.71l-2.684 7.77c-.664 1.92-3.108 2.483-4.544 1.047L17 32.769L7.768 42H6v-1.767L15.232 31l-5.82-5.82c-1.437-1.436-.874-3.88 1.046-4.544l7.77-2.684a1.25 1.25 0 0 0 .71-.623L24.21 6.785c1.45-2.9 5.315-3.527 7.608-1.235"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M31.818 5.55L42.45 16.183c2.293 2.292 1.665 6.157-1.234 7.607L30.67 29.062a1.25 1.25 0 0 0-.622.71l-2.684 7.77c-.664 1.92-3.108 2.483-4.544 1.047L17 32.769L7.768 42H6v-1.767L15.232 31l-5.82-5.82c-1.437-1.436-.874-3.88 1.046-4.544l7.77-2.684a1.25 1.25 0 0 0 .71-.623L24.21 6.785c1.45-2.9 5.315-3.527 7.608-1.235"/></svg>
</template>

CSS

.icon-pin-48-filled {
  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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M31.818%205.55L42.45%2016.183c2.293%202.292%201.665%206.157-1.234%207.607L30.67%2029.062a1.25%201.25%200%200%200-.622.71l-2.684%207.77c-.664%201.92-3.108%202.483-4.544%201.047L17%2032.769L7.768%2042H6v-1.767L15.232%2031l-5.82-5.82c-1.437-1.436-.874-3.88%201.046-4.544l7.77-2.684a1.25%201.25%200%200%200%20.71-.623L24.21%206.785c1.45-2.9%205.315-3.527%207.608-1.235%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M31.818%205.55L42.45%2016.183c2.293%202.292%201.665%206.157-1.234%207.607L30.67%2029.062a1.25%201.25%200%200%200-.622.71l-2.684%207.77c-.664%201.92-3.108%202.483-4.544%201.047L17%2032.769L7.768%2042H6v-1.767L15.232%2031l-5.82-5.82c-1.437-1.436-.874-3.88%201.046-4.544l7.77-2.684a1.25%201.25%200%200%200%20.71-.623L24.21%206.785c1.45-2.9%205.315-3.527%207.608-1.235%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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