Maps Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Maps 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/343424.svg" alt="Maps icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343424.svg" alt="Maps icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343424.svg" alt="Maps icon" :width="24" :height="24" />
CSS background
.icon-maps {
background-image: url('https://proicons.com/icon/343424.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M35.5552,6.5664h2.9447c2.216,0,4,1.784,4,4v29c0,2.216-1.784,4-4,4H9.4998c-2.216,0-4-1.784-4-4V10.5664c0-2.216,1.784-4,4-4h14.021"/><path class="b" d="M29.5382,4.4336c-5.2767.0001-9.5542,4.2777-9.5542,9.5544,0,7.4771,7.3137,16.49,9.2073,18.699.207.2424.5714.271.8138.064.0244-.0209.0471-.0438.0677-.0684,1.8615-2.2158,9.02-11.222,9.02-18.694,0-5.2767-4.2775-9.5543-9.5542-9.5544h-.0004v-.0006ZM29.5382,17.5585c-1.9721,0-3.5708-1.5987-3.5708-3.5708,0-1.9721,1.5987-3.5708,3.5708-3.5708,1.9721,0,3.5708,1.5987,3.5708,3.5708h0c0,1.9722-1.5987,3.5708-3.5708,3.5708Z"/><line class="b" x1="34.7902" y1="26.1245" x2="42.5002" y2="24.9365"/><line class="b" x1="5.5002" y1="30.6385" x2="25.3202" y2="27.5835"/><line class="b" x1="17.9082" y1="28.7264" x2="14.1682" y2="6.5664"/></svg>
Maps in other icon packs
Copied!