Location Arrow Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Location Arrow 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/306026.svg" alt="Location Arrow icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306026.svg" alt="Location Arrow icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306026.svg" alt="Location Arrow icon" :width="24" :height="24" />
CSS background
.icon-location-arrow {
background-image: url('https://proicons.com/icon/306026.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="M935 73C824 359 713 645 601 933c-2 5-5 5-7 0-7-16-14-32-20-47L436 562c-2-5-7-9-11-11-119-47-237-93-356-139-1-1-3-2-5-3-3-1-1-4 4-6C356 290 642 178 927 66c5-2 10-4 10-3 1 1 0 5-2 10z"/></svg>
Copied!