Zeetle Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Zeetle 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/335562.svg" alt="Zeetle icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335562.svg" alt="Zeetle icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335562.svg" alt="Zeetle icon" :width="24" :height="24" />
CSS background
.icon-zeetle {
background-image: url('https://proicons.com/icon/335562.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>.f{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="f" x="5.4999" y="5.5" width="37" height="37" rx="4" ry="4"/><path class="f" d="M5.4991,31.47l4.0313-4.0313c.7835-.7835,2.045-.7835,2.8284,0h0l8.2024,8.2024c.7835.7835.7835,2.045,0,2.8284l-4.0313,4.0313"/><path class="f" d="M42.5009,16.53l-4.0313,4.0313c-.7835.7835-2.045.7835-2.8284,0l-8.2024-8.2024c-.7835-.7835-.7835-2.045,0-2.8284l4.0313-4.0313"/><path class="f" d="M16.2539,27.564l3.182,3.182"/><path class="f" d="M17.5389,25.079l3.182,3.182"/><path class="f" d="M18.9239,22.694l3.182,3.182"/><path class="f" d="M20.5089,20.509l3.182,3.182"/><path class="f" d="M22.6939,18.924l3.182,3.182"/><path class="f" d="M25.0789,17.539l3.182,3.182"/><path class="f" d="M27.5639,16.254l3.182,3.182"/></svg>
Copied!