Tack Pin Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Tack 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/306627.svg" alt="Tack Pin icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306627.svg" alt="Tack Pin icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306627.svg" alt="Tack Pin icon" :width="24" :height="24" />
CSS background
.icon-tack-pin {
background-image: url('https://proicons.com/icon/306627.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="M813 494c-3-5-6-9-9-13-46-66-108-102-189-102-7 0-11-1-15-8-32-58-65-117-98-175-4-7-3-12 0-19 8-16 16-33 21-51s6-36 1-54c-3-9-14-12-22-7-103 57-205 114-310 173-9 5-10 14-3 20 6 6 11 11 17 15 25 17 53 22 83 23 9 0 13 4 18 12 31 57 63 114 96 171 4 8 4 13-1 21-45 75-42 149-6 225 4 9 15 12 23 7 47-26 94-53 141-79 8-4 19-2 25 6 66 89 131 177 197 265 6 8 11 14 11 14 1-1-2-8-5-17-41-102-82-204-124-307-3-9 0-20 9-25 44-24 88-49 133-74 8-5 11-14 7-21z"/></svg>
Copied!