pin icon
pin from Jam Icons by Michael Amprimo · Outline · MIT Free for personal and commercial use.
- Name
- pin
- Set
- Jam Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
1 other variant in Jam 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 TwoTonepinIconoirpinIonIconspinLucidepinMage IconspinMajesticonspinMaterial SymbolspinMaterial Symbols LightpinMaterial Design Icons
Related icons in Jam Icons
Use the pin icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2.5 -2.5 24 24"><path fill="currentColor" d="m12.626 11.346l-.184-1.036l4.49-4.491l-2.851-2.852l-4.492 4.49l-1.035-.184a5.05 5.05 0 0 0-2.734.269l6.538 6.537a5.05 5.05 0 0 0 .268-2.733m-4.25 1.604L2.67 18.654a1.008 1.008 0 0 1-1.426-1.426l5.705-5.704L2.67 7.245a7.05 7.05 0 0 1 6.236-1.958l3.747-3.747a2.017 2.017 0 0 1 2.853 0l2.852 2.853a2.017 2.017 0 0 1 0 2.852l-3.747 3.747a7.05 7.05 0 0 1-1.958 6.236z"/></svg>
React
import type { SVGProps } from "react";
export function JamPin(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2.5 -2.5 24 24"><path fill="currentColor" d="m12.626 11.346l-.184-1.036l4.49-4.491l-2.851-2.852l-4.492 4.49l-1.035-.184a5.05 5.05 0 0 0-2.734.269l6.538 6.537a5.05 5.05 0 0 0 .268-2.733m-4.25 1.604L2.67 18.654a1.008 1.008 0 0 1-1.426-1.426l5.705-5.704L2.67 7.245a7.05 7.05 0 0 1 6.236-1.958l3.747-3.747a2.017 2.017 0 0 1 2.853 0l2.852 2.853a2.017 2.017 0 0 1 0 2.852l-3.747 3.747a7.05 7.05 0 0 1-1.958 6.236z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2.5 -2.5 24 24"><path fill="currentColor" d="m12.626 11.346l-.184-1.036l4.49-4.491l-2.851-2.852l-4.492 4.49l-1.035-.184a5.05 5.05 0 0 0-2.734.269l6.538 6.537a5.05 5.05 0 0 0 .268-2.733m-4.25 1.604L2.67 18.654a1.008 1.008 0 0 1-1.426-1.426l5.705-5.704L2.67 7.245a7.05 7.05 0 0 1 6.236-1.958l3.747-3.747a2.017 2.017 0 0 1 2.853 0l2.852 2.853a2.017 2.017 0 0 1 0 2.852l-3.747 3.747a7.05 7.05 0 0 1-1.958 6.236z"/></svg> </template>
CSS
.icon-pin {
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%22-2.5%20-2.5%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m12.626%2011.346l-.184-1.036l4.49-4.491l-2.851-2.852l-4.492%204.49l-1.035-.184a5.05%205.05%200%200%200-2.734.269l6.538%206.537a5.05%205.05%200%200%200%20.268-2.733m-4.25%201.604L2.67%2018.654a1.008%201.008%200%200%201-1.426-1.426l5.705-5.704L2.67%207.245a7.05%207.05%200%200%201%206.236-1.958l3.747-3.747a2.017%202.017%200%200%201%202.853%200l2.852%202.853a2.017%202.017%200%200%201%200%202.852l-3.747%203.747a7.05%207.05%200%200%201-1.958%206.236z%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%22-2.5%20-2.5%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m12.626%2011.346l-.184-1.036l4.49-4.491l-2.851-2.852l-4.492%204.49l-1.035-.184a5.05%205.05%200%200%200-2.734.269l6.538%206.537a5.05%205.05%200%200%200%20.268-2.733m-4.25%201.604L2.67%2018.654a1.008%201.008%200%200%201-1.426-1.426l5.705-5.704L2.67%207.245a7.05%207.05%200%200%201%206.236-1.958l3.747-3.747a2.017%202.017%200%200%201%202.853%200l2.852%202.853a2.017%202.017%200%200%201%200%202.852l-3.747%203.747a7.05%207.05%200%200%201-1.958%206.236z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/jam/pin.svg?color=%231a73e8&size=48