Location Person Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Location Person 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/318280.svg" alt="Location Person icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/318280.svg" alt="Location Person icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/318280.svg" alt="Location Person icon" :width="24" :height="24" />
CSS background
.icon-location-person {
background-image: url('https://proicons.com/icon/318280.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<defs>
<style>
.cls-1 {
fill: #241f20;
}
.cls-2 {
fill: none;
}
</style>
</defs>
<path class="cls-1" d="M20,19H18V17H14v2H12V17a2.0021,2.0021,0,0,1,2-2h4a2.0021,2.0021,0,0,1,2,2Z" transform="translate(0 0)"/>
<path class="cls-1" d="M16,14a3,3,0,1,1,3-3A3.0033,3.0033,0,0,1,16,14Zm0-4a1,1,0,1,0,1,1A1.0011,1.0011,0,0,0,16,10Z" transform="translate(0 0)"/>
<path class="cls-1" d="M16,30,7.5645,20.0513c-.0479-.0571-.3482-.4515-.3482-.4515A10.8888,10.8888,0,0,1,5,13a11,11,0,0,1,22,0,10.8844,10.8844,0,0,1-2.2148,6.5973l-.0015.0025s-.3.3944-.3447.4474ZM8.8125,18.395c.001.0007.2334.3082.2866.3744L16,26.9079l6.91-8.15c.0439-.0552.2783-.3649.2788-.3657A8.901,8.901,0,0,0,25,13,9,9,0,0,0,7,13a8.9054,8.9054,0,0,0,1.8125,5.395Z" transform="translate(0 0)"/>
<rect id="_Transparent_Rectangle_" data-name="<Transparent Rectangle>" class="cls-2" width="32" height="32"/>
</svg>
Copied!