Location Current Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Location Current 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/318271.svg" alt="Location Current icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/318271.svg" alt="Location Current icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/318271.svg" alt="Location Current icon" :width="24" :height="24" />
CSS background
.icon-location-current {
background-image: url('https://proicons.com/icon/318271.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="icon" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<defs>
<style>
.cls-1 {
fill: none;
}
</style>
</defs>
<path d="M4,12.9835a1,1,0,0,0,.6289.9448l9.6015,3.8409,3.8407,9.6019A1,1,0,0,0,19,28h.0162a1.0009,1.0009,0,0,0,.9238-.6582l8-22.0007A1,1,0,0,0,26.658,4.0594l-22,8A1.0011,1.0011,0,0,0,4,12.9835Z" transform="translate(0)"/>
<rect id="_Transparent_Rectangle_" data-name="<Transparent Rectangle>" class="cls-1" width="32" height="32" transform="translate(32 32) rotate(-180)"/>
</svg>
Location Current in other icon packs
Copied!