Location Pin Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Location Pin icon is commonly used in maps, store locators and delivery tracking. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/306027.svg" alt="Location Pin icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306027.svg" alt="Location Pin icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306027.svg" alt="Location Pin icon" :width="24" :height="24" />
CSS background
.icon-location-pin {
background-image: url('https://proicons.com/icon/306027.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="M481 916c-19-25-38-51-55-76-62-87-118-177-164-273-22-47-43-96-53-147-19-97 4-184 69-257C341 91 422 59 517 63c132 5 247 105 274 235 11 53 8 105-9 157-33 104-84 198-143 288-42 65-88 127-132 190-1 1-2 3-4 4-2 3-12-7-22-21zm165-552c3-75-59-145-134-149-86-5-153 55-157 142-4 75 60 145 136 148 84 4 150-56 155-141z"/></svg>
Copied!