Wester Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Wester 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/349652.svg" alt="Wester icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349652.svg" alt="Wester icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349652.svg" alt="Wester icon" :width="24" :height="24" />
CSS background
.icon-wester {
background-image: url('https://proicons.com/icon/349652.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="b" x="5.5" y="5.499" width="37" height="37" rx="4" ry="4"/><path class="b" d="M19.719,19.75c.964-5.6197,3.9552-10.6969,8.4131-14.28"/><path class="b" d="M28.938,42.53c-4.7169-3.4669-7.9635-8.5597-9.1046-14.282"/><path class="b" d="M12.154,5.499l27.202,18.5-27.202,18.5"/><path class="b" d="M29.449,25.939v-3.8801h1.3942c.7882,0,1.4272.5834,1.4272,1.3031s-.639,1.3031-1.4272,1.3031h-1.3942"/><line class="b" x1="30.843" y1="24.665" x2="32.237" y2="25.938"/><path class="b" d="M21.697,22.059h2.822"/><path class="b" d="M23.108,25.939v-3.88"/><path class="b" d="M8.2909,22.059l1.0647,3.8801,1.0647-3.8801,1.0647,3.8801,1.0647-3.8801"/><path class="b" d="M17.562,25.514c.2612.3098.5886.4251,1.0442.4251h.6305c.5868,0,1.0624-.4333,1.0624-.9679v-.0041c0-.5346-.4757-.968-1.0624-.968h-.6955c-.5874,0-1.0635-.4338-1.0635-.9689,0-.5363.4772-.9711,1.0659-.9711h.6271c.4556,0,.783.1154,1.0442.4251"/><path class="b" d="M13.949,23.999h1.388"/><path class="b" d="M16.074,22.059h-2.1294v3.8801h2.1294"/><path class="b" d="M25.921,23.999h1.388"/><path class="b" d="M28.046,22.059h-2.1294v3.8801h2.1294"/></svg>
Copied!