Location Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Location Svg 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/307958.svg" alt="Location Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307958.svg" alt="Location Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307958.svg" alt="Location Svg icon" :width="24" :height="24" />
CSS background
.icon-location---svg {
background-image: url('https://proicons.com/icon/307958.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M11.5 7L5.25201 9.97523C3.65873 10.7339 3.75729 13.034 5.40963 13.6536L8.14879 14.6808C8.68964 14.8836 9.11639 15.3104 9.3192 15.8512L10.3464 18.5904C10.966 20.2427 13.2661 20.3413 14.0248 18.748L17 12.5" stroke="#292929" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> <path d="M11.5 7L16.9111 4.42326C18.6115 3.61355 20.3864 5.38846 19.5767 7.08885L17 12.5" stroke="#4400FF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Copied!