pin icon
pin-32 from Fluent UI System Color Icons by Microsoft Corporation · 32 · MIT Free for personal and commercial use.
- Name
- pin-32
- Set
- Fluent UI System Color Icons
- Style
- 32
- Viewbox
- 32×32
- License
- MIT
5 other variants in Fluent UI System Color Icons
The same icon in other sets
pinAkar IconspinBootstrap IconspinBoxIcons v2pinBoxIcons v2 SolidpinCarbonpinCodiconspin-fillEva IconspinFramework7 Iconspin-12-filledFluent UI System Iconspincss.ggpinHuge IconspinIconParkpinIconPark OutlinepinIconPark SolidpinIconPark TwoTonepinIconoirpinIonIconspinJam IconspinLucidepinMage IconspinMajesticonspinMaterial SymbolspinMaterial Symbols LightpinMaterial Design Icons
Use the pin icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="url(#SVGUTRtQbVZ)" fill-rule="evenodd" d="M12.707 19.293a1 1 0 0 1 0 1.414l-7 7a1 1 0 0 1-1.414-1.414l7-7a1 1 0 0 1 1.414 0" clip-rule="evenodd"/><path fill="#d9d9d9" d="M15.744 4.276c1.221-2.442 4.476-2.97 6.407-1.04l6.613 6.614c1.93 1.93 1.403 5.185-1.04 6.406l-6.35 3.175a1.5 1.5 0 0 0-.752.868L18.96 25.28a2 2 0 0 1-3.312.782L5.936 16.35a2 2 0 0 1 .782-3.311l4.983-1.661a1.5 1.5 0 0 0 .867-.752z"/><path fill="url(#SVGFc8NioWb)" d="M15.744 4.276c1.221-2.442 4.476-2.97 6.407-1.04l6.613 6.614c1.93 1.93 1.403 5.185-1.04 6.406l-6.35 3.175a1.5 1.5 0 0 0-.752.868L18.96 25.28a2 2 0 0 1-3.312.782L5.936 16.35a2 2 0 0 1 .782-3.311l4.983-1.661a1.5 1.5 0 0 0 .867-.752z"/><path fill="url(#SVGvrLKSbyZ)" fill-opacity=".8" d="M15.744 4.276c1.221-2.442 4.476-2.97 6.407-1.04l6.613 6.614c1.93 1.93 1.403 5.185-1.04 6.406l-6.35 3.175a1.5 1.5 0 0 0-.752.868L18.96 25.28a2 2 0 0 1-3.312.782L5.936 16.35a2 2 0 0 1 .782-3.311l4.983-1.661a1.5 1.5 0 0 0 .867-.752z"/><defs><linearGradient id="SVGUTRtQbVZ" x1="6.25" x2="12.952" y1="25.749" y2="20.625" gradientUnits="userSpaceOnUse"><stop offset=".449" stop-color="#7b7bff"/><stop offset="1" stop-color="#102784"/></linearGradient><linearGradient id="SVGFc8NioWb" x1="6.229" x2="23.196" y1="6.674" y2="24.302" gradientUnits="userSpaceOnUse"><stop stop-color="#43e5ca"/><stop offset="1" stop-color="#1384b1"/></linearGradient><radialGradient id="SVGvrLKSbyZ" cx="0" cy="0" r="1" gradientTransform="rotate(47.58 -12.551 38.5)scale(10.9288 27.4179)" 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 FluentColorPin32(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="url(#SVGUTRtQbVZ)" fillRule="evenodd" d="M12.707 19.293a1 1 0 0 1 0 1.414l-7 7a1 1 0 0 1-1.414-1.414l7-7a1 1 0 0 1 1.414 0" clipRule="evenodd"/><path fill="#d9d9d9" d="M15.744 4.276c1.221-2.442 4.476-2.97 6.407-1.04l6.613 6.614c1.93 1.93 1.403 5.185-1.04 6.406l-6.35 3.175a1.5 1.5 0 0 0-.752.868L18.96 25.28a2 2 0 0 1-3.312.782L5.936 16.35a2 2 0 0 1 .782-3.311l4.983-1.661a1.5 1.5 0 0 0 .867-.752z"/><path fill="url(#SVGFc8NioWb)" d="M15.744 4.276c1.221-2.442 4.476-2.97 6.407-1.04l6.613 6.614c1.93 1.93 1.403 5.185-1.04 6.406l-6.35 3.175a1.5 1.5 0 0 0-.752.868L18.96 25.28a2 2 0 0 1-3.312.782L5.936 16.35a2 2 0 0 1 .782-3.311l4.983-1.661a1.5 1.5 0 0 0 .867-.752z"/><path fill="url(#SVGvrLKSbyZ)" fillOpacity=".8" d="M15.744 4.276c1.221-2.442 4.476-2.97 6.407-1.04l6.613 6.614c1.93 1.93 1.403 5.185-1.04 6.406l-6.35 3.175a1.5 1.5 0 0 0-.752.868L18.96 25.28a2 2 0 0 1-3.312.782L5.936 16.35a2 2 0 0 1 .782-3.311l4.983-1.661a1.5 1.5 0 0 0 .867-.752z"/><defs><linearGradient id="SVGUTRtQbVZ" x1="6.25" x2="12.952" y1="25.749" y2="20.625" gradientUnits="userSpaceOnUse"><stop offset=".449" stopColor="#7b7bff"/><stop offset="1" stopColor="#102784"/></linearGradient><linearGradient id="SVGFc8NioWb" x1="6.229" x2="23.196" y1="6.674" y2="24.302" gradientUnits="userSpaceOnUse"><stop stopColor="#43e5ca"/><stop offset="1" stopColor="#1384b1"/></linearGradient><radialGradient id="SVGvrLKSbyZ" cx="0" cy="0" r="1" gradientTransform="rotate(47.58 -12.551 38.5)scale(10.9288 27.4179)" 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 32 32"><g fill="none"><path fill="url(#SVGUTRtQbVZ)" fill-rule="evenodd" d="M12.707 19.293a1 1 0 0 1 0 1.414l-7 7a1 1 0 0 1-1.414-1.414l7-7a1 1 0 0 1 1.414 0" clip-rule="evenodd"/><path fill="#d9d9d9" d="M15.744 4.276c1.221-2.442 4.476-2.97 6.407-1.04l6.613 6.614c1.93 1.93 1.403 5.185-1.04 6.406l-6.35 3.175a1.5 1.5 0 0 0-.752.868L18.96 25.28a2 2 0 0 1-3.312.782L5.936 16.35a2 2 0 0 1 .782-3.311l4.983-1.661a1.5 1.5 0 0 0 .867-.752z"/><path fill="url(#SVGFc8NioWb)" d="M15.744 4.276c1.221-2.442 4.476-2.97 6.407-1.04l6.613 6.614c1.93 1.93 1.403 5.185-1.04 6.406l-6.35 3.175a1.5 1.5 0 0 0-.752.868L18.96 25.28a2 2 0 0 1-3.312.782L5.936 16.35a2 2 0 0 1 .782-3.311l4.983-1.661a1.5 1.5 0 0 0 .867-.752z"/><path fill="url(#SVGvrLKSbyZ)" fill-opacity=".8" d="M15.744 4.276c1.221-2.442 4.476-2.97 6.407-1.04l6.613 6.614c1.93 1.93 1.403 5.185-1.04 6.406l-6.35 3.175a1.5 1.5 0 0 0-.752.868L18.96 25.28a2 2 0 0 1-3.312.782L5.936 16.35a2 2 0 0 1 .782-3.311l4.983-1.661a1.5 1.5 0 0 0 .867-.752z"/><defs><linearGradient id="SVGUTRtQbVZ" x1="6.25" x2="12.952" y1="25.749" y2="20.625" gradientUnits="userSpaceOnUse"><stop offset=".449" stop-color="#7b7bff"/><stop offset="1" stop-color="#102784"/></linearGradient><linearGradient id="SVGFc8NioWb" x1="6.229" x2="23.196" y1="6.674" y2="24.302" gradientUnits="userSpaceOnUse"><stop stop-color="#43e5ca"/><stop offset="1" stop-color="#1384b1"/></linearGradient><radialGradient id="SVGvrLKSbyZ" cx="0" cy="0" r="1" gradientTransform="rotate(47.58 -12.551 38.5)scale(10.9288 27.4179)" gradientUnits="userSpaceOnUse"><stop stop-color="#e362f8"/><stop offset="1" stop-color="#96f" stop-opacity="0"/></radialGradient></defs></g></svg> </template>
CSS
.icon-pin-32 {
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%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGUTRtQbVZ)%22%20fill-rule%3D%22evenodd%22%20d%3D%22M12.707%2019.293a1%201%200%200%201%200%201.414l-7%207a1%201%200%200%201-1.414-1.414l7-7a1%201%200%200%201%201.414%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22%23d9d9d9%22%20d%3D%22M15.744%204.276c1.221-2.442%204.476-2.97%206.407-1.04l6.613%206.614c1.93%201.93%201.403%205.185-1.04%206.406l-6.35%203.175a1.5%201.5%200%200%200-.752.868L18.96%2025.28a2%202%200%200%201-3.312.782L5.936%2016.35a2%202%200%200%201%20.782-3.311l4.983-1.661a1.5%201.5%200%200%200%20.867-.752z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGFc8NioWb)%22%20d%3D%22M15.744%204.276c1.221-2.442%204.476-2.97%206.407-1.04l6.613%206.614c1.93%201.93%201.403%205.185-1.04%206.406l-6.35%203.175a1.5%201.5%200%200%200-.752.868L18.96%2025.28a2%202%200%200%201-3.312.782L5.936%2016.35a2%202%200%200%201%20.782-3.311l4.983-1.661a1.5%201.5%200%200%200%20.867-.752z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGvrLKSbyZ)%22%20fill-opacity%3D%22.8%22%20d%3D%22M15.744%204.276c1.221-2.442%204.476-2.97%206.407-1.04l6.613%206.614c1.93%201.93%201.403%205.185-1.04%206.406l-6.35%203.175a1.5%201.5%200%200%200-.752.868L18.96%2025.28a2%202%200%200%201-3.312.782L5.936%2016.35a2%202%200%200%201%20.782-3.311l4.983-1.661a1.5%201.5%200%200%200%20.867-.752z%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGUTRtQbVZ%22%20x1%3D%226.25%22%20x2%3D%2212.952%22%20y1%3D%2225.749%22%20y2%3D%2220.625%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.449%22%20stop-color%3D%22%237b7bff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23102784%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGFc8NioWb%22%20x1%3D%226.229%22%20x2%3D%2223.196%22%20y1%3D%226.674%22%20y2%3D%2224.302%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%22SVGvrLKSbyZ%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22rotate(47.58%20-12.551%2038.5)scale(10.9288%2027.4179)%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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGUTRtQbVZ)%22%20fill-rule%3D%22evenodd%22%20d%3D%22M12.707%2019.293a1%201%200%200%201%200%201.414l-7%207a1%201%200%200%201-1.414-1.414l7-7a1%201%200%200%201%201.414%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22%23d9d9d9%22%20d%3D%22M15.744%204.276c1.221-2.442%204.476-2.97%206.407-1.04l6.613%206.614c1.93%201.93%201.403%205.185-1.04%206.406l-6.35%203.175a1.5%201.5%200%200%200-.752.868L18.96%2025.28a2%202%200%200%201-3.312.782L5.936%2016.35a2%202%200%200%201%20.782-3.311l4.983-1.661a1.5%201.5%200%200%200%20.867-.752z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGFc8NioWb)%22%20d%3D%22M15.744%204.276c1.221-2.442%204.476-2.97%206.407-1.04l6.613%206.614c1.93%201.93%201.403%205.185-1.04%206.406l-6.35%203.175a1.5%201.5%200%200%200-.752.868L18.96%2025.28a2%202%200%200%201-3.312.782L5.936%2016.35a2%202%200%200%201%20.782-3.311l4.983-1.661a1.5%201.5%200%200%200%20.867-.752z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGvrLKSbyZ)%22%20fill-opacity%3D%22.8%22%20d%3D%22M15.744%204.276c1.221-2.442%204.476-2.97%206.407-1.04l6.613%206.614c1.93%201.93%201.403%205.185-1.04%206.406l-6.35%203.175a1.5%201.5%200%200%200-.752.868L18.96%2025.28a2%202%200%200%201-3.312.782L5.936%2016.35a2%202%200%200%201%20.782-3.311l4.983-1.661a1.5%201.5%200%200%200%20.867-.752z%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGUTRtQbVZ%22%20x1%3D%226.25%22%20x2%3D%2212.952%22%20y1%3D%2225.749%22%20y2%3D%2220.625%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.449%22%20stop-color%3D%22%237b7bff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23102784%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGFc8NioWb%22%20x1%3D%226.229%22%20x2%3D%2223.196%22%20y1%3D%226.674%22%20y2%3D%2224.302%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%22SVGvrLKSbyZ%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22rotate(47.58%20-12.551%2038.5)scale(10.9288%2027.4179)%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-32.svg?color=%231a73e8&size=48