Magiconnect Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Magiconnect 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/328794.svg" alt="Magiconnect icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328794.svg" alt="Magiconnect icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328794.svg" alt="Magiconnect icon" :width="24" :height="24" />
CSS background
.icon-magiconnect {
background-image: url('https://proicons.com/icon/328794.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M9.32,17.42v-4.798c-.0039-1.8242,1.4718-3.3061,3.296-3.31.005,0,.01,0,.015,0h29.865v19.454c.0039,1.8242-1.4718,3.3061-3.296,3.31-.0047,0-.0093,0-.014,0h-21.774"/><path class="c" d="M23.977,17.354l5.583,3.34-5.583,3.34v-6.68ZM7.16,17.42h8.596c.917,0,1.655.739,1.655,1.656v17.957c0,.917-.738,1.655-1.655,1.655H7.159c-.9113.0028-1.6522-.7337-1.655-1.645,0-.0033,0-.0067,0-.01v-17.957c0-.917.738-1.656,1.655-1.656"/><path class="c" d="M7.233,20.133h8.45v14.65H7.233v-14.65ZM20.924,35.957h9.97"/></svg>
Copied!