Victronconnect Alt Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Victronconnect Alt 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/334729.svg" alt="Victronconnect Alt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334729.svg" alt="Victronconnect Alt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334729.svg" alt="Victronconnect Alt icon" :width="24" :height="24" />
CSS background
.icon-victronconnect-alt {
background-image: url('https://proicons.com/icon/334729.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="M11.425,13.55c-3.05.0221-5.16,4.16-5.25,10.7"/><path class="a" d="M28.425,23.25c-.0452,7.66-1.87,11.2-5.36,11.2-5.09-.0857-5.5-6.42-5.55-10.2"/><path class="a" d="M15.925,13.55c-3.05.0221-5.16,4.16-5.25,10.7"/><path class="a" d="M23.825,32.45c-1.58-2.19-1.77-5.79-1.8-8.28"/><path class="a" d="M32.925,23.25c-.0452,7.66-1.87,11.2-5.36,11.2"/><path class="a" d="M20.325,13.55c-3.05.0221-5.16,4.16-5.25,10.7"/><path class="a" d="M26.325,24.25c-.0485-4.03-.765-6.92-2.07-8.66"/><path class="a" d="M37.225,23.25c-.0452,7.66-1.87,11.2-5.36,11.2"/><path class="a" d="M30.825,24.25c-.0859-7.13-2.27-10.7-6.09-10.7-3.05.0221-5.16,4.16-5.25,10.7"/><path class="a" d="M41.825,23.25c-.0452,7.66-1.87,11.2-5.36,11.2"/></svg>
Copied!