Edo App Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Edo 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/324970.svg" alt="Edo App icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324970.svg" alt="Edo App icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324970.svg" alt="Edo App icon" :width="24" :height="24" />
CSS background
.icon-edo-app {
background-image: url('https://proicons.com/icon/324970.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" xml:space="preserve" viewBox="0 0 48 48"><path d="M10.15 23.648v-7.466c0-4.734 2.38-8.891 6.014-11.346M18.478 44.42a13.65 13.65 0 0 1-8.327-12.602V27.72M33.47 41.868a13.64 13.64 0 0 1-9.303 3.632h-.334q-.582 0-1.152-.047M37.85 23.376v8.442c0 2.423-.624 4.695-1.72 6.665M31.85 4.846a13.65 13.65 0 0 1 6 11.336v3.002M19.916 3.064a13.8 13.8 0 0 1 3.917-.564h.334c1.339 0 2.631.19 3.852.545M27.717 40.666a9.6 9.6 0 0 1-3.598.694h-.238a9.555 9.555 0 0 1-9.537-8.688M33.696 27.847v3.935a9.55 9.55 0 0 1-2.573 6.545M33.696 18.384v5.355M27.88 7.402a9.56 9.56 0 0 1 5.62 6.874M14.333 15.457A9.554 9.554 0 0 1 23.75 6.64M14.304 28.53v-8.902M20.171 35.684a5.67 5.67 0 0 1-1.763-4.132v-7.868M29.592 23.684v3.634M24 10.78a5.592 5.592 0 0 1 3.581 9.886M24 37.257V21.963a5.592 5.592 0 0 1-3.711-9.775M27.881 30.57h-3.535M27.881 34.756h-3.535" style="fill:none;stroke:#000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"/></svg>
Copied!