Zetteria Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Zetteria 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/350144.svg" alt="Zetteria icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/350144.svg" alt="Zetteria icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/350144.svg" alt="Zetteria icon" :width="24" :height="24" />
CSS background
.icon-zetteria {
background-image: url('https://proicons.com/icon/350144.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>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="d" cx="24" cy="24" r="21.5"/><path class="d" d="m5.4667 13.102c11.628 6.7136 33.124 4.8806 38.68 3.3917-7.2997 7.2997-31.306 14.273-40.554 14.273 7.347 7.347 27.791 8.4839 40.367 1.2231"/><path class="d" d="m16.915 6.6284 1.0908-.43873"/><path class="d" d="m21.952 3.8573 1.0666-.31553"/><path class="d" d="m31.11 5.3654 1.0666-.31553"/><path class="d" d="m25.932 8.1932.98692-.35358"/><path class="d" d="m35.028 9.87 1.0335-.31488"/></svg>
Copied!