Pin Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Pin icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/306246.svg" alt="Pin icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306246.svg" alt="Pin icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306246.svg" alt="Pin icon" :width="24" :height="24" />
CSS background
.icon-pin {
background-image: url('https://proicons.com/icon/306246.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M557 6c-19-4-38-6-57-6s-38 2-57 6C277 38 163 194 185 359c23 163 157 281 315 281 159 0 293-118 315-281C837 194 723 38 557 6zm-57 537c-122 0-220-97-221-221-2-122 96-223 218-224h6c122 1 220 102 218 224-1 123-99 221-221 221zm-143 89c48 127 94 243 142 368 49-126 95-243 144-368-96 38-186 40-286 0zm141-478c-91 1-163 73-165 165-1 91 73 167 165 168 92 0 167-75 167-167-1-92-75-167-167-166zm2 216c-31-2-50-19-50-49-1-29 16-49 48-50 31 0 49 19 50 48 1 30-17 48-48 51z"/></svg>
Pin in other icon packs
Copied!