Servicewa Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Servicewa 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/347163.svg" alt="Servicewa icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347163.svg" alt="Servicewa icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347163.svg" alt="Servicewa icon" :width="24" :height="24" />
CSS background
.icon-servicewa {
background-image: url('https://proicons.com/icon/347163.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><g><g><line class="c" x1="31.0414" y1="27.5044" x2="27.388" y2="27.5044"/><polyline class="c" points="26.4773 30.2998 29.2178 21.8925 31.9584 30.3251"/></g><polyline class="c" points="24.4745 21.8925 22.3664 30.3251 20.2583 21.8925 18.1501 30.3251 16.042 21.8925"/></g><path class="c" d="m36.9125,35.4531V9.4524l-4.919-4.9524-8.6083,11.1426-12.2978,4.9524,1.2298,8.6668,3.0743,8.0477-1.8446,4.3334,7.3785,1.8572.5267-1.2381,15.4605-6.8088Z"/></svg>
Copied!