Locus Map Pro Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Locus Map Pro icon is commonly used in location finders, store locators and travel apps. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/328638.svg" alt="Locus Map Pro icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328638.svg" alt="Locus Map Pro icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328638.svg" alt="Locus Map Pro icon" :width="24" :height="24" />
CSS background
.icon-locus-map-pro {
background-image: url('https://proicons.com/icon/328638.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M5.5,24h7.899v1.2966c-2.0479.8284-3.0365,3.1602-2.2081,5.2081.8284,2.0479,3.1602,3.0365,5.2081,2.2081,2.0479-.8284,3.0365-3.1602,2.2081-5.2081-.4065-1.0048-1.2033-1.8016-2.2081-2.2081v-1.2966h7.601"/><path class="b" d="M24,42.5v-7.899h1.2966c.8284,2.0479,3.1602,3.0365,5.2081,2.2081,2.0479-.8284,3.0365-3.1602,2.2081-5.2081-.8284-2.0479-3.1602-3.0365-5.2081-2.2081-1.0048.4065-1.8016,1.2033-2.2081,2.2081h-1.2966v-7.601"/><path class="b" d="M42.5,24h-7.899v-1.2966c2.0479-.8284,3.0365-3.1602,2.2081-5.2081-.8284-2.0479-3.1602-3.0365-5.2081-2.2081-2.0479.8284-3.0365,3.1602-2.2081,5.2081.4065,1.0048,1.2033,1.8016,2.2081,2.2081v1.2966h-7.601"/><path class="b" d="M24,5.5v7.899h-1.2966c-.8284-2.0479-3.1602-3.0365-5.2081-2.2081-2.0479.8284-3.0365,3.1602-2.2081,5.2081.8284,2.0479,3.1602,3.0365,5.2081,2.2081,1.0048-.4065,1.8016-1.2033,2.2081-2.2081h1.2966v7.601"/><rect class="b" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!