Zendure Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Zendure 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/350131.svg" alt="Zendure icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/350131.svg" alt="Zendure icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/350131.svg" alt="Zendure icon" :width="24" :height="24" />
CSS background
.icon-zendure {
background-image: url('https://proicons.com/icon/350131.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>.k,.l{fill:none;stroke:#fff;}.l{stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle id="f" class="k" cx="33.7573" cy="24" r="9.7427"/><circle id="g" class="k" cx="14.2427" cy="24" r="9.7427"/><line id="h" class="l" x1="11.4282" y1="24" x2="17.0573" y2="24"/><line id="i" class="l" x1="14.2427" y1="21.1854" x2="14.2427" y2="26.8146"/><line id="j" class="l" x1="31.0698" y1="24" x2="36.6989" y2="24"/></svg>
Copied!