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

Name
pin-48-regular
Set
Fluent UI System Icons
Style
48 Regular
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="M42.45 16.183L31.818 5.55c-2.293-2.292-6.158-1.665-7.608 1.235l-5.272 10.544a1.25 1.25 0 0 1-.71.623l-7.77 2.684c-1.92.663-2.483 3.108-1.046 4.544l5.82 5.82L6 40.233V42h1.768L17 32.768l5.82 5.82c1.437 1.437 3.881.874 4.544-1.046l2.685-7.77a1.25 1.25 0 0 1 .622-.71l10.545-5.272c2.9-1.45 3.527-5.315 1.234-7.607m-12.4-8.865l10.632 10.633a2.25 2.25 0 0 1-.584 3.603l-10.545 5.272a3.75 3.75 0 0 0-1.867 2.13l-2.684 7.77a.25.25 0 0 1-.414.095L11.18 23.412a.25.25 0 0 1 .096-.413l7.77-2.684a3.75 3.75 0 0 0 2.13-1.868l5.271-10.544a2.25 2.25 0 0 1 3.604-.585"/></svg>

React

import type { SVGProps } from "react";

export function FluentPin48Regular(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="M42.45 16.183L31.818 5.55c-2.293-2.292-6.158-1.665-7.608 1.235l-5.272 10.544a1.25 1.25 0 0 1-.71.623l-7.77 2.684c-1.92.663-2.483 3.108-1.046 4.544l5.82 5.82L6 40.233V42h1.768L17 32.768l5.82 5.82c1.437 1.437 3.881.874 4.544-1.046l2.685-7.77a1.25 1.25 0 0 1 .622-.71l10.545-5.272c2.9-1.45 3.527-5.315 1.234-7.607m-12.4-8.865l10.632 10.633a2.25 2.25 0 0 1-.584 3.603l-10.545 5.272a3.75 3.75 0 0 0-1.867 2.13l-2.684 7.77a.25.25 0 0 1-.414.095L11.18 23.412a.25.25 0 0 1 .096-.413l7.77-2.684a3.75 3.75 0 0 0 2.13-1.868l5.271-10.544a2.25 2.25 0 0 1 3.604-.585"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M42.45 16.183L31.818 5.55c-2.293-2.292-6.158-1.665-7.608 1.235l-5.272 10.544a1.25 1.25 0 0 1-.71.623l-7.77 2.684c-1.92.663-2.483 3.108-1.046 4.544l5.82 5.82L6 40.233V42h1.768L17 32.768l5.82 5.82c1.437 1.437 3.881.874 4.544-1.046l2.685-7.77a1.25 1.25 0 0 1 .622-.71l10.545-5.272c2.9-1.45 3.527-5.315 1.234-7.607m-12.4-8.865l10.632 10.633a2.25 2.25 0 0 1-.584 3.603l-10.545 5.272a3.75 3.75 0 0 0-1.867 2.13l-2.684 7.77a.25.25 0 0 1-.414.095L11.18 23.412a.25.25 0 0 1 .096-.413l7.77-2.684a3.75 3.75 0 0 0 2.13-1.868l5.271-10.544a2.25 2.25 0 0 1 3.604-.585"/></svg>
</template>

CSS

.icon-pin-48-regular {
  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%22M42.45%2016.183L31.818%205.55c-2.293-2.292-6.158-1.665-7.608%201.235l-5.272%2010.544a1.25%201.25%200%200%201-.71.623l-7.77%202.684c-1.92.663-2.483%203.108-1.046%204.544l5.82%205.82L6%2040.233V42h1.768L17%2032.768l5.82%205.82c1.437%201.437%203.881.874%204.544-1.046l2.685-7.77a1.25%201.25%200%200%201%20.622-.71l10.545-5.272c2.9-1.45%203.527-5.315%201.234-7.607m-12.4-8.865l10.632%2010.633a2.25%202.25%200%200%201-.584%203.603l-10.545%205.272a3.75%203.75%200%200%200-1.867%202.13l-2.684%207.77a.25.25%200%200%201-.414.095L11.18%2023.412a.25.25%200%200%201%20.096-.413l7.77-2.684a3.75%203.75%200%200%200%202.13-1.868l5.271-10.544a2.25%202.25%200%200%201%203.604-.585%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%22M42.45%2016.183L31.818%205.55c-2.293-2.292-6.158-1.665-7.608%201.235l-5.272%2010.544a1.25%201.25%200%200%201-.71.623l-7.77%202.684c-1.92.663-2.483%203.108-1.046%204.544l5.82%205.82L6%2040.233V42h1.768L17%2032.768l5.82%205.82c1.437%201.437%203.881.874%204.544-1.046l2.685-7.77a1.25%201.25%200%200%201%20.622-.71l10.545-5.272c2.9-1.45%203.527-5.315%201.234-7.607m-12.4-8.865l10.632%2010.633a2.25%202.25%200%200%201-.584%203.603l-10.545%205.272a3.75%203.75%200%200%200-1.867%202.13l-2.684%207.77a.25.25%200%200%201-.414.095L11.18%2023.412a.25.25%200%200%201%20.096-.413l7.77-2.684a3.75%203.75%200%200%200%202.13-1.868l5.271-10.544a2.25%202.25%200%200%201%203.604-.585%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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