Winzo Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Winzo 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/335197.svg" alt="Winzo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335197.svg" alt="Winzo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335197.svg" alt="Winzo icon" :width="24" :height="24" />
CSS background
.icon-winzo {
background-image: url('https://proicons.com/icon/335197.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>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M22.2623,18.2911l6.7363,6.1693-7.9411,4.4675M42.2931,23.9985c-1.5128,10.1038-10.9294,18.2956-21.0325,18.297h-.0012c-10.103.0007-17.0662-8.1894-15.5527-18.2932.0001-.0009.0003-.0019.0004-.0028C7.221,13.8959,16.638,5.705,26.7408,5.7045c10.103-.0006,17.0661,8.1896,15.5526,18.2933,0,.0006-.0002.0011-.0003.0017"/></svg>
Copied!