Udeapp Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Udeapp 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/334454.svg" alt="Udeapp icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334454.svg" alt="Udeapp icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334454.svg" alt="Udeapp icon" :width="24" :height="24" />
CSS background
.icon-udeapp {
background-image: url('https://proicons.com/icon/334454.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M24.6549,35.8918a3.8643,3.8643,0,0,1,3.7124,3.8857A3.7124,3.7124,0,0,1,24.6549,43.49M7.44,8.2125a3.7124,3.7124,0,1,1,7.4248,0v0l.0108,18.79h0a9.0379,9.0379,0,0,0,9.1851,8.8831,9.0379,9.0379,0,0,0,9.1851-8.8831h0l-.11-18.79a3.7124,3.7124,0,1,1,7.4248,0V26.94a16.56,16.56,0,0,1-33.12,0V8.2124"/></svg>
Copied!