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/308870.svg" alt="Location Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308870.svg" alt="Location Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308870.svg" alt="Location Svg icon" :width="24" :height="24" />
CSS background
.icon-location---svg {
background-image: url('https://proicons.com/icon/308870.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 fill-rule="evenodd" clip-rule="evenodd" d="M20.4796 7.51878C21.6942 4.9682 19.0318 2.30583 16.4812 3.52039L4.82211 9.07236C2.43219 10.2104 2.58002 13.6605 5.05854 14.5899L7.7977 15.6171C8.06812 15.7185 8.28149 15.9319 8.3829 16.2023L9.41009 18.9415C10.3395 21.42 13.7896 21.5678 14.9277 19.1779L20.4796 7.51878Z" fill="#292929"/> </svg>
Copied!