Uapp Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The 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/348989.svg" alt="Uapp icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348989.svg" alt="Uapp icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348989.svg" alt="Uapp icon" :width="24" :height="24" />
CSS background
.icon-uapp {
background-image: url('https://proicons.com/icon/348989.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="d" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.g{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect id="f" class="g" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><path class="g" d="M12.5566,16.4122v10.1487c0,2.7763,2.2506,5.0269,5.0269,5.0269s5.0269-2.2506,5.0269-5.0269v-10.1487"/><line class="g" x1="33.7782" y1="26.5608" x2="27.0547" y2="26.5608"/><polyline class="g" points="25.3896 31.5878 30.4165 16.4122 35.4434 31.5878"/><line class="g" x1="21.1105" y1="16.4122" x2="24.1105" y2="16.4122"/><line class="g" x1="11.0566" y1="16.4122" x2="14.0566" y2="16.4122"/><line class="g" x1="23.8896" y1="31.5878" x2="26.8896" y2="31.5878"/><line class="g" x1="33.9434" y1="31.5878" x2="36.9434" y2="31.5878"/></svg>
Copied!