Mapsme Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mapsme icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/328869.svg" alt="Mapsme icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328869.svg" alt="Mapsme icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328869.svg" alt="Mapsme icon" :width="24" :height="24" />
CSS background
.icon-mapsme {
background-image: url('https://proicons.com/icon/328869.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="M36.66,22.15l4.39-4.3L43.5,31.21M32.74,10.8l2-.34a4.77,4.77,0,0,1,5.59,3.78l.73,3.61M20.21,23l7.65-7.58L43.5,31.21m-21.35,0a1.9,1.9,0,0,1-1.06.83h0a1.7,1.7,0,0,1-.75-3.32h0a1.7,1.7,0,0,1,2,1.21,1.84,1.84,0,0,1-.15,1.28Zm-5-17.42L15,14.18C14.34,9.83,16.11,8,18.8,7.51h0L22,6.89c2.69-.5,5.36.85,6.08,4.8l-2.3.44M12,14.79l20.76-4M8.36,15.43,12,14.79l15.91,16-6.63,6.59L4.51,20.38a4.75,4.75,0,0,1,3.85-4.95ZM7.42,35.8,4.51,20.38M23.16,39.27l-9.85,1.84a4.81,4.81,0,0,1-5.59-3.78l-.3-1.53,6.21-6.19m14.26,1.13,6.27,6.33-7.65,1.47-3.35.73-1.9-1.94M43.5,31.21A4.68,4.68,0,0,1,39.69,36h0l-5.5,1.1-6.27-6.33,8.77-8.59"/><line class="cls-1" x1="20.21" y1="23.01" x2="13.63" y2="29.61"/><line class="cls-1" x1="13.36" y1="16.17" x2="6.84" y2="22.7"/><line class="cls-1" x1="27.86" y1="15.43" x2="24.78" y2="12.33"/></svg>
Copied!