pin icon
pin-solid from Teenyicons by smhmd · Solid · MIT Free for personal and commercial use.
- Name
- pin-solid
- Set
- Teenyicons
- Style
- Solid
- Viewbox
- 15×15
- License
- MIT
1 other variant in Teenyicons
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 IconspinLucidepinMage IconspinMajesticonspinMaterial SymbolspinMaterial Symbols Light
Related icons in Teenyicons
Use the pin icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M6 6.496a1.5 1.5 0 0 1 3 0a1.5 1.5 0 0 1-3 0"/><path fill="currentColor" fill-rule="evenodd" d="M1 6.496A6.5 6.5 0 0 1 7.5 0C11.089 0 14 2.909 14 6.496c0 2.674-1.338 4.793-2.772 6.225a11 11 0 0 1-2.115 1.654c-.322.19-.623.34-.885.442c-.247.098-.506.174-.728.174s-.481-.076-.728-.174a6.5 6.5 0 0 1-.885-.442a11 11 0 0 1-2.115-1.654C2.338 11.289 1 9.17 1 6.496m6.5-2.499a2.5 2.5 0 0 0-2.5 2.5a2.5 2.5 0 0 0 5 0a2.5 2.5 0 0 0-2.5-2.5" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function TeenyiconsPinSolid(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M6 6.496a1.5 1.5 0 0 1 3 0a1.5 1.5 0 0 1-3 0"/><path fill="currentColor" fillRule="evenodd" d="M1 6.496A6.5 6.5 0 0 1 7.5 0C11.089 0 14 2.909 14 6.496c0 2.674-1.338 4.793-2.772 6.225a11 11 0 0 1-2.115 1.654c-.322.19-.623.34-.885.442c-.247.098-.506.174-.728.174s-.481-.076-.728-.174a6.5 6.5 0 0 1-.885-.442a11 11 0 0 1-2.115-1.654C2.338 11.289 1 9.17 1 6.496m6.5-2.499a2.5 2.5 0 0 0-2.5 2.5a2.5 2.5 0 0 0 5 0a2.5 2.5 0 0 0-2.5-2.5" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M6 6.496a1.5 1.5 0 0 1 3 0a1.5 1.5 0 0 1-3 0"/><path fill="currentColor" fill-rule="evenodd" d="M1 6.496A6.5 6.5 0 0 1 7.5 0C11.089 0 14 2.909 14 6.496c0 2.674-1.338 4.793-2.772 6.225a11 11 0 0 1-2.115 1.654c-.322.19-.623.34-.885.442c-.247.098-.506.174-.728.174s-.481-.076-.728-.174a6.5 6.5 0 0 1-.885-.442a11 11 0 0 1-2.115-1.654C2.338 11.289 1 9.17 1 6.496m6.5-2.499a2.5 2.5 0 0 0-2.5 2.5a2.5 2.5 0 0 0 5 0a2.5 2.5 0 0 0-2.5-2.5" clip-rule="evenodd"/></svg> </template>
CSS
.icon-pin-solid {
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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6%206.496a1.5%201.5%200%200%201%203%200a1.5%201.5%200%200%201-3%200%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M1%206.496A6.5%206.5%200%200%201%207.5%200C11.089%200%2014%202.909%2014%206.496c0%202.674-1.338%204.793-2.772%206.225a11%2011%200%200%201-2.115%201.654c-.322.19-.623.34-.885.442c-.247.098-.506.174-.728.174s-.481-.076-.728-.174a6.5%206.5%200%200%201-.885-.442a11%2011%200%200%201-2.115-1.654C2.338%2011.289%201%209.17%201%206.496m6.5-2.499a2.5%202.5%200%200%200-2.5%202.5a2.5%202.5%200%200%200%205%200a2.5%202.5%200%200%200-2.5-2.5%22%20clip-rule%3D%22evenodd%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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6%206.496a1.5%201.5%200%200%201%203%200a1.5%201.5%200%200%201-3%200%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M1%206.496A6.5%206.5%200%200%201%207.5%200C11.089%200%2014%202.909%2014%206.496c0%202.674-1.338%204.793-2.772%206.225a11%2011%200%200%201-2.115%201.654c-.322.19-.623.34-.885.442c-.247.098-.506.174-.728.174s-.481-.076-.728-.174a6.5%206.5%200%200%201-.885-.442a11%2011%200%200%201-2.115-1.654C2.338%2011.289%201%209.17%201%206.496m6.5-2.499a2.5%202.5%200%200%200-2.5%202.5a2.5%202.5%200%200%200%205%200a2.5%202.5%200%200%200-2.5-2.5%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/teenyicons/pin-solid.svg?color=%231a73e8&size=48