Edifier Connect Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Edifier Connect 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/324967.svg" alt="Edifier Connect icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324967.svg" alt="Edifier Connect icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324967.svg" alt="Edifier Connect icon" :width="24" :height="24" />
CSS background
.icon-edifier-connect {
background-image: url('https://proicons.com/icon/324967.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>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m10.9094,26.9402L21.2068,6.9891c1.9308-4.5051,8.3666-2.5743,5.7923,3.2179l-11.5845,22.5255c-3.8615,8.3666-7.0794,0-4.5051-5.7923Z"/><path class="b" d="m32.1477,22.1133l-9.0102,17.6986c-3.8615,7.0794-8.3666,2.5743-6.4358-1.9308l9.6538-18.664c1.2872-2.5743,7.0794-1.2872,5.7923,2.8961Z"/><path class="b" d="m26.3555,41.0991l3.8615-7.0794c1.1585-2.1496,2.3169-4.2863,3.8615-4.5051s3.4754,1.506,3.8615,3.2179-.7723,3.4367-1.9308,5.1487c-1.2872,1.9308-2.5743,2.5743-2.5743,2.5743-2.5743,1.9308-9.0102,3.8615-7.0794.6436"/></svg>
Copied!