Mazemap Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mazemap 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/328953.svg" alt="Mazemap icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328953.svg" alt="Mazemap icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328953.svg" alt="Mazemap icon" :width="24" :height="24" />
CSS background
.icon-mazemap {
background-image: url('https://proicons.com/icon/328953.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.9787,36.5492l5.2446-2.7104v5.6854l-5.1542,2.9758-.0904-5.9508Z"/><path class="b" d="M29.2227,33.838l-12.2986-5.9478.1558-8.6012,7.1054,3.5527,12.4028-6.3263v19.1342l-11.936-5.703v-5.7498l5.2085-2.5783,1.7078.9145v5.1895l-6.9163-3.5258"/><path class="b" d="M31.5693,22.5335l-.0361-3.4395"/><path class="b" d="M24.0691,42.4992l-17.7413-8.9586V8.3427l5.6193-2.8427,12.1635,6.082,12.1582-5.9663,5.4044,2.6389v24.7906l-5.0841,2.6053"/><path class="b" d="M6.3267,8.3425l17.7966,8.7341,17.5499-8.8223"/><path class="b" d="M24.1233,17.0769l.0623,5.7653"/><path class="b" d="M23.9787,36.5492l-12.3826-6.1028.0935-13.9923,5.3914,2.8359"/></svg>
Copied!