pin icon
pin-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.
- Name
- pin-28-regular
- Set
- Fluent UI System Icons
- Style
- 28 Regular
- Viewbox
- 28×28
- License
- MIT
14 other variants in Fluent UI System Icons
The same icon in other sets
pinAkar IconspinBootstrap IconspinBoxIcons v2pinBoxIcons v2 SolidpinCarbonpinCodiconspin-fillEva IconspinFramework7 Iconspin-16Fluent UI System Color Iconspincss.ggpinHuge IconspinIconParkpinIconPark OutlinepinIconPark SolidpinIconPark TwoTonepinIconoirpinIonIconspinJam IconspinLucidepinMage IconspinMajesticonspinMaterial SymbolspinMaterial Symbols LightpinMaterial Design Icons
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 28 28"><path fill="currentColor" d="M13.804 4.385c.962-2.031 3.646-2.496 5.235-.907l5.483 5.483c1.589 1.59 1.124 4.273-.907 5.235l-5.39 2.553a1.75 1.75 0 0 0-.884.954l-1.589 4.13a1.75 1.75 0 0 1-2.87.609L9.75 19.31L4.06 25H3v-1.06l5.69-5.69l-3.132-3.132a1.75 1.75 0 0 1 .609-2.87l4.13-1.59c.42-.16.761-.477.953-.883zm4.174.154a1.75 1.75 0 0 0-2.819.488l-2.553 5.39a3.25 3.25 0 0 1-1.77 1.642l-4.13 1.588a.25.25 0 0 0-.088.41l7.324 7.324a.25.25 0 0 0 .41-.087l1.589-4.13a3.25 3.25 0 0 1 1.642-1.77l5.39-2.553a1.75 1.75 0 0 0 .488-2.82z"/></svg>
React
import type { SVGProps } from "react";
export function FluentPin28Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M13.804 4.385c.962-2.031 3.646-2.496 5.235-.907l5.483 5.483c1.589 1.59 1.124 4.273-.907 5.235l-5.39 2.553a1.75 1.75 0 0 0-.884.954l-1.589 4.13a1.75 1.75 0 0 1-2.87.609L9.75 19.31L4.06 25H3v-1.06l5.69-5.69l-3.132-3.132a1.75 1.75 0 0 1 .609-2.87l4.13-1.59c.42-.16.761-.477.953-.883zm4.174.154a1.75 1.75 0 0 0-2.819.488l-2.553 5.39a3.25 3.25 0 0 1-1.77 1.642l-4.13 1.588a.25.25 0 0 0-.088.41l7.324 7.324a.25.25 0 0 0 .41-.087l1.589-4.13a3.25 3.25 0 0 1 1.642-1.77l5.39-2.553a1.75 1.75 0 0 0 .488-2.82z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M13.804 4.385c.962-2.031 3.646-2.496 5.235-.907l5.483 5.483c1.589 1.59 1.124 4.273-.907 5.235l-5.39 2.553a1.75 1.75 0 0 0-.884.954l-1.589 4.13a1.75 1.75 0 0 1-2.87.609L9.75 19.31L4.06 25H3v-1.06l5.69-5.69l-3.132-3.132a1.75 1.75 0 0 1 .609-2.87l4.13-1.59c.42-.16.761-.477.953-.883zm4.174.154a1.75 1.75 0 0 0-2.819.488l-2.553 5.39a3.25 3.25 0 0 1-1.77 1.642l-4.13 1.588a.25.25 0 0 0-.088.41l7.324 7.324a.25.25 0 0 0 .41-.087l1.589-4.13a3.25 3.25 0 0 1 1.642-1.77l5.39-2.553a1.75 1.75 0 0 0 .488-2.82z"/></svg> </template>
CSS
.icon-pin-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.804%204.385c.962-2.031%203.646-2.496%205.235-.907l5.483%205.483c1.589%201.59%201.124%204.273-.907%205.235l-5.39%202.553a1.75%201.75%200%200%200-.884.954l-1.589%204.13a1.75%201.75%200%200%201-2.87.609L9.75%2019.31L4.06%2025H3v-1.06l5.69-5.69l-3.132-3.132a1.75%201.75%200%200%201%20.609-2.87l4.13-1.59c.42-.16.761-.477.953-.883zm4.174.154a1.75%201.75%200%200%200-2.819.488l-2.553%205.39a3.25%203.25%200%200%201-1.77%201.642l-4.13%201.588a.25.25%200%200%200-.088.41l7.324%207.324a.25.25%200%200%200%20.41-.087l1.589-4.13a3.25%203.25%200%200%201%201.642-1.77l5.39-2.553a1.75%201.75%200%200%200%20.488-2.82z%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.804%204.385c.962-2.031%203.646-2.496%205.235-.907l5.483%205.483c1.589%201.59%201.124%204.273-.907%205.235l-5.39%202.553a1.75%201.75%200%200%200-.884.954l-1.589%204.13a1.75%201.75%200%200%201-2.87.609L9.75%2019.31L4.06%2025H3v-1.06l5.69-5.69l-3.132-3.132a1.75%201.75%200%200%201%20.609-2.87l4.13-1.59c.42-.16.761-.477.953-.883zm4.174.154a1.75%201.75%200%200%200-2.819.488l-2.553%205.39a3.25%203.25%200%200%201-1.77%201.642l-4.13%201.588a.25.25%200%200%200-.088.41l7.324%207.324a.25.25%200%200%200%20.41-.087l1.589-4.13a3.25%203.25%200%200%201%201.642-1.77l5.39-2.553a1.75%201.75%200%200%200%20.488-2.82z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/pin-28-regular.svg?color=%231a73e8&size=48