Awista Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Awista 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/336827.svg" alt="Awista icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336827.svg" alt="Awista icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336827.svg" alt="Awista icon" :width="24" :height="24" />
CSS background
.icon-awista {
background-image: url('https://proicons.com/icon/336827.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="M43.5,22.0025S21.106,9.6685,4.5,35.4389c9.9912-9.3021,24.9435-13.1608,36.7951-7.7862l2.2049-5.6502Z"/><polyline class="c" points="14.8476 24.2111 14.8476 12.5611 35.5176 12.5611 35.5176 19.4511"/><polyline class="c" points="35.5176 25.7911 35.5176 33.2311 14.8476 33.2311 14.8476 28.5311"/><polyline class="c" points="18.7076 21.8911 18.7076 16.4211 31.6576 16.4211 31.6576 19.0711"/><polyline class="c" points="31.6576 25.2711 31.6576 29.3711 18.7076 29.3711 18.7076 27.0111"/></svg>
Copied!