Zona Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Zona 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/335638.svg" alt="Zona icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335638.svg" alt="Zona icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335638.svg" alt="Zona icon" :width="24" :height="24" />
CSS background
.icon-zona {
background-image: url('https://proicons.com/icon/335638.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="d" d="m9.8347,6.3689h29.1173c2.8734,0,4.2464,3.3211,3.2053,4.9836l-8.2153,13.1189c-.9097,1.4527-1.5848,2.5051-.3502,3.7444l7.3265,7.3541c2.1413,2.1494.8398,6.0589-1.6969,6.0611H8.7035c-1.3637.0012-4.3831-2.2827-2.7205-4.9566l11.3399-18.2372-8.4578-5.5493c-3.1628-2.0752-1.6804-6.5191.9697-6.5191Z"/></svg>
Copied!