Edion Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Edion 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/339527.svg" alt="Edion icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339527.svg" alt="Edion icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339527.svg" alt="Edion icon" :width="24" :height="24" />
CSS background
.icon-edion {
background-image: url('https://proicons.com/icon/339527.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="d" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><path class="d" d="m35.116 15.698a4.7682 4.7682 0 012.2216 5.3635 4.7682 4.7682 0 01-4.6057 3.5341 4.7682 4.7682 0 01-4.6057-3.5341 4.7682 4.7682 0 012.2216-5.3635"/><line class="d" x1="32.732" x2="32.732" y1="10.291" y2="19.828"/><path class="d" d="m29.573 37.709v-9.5364l6.3179 9.5364v-9.5364"/><line class="d" x1="10.5" x2="13.599" y1="15.06" y2="15.06"/><path class="d" d="m15.268 19.828h-4.7682v-9.5364h4.7682"/><path class="d" d="m18.844 19.828v-9.5364h2.1457c2.3042 0 4.1722 1.8679 4.1722 4.1722v1.1921c0 2.3042-1.8679 4.1722-4.1722 4.1722z"/></svg>
Copied!