Mapassist Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mapassist 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/343417.svg" alt="Mapassist icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343417.svg" alt="Mapassist icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343417.svg" alt="Mapassist icon" :width="24" :height="24" />
CSS background
.icon-mapassist {
background-image: url('https://proicons.com/icon/343417.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a,.b{fill:none;stroke:#fff;}.a{stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M17.13,18.75a8.06,8.06,0,0,1-2.3-9,8.14,8.14,0,0,1,15.3.1,8.31,8.31,0,0,1-2.5,9"/><path class="b" d="M13.53,32.25l6.5,1.4V13a2.36,2.36,0,1,1,4.7,0v11.6h2.4l9.5,4.8a2.53,2.53,0,0,1,.9,2.2L36,41.85a2.74,2.74,0,0,1-1.9,1.7H20.93a2.06,2.06,0,0,1-1.8-1l-8.7-8.7,1.1-1.1C11.93,32.05,12.63,32.15,13.53,32.25Z"/></svg>
Copied!