pin icon
pin-fill from Mage Icons by MageIcons · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- pin-fill
- Set
- Mage Icons
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Mage Icons
The same icon in other sets
pinAkar IconspinBootstrap IconspinBoxIcons v2pinBoxIcons v2 SolidpinCarbonpinCodiconspin-fillEva IconspinFramework7 Iconspin-12-filledFluent UI System Iconspin-16Fluent UI System Color Iconspincss.ggpinHuge IconspinIconParkpinIconPark OutlinepinIconPark SolidpinIconPark TwoTonepinIconoirpinIonIconspinJam IconspinLucidepinMajesticonspinMaterial 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 24 24"><path fill="currentColor" d="M21.447 9.559a1.8 1.8 0 0 1-.25.82a2 2 0 0 1-.56.63a.7.7 0 0 1-.34.13l-1.76.23a1 1 0 0 0-.52.26c-.53.51-1.07 1-1.81 1.78l-.85.84a.93.93 0 0 0-.23.41l-.94 3.78a.6.6 0 0 1 0 .12a2 2 0 0 1-1.44 1.15h-.36a2.3 2.3 0 0 1-.58-.08a1.94 1.94 0 0 1-.81-.49l-2.54-2.53l-4.67 4.67a.75.75 0 0 1-1.06-1.06l4.67-4.67l-2.5-2.5a2 2 0 0 1-.48-.82a1.8 1.8 0 0 1-.05-.95a1.94 1.94 0 0 1 .39-.85a2 2 0 0 1 .75-.58h.12l3.74-1a1 1 0 0 0 .44-.25c1.39-1.37 1.87-1.85 2.63-2.67a.86.86 0 0 0 .23-.5l.24-1.77a.7.7 0 0 1 .13-.35a2 2 0 0 1 2.28-.69a2 2 0 0 1 .72.46l4.88 4.9a2 2 0 0 1 .57 1.55z"/></svg>
React
import type { SVGProps } from "react";
export function MagePinFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.447 9.559a1.8 1.8 0 0 1-.25.82a2 2 0 0 1-.56.63a.7.7 0 0 1-.34.13l-1.76.23a1 1 0 0 0-.52.26c-.53.51-1.07 1-1.81 1.78l-.85.84a.93.93 0 0 0-.23.41l-.94 3.78a.6.6 0 0 1 0 .12a2 2 0 0 1-1.44 1.15h-.36a2.3 2.3 0 0 1-.58-.08a1.94 1.94 0 0 1-.81-.49l-2.54-2.53l-4.67 4.67a.75.75 0 0 1-1.06-1.06l4.67-4.67l-2.5-2.5a2 2 0 0 1-.48-.82a1.8 1.8 0 0 1-.05-.95a1.94 1.94 0 0 1 .39-.85a2 2 0 0 1 .75-.58h.12l3.74-1a1 1 0 0 0 .44-.25c1.39-1.37 1.87-1.85 2.63-2.67a.86.86 0 0 0 .23-.5l.24-1.77a.7.7 0 0 1 .13-.35a2 2 0 0 1 2.28-.69a2 2 0 0 1 .72.46l4.88 4.9a2 2 0 0 1 .57 1.55z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.447 9.559a1.8 1.8 0 0 1-.25.82a2 2 0 0 1-.56.63a.7.7 0 0 1-.34.13l-1.76.23a1 1 0 0 0-.52.26c-.53.51-1.07 1-1.81 1.78l-.85.84a.93.93 0 0 0-.23.41l-.94 3.78a.6.6 0 0 1 0 .12a2 2 0 0 1-1.44 1.15h-.36a2.3 2.3 0 0 1-.58-.08a1.94 1.94 0 0 1-.81-.49l-2.54-2.53l-4.67 4.67a.75.75 0 0 1-1.06-1.06l4.67-4.67l-2.5-2.5a2 2 0 0 1-.48-.82a1.8 1.8 0 0 1-.05-.95a1.94 1.94 0 0 1 .39-.85a2 2 0 0 1 .75-.58h.12l3.74-1a1 1 0 0 0 .44-.25c1.39-1.37 1.87-1.85 2.63-2.67a.86.86 0 0 0 .23-.5l.24-1.77a.7.7 0 0 1 .13-.35a2 2 0 0 1 2.28-.69a2 2 0 0 1 .72.46l4.88 4.9a2 2 0 0 1 .57 1.55z"/></svg> </template>
CSS
.icon-pin-fill {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.447%209.559a1.8%201.8%200%200%201-.25.82a2%202%200%200%201-.56.63a.7.7%200%200%201-.34.13l-1.76.23a1%201%200%200%200-.52.26c-.53.51-1.07%201-1.81%201.78l-.85.84a.93.93%200%200%200-.23.41l-.94%203.78a.6.6%200%200%201%200%20.12a2%202%200%200%201-1.44%201.15h-.36a2.3%202.3%200%200%201-.58-.08a1.94%201.94%200%200%201-.81-.49l-2.54-2.53l-4.67%204.67a.75.75%200%200%201-1.06-1.06l4.67-4.67l-2.5-2.5a2%202%200%200%201-.48-.82a1.8%201.8%200%200%201-.05-.95a1.94%201.94%200%200%201%20.39-.85a2%202%200%200%201%20.75-.58h.12l3.74-1a1%201%200%200%200%20.44-.25c1.39-1.37%201.87-1.85%202.63-2.67a.86.86%200%200%200%20.23-.5l.24-1.77a.7.7%200%200%201%20.13-.35a2%202%200%200%201%202.28-.69a2%202%200%200%201%20.72.46l4.88%204.9a2%202%200%200%201%20.57%201.55z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.447%209.559a1.8%201.8%200%200%201-.25.82a2%202%200%200%201-.56.63a.7.7%200%200%201-.34.13l-1.76.23a1%201%200%200%200-.52.26c-.53.51-1.07%201-1.81%201.78l-.85.84a.93.93%200%200%200-.23.41l-.94%203.78a.6.6%200%200%201%200%20.12a2%202%200%200%201-1.44%201.15h-.36a2.3%202.3%200%200%201-.58-.08a1.94%201.94%200%200%201-.81-.49l-2.54-2.53l-4.67%204.67a.75.75%200%200%201-1.06-1.06l4.67-4.67l-2.5-2.5a2%202%200%200%201-.48-.82a1.8%201.8%200%200%201-.05-.95a1.94%201.94%200%200%201%20.39-.85a2%202%200%200%201%20.75-.58h.12l3.74-1a1%201%200%200%200%20.44-.25c1.39-1.37%201.87-1.85%202.63-2.67a.86.86%200%200%200%20.23-.5l.24-1.77a.7.7%200%200%201%20.13-.35a2%202%200%200%201%202.28-.69a2%202%200%200%201%20.72.46l4.88%204.9a2%202%200%200%201%20.57%201.55z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mage/pin-fill.svg?color=%231a73e8&size=48