Maprun Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Maprun 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/328864.svg" alt="Maprun icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328864.svg" alt="Maprun icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328864.svg" alt="Maprun icon" :width="24" :height="24" />
CSS background
.icon-maprun {
background-image: url('https://proicons.com/icon/328864.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="M22.3852,30.3379l-8.4595-10.0021v19.9816H5.5V7.8471h8.2925l15.2863,18.0839,5.0954-5.8614v20.2821h8.3258V7.6483h-8.2925l-8.1926,9.991"/><path class="b" d="M25.9814,13.276l.0333,4.3627h4.4294"/><circle class="b" cx="24.1495" cy="32.1039" r="1.6069"/></svg>
Copied!