Zengge Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Zengge 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/350132.svg" alt="Zengge icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/350132.svg" alt="Zengge icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/350132.svg" alt="Zengge icon" :width="24" :height="24" />
CSS background
.icon-zengge {
background-image: url('https://proicons.com/icon/350132.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="c" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><path class="c" d="M30.8979,19.2744c-1.5068-2.1952-4.0342-3.635-6.8979-3.635-4.6174,0-8.3606,3.7432-8.3606,8.3606s3.7432,8.3606,8.3606,8.3606,8.3606-3.7432,8.3606-8.3606h-8.3606"/><circle class="c" cx="24" cy="24" r="12.1893"/><line class="c" x1="15.38" y1="32.62" x2="6.67" y2="41.33"/><line class="c" x1="41.33" y1="6.67" x2="32.62" y2="15.38"/></svg>
Copied!