Wu App Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Wu App 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/335296.svg" alt="Wu App icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335296.svg" alt="Wu App icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335296.svg" alt="Wu App icon" :width="24" :height="24" />
CSS background
.icon-wu-app {
background-image: url('https://proicons.com/icon/335296.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>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="d" d="m5.5,21.6443h2.6782c1.9759-.0047,3.5814,1.5932,3.5862,3.5691,0,.0057,0,.0114,0,.0171v7.2928h4.089v-11.636c0-4.0093,4.4343-7.1059,6.1088-9.7889.8937-1.3111,1.0929-2.3642,1.2523-3.8527.1584,1.4895.3728,2.5426,1.2665,3.8518,1.6745,2.683,6.1097,5.7805,6.1097,9.7898v.7571h8.3231c1.9759-.0047,3.5814,1.5932,3.5862,3.5691,0,.0057,0,.0114,0,.0171v15.5239m-7.0651-4.0548c-.851,0-1.5369-.6859-1.5369-1.5369v-1.2732c0-.851.6859-1.5369,1.5369-1.5369h3.7721v8.4018m-16.6766-.721h3.5767c2.5444.0042,4.6104-2.055,4.6146-4.5994,0-.0035,0-.007,0-.0104-.0016,2.5449,2.0602,4.6092,4.6051,4.6108.0035,0,.007,0,.0104,0m-4.6155-6.2502c-.0021-2.5444,2.0588-4.6087,4.6032-4.6108.0041,0,.0082,0,.0123,0h4.0956v-2.9505c0-.8519-.685-1.5369-1.5369-1.5369h-7.179v10.7366m-11.6901-12.9557v-2.2902c0-1.1897,2.5141-4.1772,4.1876-5.8934,1.6726,1.7172,4.1867,4.7037,4.1867,5.8934v14.9527c0,.8519-.7428,1.5369-1.5938,1.5369h-3.1744m-3.6051-11.9823v16.0703m-7.2795,0v-5.0016h4.237v5.0016m-10.4852-5.0016h3.0653v5.0016m-3.0653-15.8872h1.5274c.8519,0,1.5369.685,1.5369,1.5369l.0009,6.1192h-3.0653"/></svg>
Copied!