Wezone Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Wezone 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/349663.svg" alt="Wezone icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349663.svg" alt="Wezone icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349663.svg" alt="Wezone icon" :width="24" :height="24" />
CSS background
.icon-wezone {
background-image: url('https://proicons.com/icon/349663.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><path class="c" d="m4.5,34.2654v-13.4688c0-1.2625.2814-2.5092.8236-3.6494h0c.7517-1.5806,1.9733-2.8905,3.4976-3.7506l3.1299-1.766c2.2378-1.2626,4.9756-1.2511,7.2027.0304l7.0621,4.0637c4.1495,2.3877,4.2039,8.3559.0986,10.8188l-17.2133,10.3272c-2.025,1.2149-4.6013-.2438-4.6013-2.6053Z"/><line class="c" x1="12.7197" y1="25.1199" x2="12.7197" y2="18.1179"/><line class="c" x1="9.2187" y1="21.6189" x2="16.2207" y2="21.6189"/><path class="c" d="m43.5,34.2654v-13.4688c0-1.2625-.2814-2.5092-.8236-3.6494h0c-.7517-1.5806-1.9733-2.8905-3.4976-3.7506l-3.1299-1.766c-2.2378-1.2626-4.9756-1.2511-7.2027.0304l-7.0621,4.0637c-4.1495,2.3877-4.2039,8.3559-.0986,10.8188l17.2133,10.3272c2.025,1.2149,4.6013-.2438,4.6013-2.6053Z"/><circle class="c" cx="35.2803" cy="21.6189" r="3.501"/></svg>
Copied!