Victronconnect Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Victronconnect 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/349287.svg" alt="Victronconnect icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349287.svg" alt="Victronconnect icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349287.svg" alt="Victronconnect icon" :width="24" :height="24" />
CSS background
.icon-victronconnect {
background-image: url('https://proicons.com/icon/349287.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,.b{fill:none;stroke:#fff;}.a{stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M27.8006,28.4143A11.65,11.65,0,1,1,13.1058,17.17"/><path class="a" d="M20.2624,18.3811A11.6493,11.6493,0,1,1,35.8147,30.5385"/><path class="b" d="M15.1526,11.8356l19.614,25.7391"/><path class="b" d="M14.7649,27.3186,22.0043,21.51"/><circle class="a" cx="12.8712" cy="28.6859" r="2.288"/></svg>
Copied!