Mapy Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mapy 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/328871.svg" alt="Mapy icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328871.svg" alt="Mapy icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328871.svg" alt="Mapy icon" :width="24" :height="24" />
CSS background
.icon-mapy {
background-image: url('https://proicons.com/icon/328871.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" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="path863" class="cls-1" d="M5.88,42.05c5.91-13.85,9.24-22.24,7.82-33-.77-5.81,3.94-5.36,6.09-2.68,2.71,3.38,6.63,12.85,7.71,15.14a94.28,94.28,0,0,0,9.9-11.12c2.28-3,5,1.85,4.91,4.34l-.42,20.72C41.81,39.32,40.32,40,39.26,40c-1.75,0-2.69-1.13-3-4-.56-4.62-.1-14.9-.1-14.9L27.33,29c-3.39,3-5.19-6.32-7.79-9.49-1.8,7.71-3.33,16-6.75,21.07C12.06,41.65,4.37,45.6,5.88,42.05Z"/></svg>
Copied!