Skru Uapp Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Skru Uapp 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/332847.svg" alt="Skru Uapp icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332847.svg" alt="Skru Uapp icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332847.svg" alt="Skru Uapp icon" :width="24" :height="24" />
CSS background
.icon-skru-uapp {
background-image: url('https://proicons.com/icon/332847.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="m42.722,12.3716v22.5577c0,1.5236-1.2267,2.8329-2.7513,2.8329h-.3482c-1.5236,0-2.7513-1.3092-2.7513-2.8329V12.3716m-7.1846,11.4368l.166-.5664-5.0396-15.6425-5.0415,15.6434,5.0405,17.1576.5341-1.8177m5.0889-12.5781c-.2215.0556-.449.0836-.6774.0835h-2.7551m-.0569,11.6749l.0209-15.9982m1.8472-9.3933h.944c1.5246,0,2.7513,1.2552,2.7513,2.7797v8.1846c0,1.2903-.8795,2.367-2.0739,2.6678l2.5663,11.7584m-16.8872-14.5211v14.522m0-25.3915v10.8685h3.7009m-14.0932,7.6476v4.126c-.0021,1.5163,1.2254,2.7473,2.7418,2.7494.0032,0,.0063,0,.0095,0h.3994c1.5153.0042,2.7471-1.2208,2.7513-2.7361,0-.0051,0-.0101,0-.0152v-4.125m0-11.6379v-4.1269c.0037-1.5148-1.2213-2.7457-2.7361-2.7494-.0051,0-.0101,0-.0152,0h-.3994c-1.5158-.0037-2.7476,1.2222-2.7513,2.738,0,.0044,0,.0089,0,.0133v4.125l5.901,11.6379"/></svg>
Copied!