Maps 2 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Maps 2 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/328866.svg" alt="Maps 2 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328866.svg" alt="Maps 2 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328866.svg" alt="Maps 2 icon" :width="24" :height="24" />
CSS background
.icon-maps-2 {
background-image: url('https://proicons.com/icon/328866.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="m23.1424,39.9307l-12.7518,2.7992c-1.5818.3472-2.8989-1.2314-2.2739-2.7254L22.155,6.4497c.6851-1.6375,3.005-1.6375,3.6901,0l14.0382,33.5548c.6251,1.494-.692,3.0726-2.2739,2.7254l-12.7518-2.7992c-.565-.124-1.1502-.124-1.7153,0Z"/></svg>
Copied!