pin tack icon
pin-tack-filled from Reicon by REICON · Filled · Map · MIT Free for personal and commercial use.
- Name
- pin-tack-filled
- Set
- Reicon
- Style
- Filled
- Category
- Map
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More map icons from Reicon
Use the pin tack icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12 22.667a1 1 0 0 1-1-1v-5.334a1 1 0 0 1 2 0v5.334a1 1 0 0 1-1 1"/><path d="M18.572 11.996a11 11 0 0 0-1.239-1.717V5a3.67 3.67 0 0 0-3.666-3.667h-3.334A3.67 3.67 0 0 0 6.667 5v5.279c-.47.533-.884 1.109-1.24 1.717a11.1 11.1 0 0 0-1.42 4.21A1 1 0 0 0 5 17.333h14a1.002 1.002 0 0 0 .992-1.125a11.1 11.1 0 0 0-1.42-4.211"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconPinTackFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12 22.667a1 1 0 0 1-1-1v-5.334a1 1 0 0 1 2 0v5.334a1 1 0 0 1-1 1"/><path d="M18.572 11.996a11 11 0 0 0-1.239-1.717V5a3.67 3.67 0 0 0-3.666-3.667h-3.334A3.67 3.67 0 0 0 6.667 5v5.279c-.47.533-.884 1.109-1.24 1.717a11.1 11.1 0 0 0-1.42 4.21A1 1 0 0 0 5 17.333h14a1.002 1.002 0 0 0 .992-1.125a11.1 11.1 0 0 0-1.42-4.211"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12 22.667a1 1 0 0 1-1-1v-5.334a1 1 0 0 1 2 0v5.334a1 1 0 0 1-1 1"/><path d="M18.572 11.996a11 11 0 0 0-1.239-1.717V5a3.67 3.67 0 0 0-3.666-3.667h-3.334A3.67 3.67 0 0 0 6.667 5v5.279c-.47.533-.884 1.109-1.24 1.717a11.1 11.1 0 0 0-1.42 4.21A1 1 0 0 0 5 17.333h14a1.002 1.002 0 0 0 .992-1.125a11.1 11.1 0 0 0-1.42-4.211"/></g></svg> </template>
CSS
.icon-pin-tack-filled {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M12%2022.667a1%201%200%200%201-1-1v-5.334a1%201%200%200%201%202%200v5.334a1%201%200%200%201-1%201%22%2F%3E%3Cpath%20d%3D%22M18.572%2011.996a11%2011%200%200%200-1.239-1.717V5a3.67%203.67%200%200%200-3.666-3.667h-3.334A3.67%203.67%200%200%200%206.667%205v5.279c-.47.533-.884%201.109-1.24%201.717a11.1%2011.1%200%200%200-1.42%204.21A1%201%200%200%200%205%2017.333h14a1.002%201.002%200%200%200%20.992-1.125a11.1%2011.1%200%200%200-1.42-4.211%22%2F%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M12%2022.667a1%201%200%200%201-1-1v-5.334a1%201%200%200%201%202%200v5.334a1%201%200%200%201-1%201%22%2F%3E%3Cpath%20d%3D%22M18.572%2011.996a11%2011%200%200%200-1.239-1.717V5a3.67%203.67%200%200%200-3.666-3.667h-3.334A3.67%203.67%200%200%200%206.667%205v5.279c-.47.533-.884%201.109-1.24%201.717a11.1%2011.1%200%200%200-1.42%204.21A1%201%200%200%200%205%2017.333h14a1.002%201.002%200%200%200%20.992-1.125a11.1%2011.1%200%200%200-1.42-4.211%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/pin-tack-filled.svg?color=%231a73e8&size=48