pin icon
pin-32-light from Fluent UI System Icons by Microsoft Corporation · 32 Light · MIT Free for personal and commercial use.
- Name
- pin-32-light
- Set
- Fluent UI System Icons
- Style
- 32 Light
- Viewbox
- 32×32
- 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 32 32"><path fill="currentColor" d="M22.253 3.161c-1.659-1.724-4.52-1.314-5.626.807l-3.686 7.065a1.5 1.5 0 0 1-.883.737l-5.63 1.76a1.5 1.5 0 0 0-.613 2.492l4.728 4.728L4 27.293V28h.707l6.543-6.543l4.728 4.728a1.5 1.5 0 0 0 2.492-.613l1.747-5.591a1.5 1.5 0 0 1 .785-.906l6.967-3.332c2.152-1.03 2.666-3.863 1.013-5.583zm-4.74 1.27a2.5 2.5 0 0 1 4.019-.577l6.729 6.999a2.5 2.5 0 0 1-.723 3.988l-6.968 3.332a2.5 2.5 0 0 0-1.307 1.51l-1.747 5.59a.5.5 0 0 1-.831.205L6.522 15.315a.5.5 0 0 1 .205-.83l5.63-1.76a2.5 2.5 0 0 0 1.47-1.23z"/></svg>
React
import type { SVGProps } from "react";
export function FluentPin32Light(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M22.253 3.161c-1.659-1.724-4.52-1.314-5.626.807l-3.686 7.065a1.5 1.5 0 0 1-.883.737l-5.63 1.76a1.5 1.5 0 0 0-.613 2.492l4.728 4.728L4 27.293V28h.707l6.543-6.543l4.728 4.728a1.5 1.5 0 0 0 2.492-.613l1.747-5.591a1.5 1.5 0 0 1 .785-.906l6.967-3.332c2.152-1.03 2.666-3.863 1.013-5.583zm-4.74 1.27a2.5 2.5 0 0 1 4.019-.577l6.729 6.999a2.5 2.5 0 0 1-.723 3.988l-6.968 3.332a2.5 2.5 0 0 0-1.307 1.51l-1.747 5.59a.5.5 0 0 1-.831.205L6.522 15.315a.5.5 0 0 1 .205-.83l5.63-1.76a2.5 2.5 0 0 0 1.47-1.23z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M22.253 3.161c-1.659-1.724-4.52-1.314-5.626.807l-3.686 7.065a1.5 1.5 0 0 1-.883.737l-5.63 1.76a1.5 1.5 0 0 0-.613 2.492l4.728 4.728L4 27.293V28h.707l6.543-6.543l4.728 4.728a1.5 1.5 0 0 0 2.492-.613l1.747-5.591a1.5 1.5 0 0 1 .785-.906l6.967-3.332c2.152-1.03 2.666-3.863 1.013-5.583zm-4.74 1.27a2.5 2.5 0 0 1 4.019-.577l6.729 6.999a2.5 2.5 0 0 1-.723 3.988l-6.968 3.332a2.5 2.5 0 0 0-1.307 1.51l-1.747 5.59a.5.5 0 0 1-.831.205L6.522 15.315a.5.5 0 0 1 .205-.83l5.63-1.76a2.5 2.5 0 0 0 1.47-1.23z"/></svg> </template>
CSS
.icon-pin-32-light {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22.253%203.161c-1.659-1.724-4.52-1.314-5.626.807l-3.686%207.065a1.5%201.5%200%200%201-.883.737l-5.63%201.76a1.5%201.5%200%200%200-.613%202.492l4.728%204.728L4%2027.293V28h.707l6.543-6.543l4.728%204.728a1.5%201.5%200%200%200%202.492-.613l1.747-5.591a1.5%201.5%200%200%201%20.785-.906l6.967-3.332c2.152-1.03%202.666-3.863%201.013-5.583zm-4.74%201.27a2.5%202.5%200%200%201%204.019-.577l6.729%206.999a2.5%202.5%200%200%201-.723%203.988l-6.968%203.332a2.5%202.5%200%200%200-1.307%201.51l-1.747%205.59a.5.5%200%200%201-.831.205L6.522%2015.315a.5.5%200%200%201%20.205-.83l5.63-1.76a2.5%202.5%200%200%200%201.47-1.23z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22.253%203.161c-1.659-1.724-4.52-1.314-5.626.807l-3.686%207.065a1.5%201.5%200%200%201-.883.737l-5.63%201.76a1.5%201.5%200%200%200-.613%202.492l4.728%204.728L4%2027.293V28h.707l6.543-6.543l4.728%204.728a1.5%201.5%200%200%200%202.492-.613l1.747-5.591a1.5%201.5%200%200%201%20.785-.906l6.967-3.332c2.152-1.03%202.666-3.863%201.013-5.583zm-4.74%201.27a2.5%202.5%200%200%201%204.019-.577l6.729%206.999a2.5%202.5%200%200%201-.723%203.988l-6.968%203.332a2.5%202.5%200%200%200-1.307%201.51l-1.747%205.59a.5.5%200%200%201-.831.205L6.522%2015.315a.5.5%200%200%201%20.205-.83l5.63-1.76a2.5%202.5%200%200%200%201.47-1.23z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/pin-32-light.svg?color=%231a73e8&size=48