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/308262.svg" alt="Location Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308262.svg" alt="Location Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308262.svg" alt="Location Svg icon" :width="24" :height="24" />
CSS background
.icon-location---svg {
background-image: url('https://proicons.com/icon/308262.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="M5.25201 9.97523L16.9111 4.42326C18.6115 3.61355 20.3864 5.38846 19.5767 7.08885L14.0248 18.748C13.2661 20.3413 10.966 20.2427 10.3464 18.5904L9.3192 15.8512C9.11639 15.3104 8.68964 14.8836 8.14879 14.6808L5.40963 13.6536C3.75729 13.034 3.65873 10.7339 5.25201 9.97523Z" fill="#FF4B4B" stroke="#FF4B4B" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Copied!