Maxi Zoo Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Maxi Zoo 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/328945.svg" alt="Maxi Zoo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328945.svg" alt="Maxi Zoo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328945.svg" alt="Maxi Zoo icon" :width="24" :height="24" />
CSS background
.icon-maxi-zoo {
background-image: url('https://proicons.com/icon/328945.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>.f{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="f" d="M24.9114,35.8888c1.1264,2.8326,7.2862,2.3741,8.0569.7063.3023-.6542.6888-1.6516-.1353-2.8795s-2.3536-.5081-2.9152-.0435c-.5147.4258-.6197.9766-2.0085,1.2042-.8916.1461-1.6199.0115-2.1983-.161,0,0-.237.5367-.7995,1.1736Z"/><path id="c" class="f" d="M24.9114,35.8888c-2.2279,3.2488-7.1595,4.4598-10.2596,4.0428s-3.9172-1.1652-4.9718-1.99c-.8977-.702-2.6067-1.8946-2.1122-4.0395s1.796-3.7314,3.6214-2.9001c1.0798.4917,2.5185,1.6554,3.3205,2.2596.9684.7296,2.8941,2.0808,4.8364-.3651,1.8135-2.2837,2.0515-4.0583,2.0515-4.0583-1.3628-.2951-2.7056-.7991-3.8202-2.0452-2.2057-2.4659-1.0201-4.5237,4.4581-5.7563,5.0379-1.1335,7.2158-.5412,7.4192,1.2644.3307,2.9354-.7954,4.6865-2.0547,5.5099,0,0,.4004,1.4888,2.8903,3.0069,2.6667,1.6259,4.0184-.3,4.6655-1.3254.5359-.8491,1.4527-2.4756,2.3374-3.2662s2.9061-1.1436,4.3995,1.4732c1.091,1.9118.0024,3.5463-.5894,4.5201-.6965,1.1462-4.3189,5.402-8.1349,4.3754"/><path id="d" class="f" d="M14.2165,14.2705c-2.0992-2.7152-6.8888-2.5622-8.1833.8595-1.0409,4.2756,5.2128,6.2665,8.1834,4.2879,1.7435-1.1613,1.4568-3.8989-.0002-5.1475v.0002Z"/><path id="e" class="f" d="M30.1767,16.303c3.4343.1822,6.4702-3.6141,4.6459-6.8085-2.5816-3.5313-8.0984-.0201-8.5491,3.5218-.1595,2.0466,2.0053,3.5686,3.9032,3.2867Z"/></svg>
Copied!