pin-16 from Fluent UI System Color Icons by Microsoft Corporation · 16 · MIT Free for personal and commercial use.

Name
pin-16
Set
Fluent UI System Color Icons
Style
16
Viewbox
16×16
License
MIT

5 other variants in Fluent UI System Color Icons

The same icon in other sets

Use the pin icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="none"><path fill="url(#SVGpFwJBbXa)" fill-rule="evenodd" d="m6.53 10.53l-3.25 3.25a.75.75 0 1 1-1.06-1.06l3.25-3.25z" clip-rule="evenodd"/><path fill="url(#SVGa8V0veBn)" d="M10.059 2.445a1.5 1.5 0 0 0-2.386.353l-2.02 3.79l-2.811.938a.5.5 0 0 0-.196.828l5 5a.5.5 0 0 0 .828-.196l.937-2.811l3.779-2.023a1.5 1.5 0 0 0 .354-2.38z"/><path fill="url(#SVGM5Btqb8O)" fill-opacity=".8" d="M10.059 2.445a1.5 1.5 0 0 0-2.386.353l-2.02 3.79l-2.811.938a.5.5 0 0 0-.196.828l5 5a.5.5 0 0 0 .828-.196l.937-2.811l3.779-2.023a1.5 1.5 0 0 0 .354-2.38z"/><defs><linearGradient id="SVGpFwJBbXa" x1="3.133" x2="8.986" y1="12.867" y2="8.201" gradientUnits="userSpaceOnUse"><stop offset=".114" stop-color="#7b7bff"/><stop offset=".559" stop-color="#102784"/></linearGradient><linearGradient id="SVGa8V0veBn" x1="2.91" x2="10.844" y1="4.159" y2="12.392" gradientUnits="userSpaceOnUse"><stop stop-color="#43e5ca"/><stop offset="1" stop-color="#1384b1"/></linearGradient><radialGradient id="SVGM5Btqb8O" cx="0" cy="0" r="1" gradientTransform="rotate(47.615 -7.043 18.496)scale(5.10742 12.8119)" gradientUnits="userSpaceOnUse"><stop stop-color="#e362f8"/><stop offset="1" stop-color="#96f" stop-opacity="0"/></radialGradient></defs></g></svg>

React

import type { SVGProps } from "react";

export function FluentColorPin16(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="none"><path fill="url(#SVGpFwJBbXa)" fillRule="evenodd" d="m6.53 10.53l-3.25 3.25a.75.75 0 1 1-1.06-1.06l3.25-3.25z" clipRule="evenodd"/><path fill="url(#SVGa8V0veBn)" d="M10.059 2.445a1.5 1.5 0 0 0-2.386.353l-2.02 3.79l-2.811.938a.5.5 0 0 0-.196.828l5 5a.5.5 0 0 0 .828-.196l.937-2.811l3.779-2.023a1.5 1.5 0 0 0 .354-2.38z"/><path fill="url(#SVGM5Btqb8O)" fillOpacity=".8" d="M10.059 2.445a1.5 1.5 0 0 0-2.386.353l-2.02 3.79l-2.811.938a.5.5 0 0 0-.196.828l5 5a.5.5 0 0 0 .828-.196l.937-2.811l3.779-2.023a1.5 1.5 0 0 0 .354-2.38z"/><defs><linearGradient id="SVGpFwJBbXa" x1="3.133" x2="8.986" y1="12.867" y2="8.201" gradientUnits="userSpaceOnUse"><stop offset=".114" stopColor="#7b7bff"/><stop offset=".559" stopColor="#102784"/></linearGradient><linearGradient id="SVGa8V0veBn" x1="2.91" x2="10.844" y1="4.159" y2="12.392" gradientUnits="userSpaceOnUse"><stop stopColor="#43e5ca"/><stop offset="1" stopColor="#1384b1"/></linearGradient><radialGradient id="SVGM5Btqb8O" cx="0" cy="0" r="1" gradientTransform="rotate(47.615 -7.043 18.496)scale(5.10742 12.8119)" gradientUnits="userSpaceOnUse"><stop stopColor="#e362f8"/><stop offset="1" stopColor="#96f" stopOpacity="0"/></radialGradient></defs></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="none"><path fill="url(#SVGpFwJBbXa)" fill-rule="evenodd" d="m6.53 10.53l-3.25 3.25a.75.75 0 1 1-1.06-1.06l3.25-3.25z" clip-rule="evenodd"/><path fill="url(#SVGa8V0veBn)" d="M10.059 2.445a1.5 1.5 0 0 0-2.386.353l-2.02 3.79l-2.811.938a.5.5 0 0 0-.196.828l5 5a.5.5 0 0 0 .828-.196l.937-2.811l3.779-2.023a1.5 1.5 0 0 0 .354-2.38z"/><path fill="url(#SVGM5Btqb8O)" fill-opacity=".8" d="M10.059 2.445a1.5 1.5 0 0 0-2.386.353l-2.02 3.79l-2.811.938a.5.5 0 0 0-.196.828l5 5a.5.5 0 0 0 .828-.196l.937-2.811l3.779-2.023a1.5 1.5 0 0 0 .354-2.38z"/><defs><linearGradient id="SVGpFwJBbXa" x1="3.133" x2="8.986" y1="12.867" y2="8.201" gradientUnits="userSpaceOnUse"><stop offset=".114" stop-color="#7b7bff"/><stop offset=".559" stop-color="#102784"/></linearGradient><linearGradient id="SVGa8V0veBn" x1="2.91" x2="10.844" y1="4.159" y2="12.392" gradientUnits="userSpaceOnUse"><stop stop-color="#43e5ca"/><stop offset="1" stop-color="#1384b1"/></linearGradient><radialGradient id="SVGM5Btqb8O" cx="0" cy="0" r="1" gradientTransform="rotate(47.615 -7.043 18.496)scale(5.10742 12.8119)" gradientUnits="userSpaceOnUse"><stop stop-color="#e362f8"/><stop offset="1" stop-color="#96f" stop-opacity="0"/></radialGradient></defs></g></svg>
</template>

CSS

.icon-pin-16 {
  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%2016%2016%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGpFwJBbXa)%22%20fill-rule%3D%22evenodd%22%20d%3D%22m6.53%2010.53l-3.25%203.25a.75.75%200%201%201-1.06-1.06l3.25-3.25z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGa8V0veBn)%22%20d%3D%22M10.059%202.445a1.5%201.5%200%200%200-2.386.353l-2.02%203.79l-2.811.938a.5.5%200%200%200-.196.828l5%205a.5.5%200%200%200%20.828-.196l.937-2.811l3.779-2.023a1.5%201.5%200%200%200%20.354-2.38z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGM5Btqb8O)%22%20fill-opacity%3D%22.8%22%20d%3D%22M10.059%202.445a1.5%201.5%200%200%200-2.386.353l-2.02%203.79l-2.811.938a.5.5%200%200%200-.196.828l5%205a.5.5%200%200%200%20.828-.196l.937-2.811l3.779-2.023a1.5%201.5%200%200%200%20.354-2.38z%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGpFwJBbXa%22%20x1%3D%223.133%22%20x2%3D%228.986%22%20y1%3D%2212.867%22%20y2%3D%228.201%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.114%22%20stop-color%3D%22%237b7bff%22%2F%3E%3Cstop%20offset%3D%22.559%22%20stop-color%3D%22%23102784%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGa8V0veBn%22%20x1%3D%222.91%22%20x2%3D%2210.844%22%20y1%3D%224.159%22%20y2%3D%2212.392%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%2343e5ca%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%231384b1%22%2F%3E%3C%2FlinearGradient%3E%3CradialGradient%20id%3D%22SVGM5Btqb8O%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22rotate(47.615%20-7.043%2018.496)scale(5.10742%2012.8119)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23e362f8%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2396f%22%20stop-opacity%3D%220%22%2F%3E%3C%2FradialGradient%3E%3C%2Fdefs%3E%3C%2Fg%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%2016%2016%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGpFwJBbXa)%22%20fill-rule%3D%22evenodd%22%20d%3D%22m6.53%2010.53l-3.25%203.25a.75.75%200%201%201-1.06-1.06l3.25-3.25z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGa8V0veBn)%22%20d%3D%22M10.059%202.445a1.5%201.5%200%200%200-2.386.353l-2.02%203.79l-2.811.938a.5.5%200%200%200-.196.828l5%205a.5.5%200%200%200%20.828-.196l.937-2.811l3.779-2.023a1.5%201.5%200%200%200%20.354-2.38z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGM5Btqb8O)%22%20fill-opacity%3D%22.8%22%20d%3D%22M10.059%202.445a1.5%201.5%200%200%200-2.386.353l-2.02%203.79l-2.811.938a.5.5%200%200%200-.196.828l5%205a.5.5%200%200%200%20.828-.196l.937-2.811l3.779-2.023a1.5%201.5%200%200%200%20.354-2.38z%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGpFwJBbXa%22%20x1%3D%223.133%22%20x2%3D%228.986%22%20y1%3D%2212.867%22%20y2%3D%228.201%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.114%22%20stop-color%3D%22%237b7bff%22%2F%3E%3Cstop%20offset%3D%22.559%22%20stop-color%3D%22%23102784%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGa8V0veBn%22%20x1%3D%222.91%22%20x2%3D%2210.844%22%20y1%3D%224.159%22%20y2%3D%2212.392%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%2343e5ca%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%231384b1%22%2F%3E%3C%2FlinearGradient%3E%3CradialGradient%20id%3D%22SVGM5Btqb8O%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22rotate(47.615%20-7.043%2018.496)scale(5.10742%2012.8119)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23e362f8%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2396f%22%20stop-opacity%3D%220%22%2F%3E%3C%2FradialGradient%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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