Freebox Connect Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Freebox 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/340801.svg" alt="Freebox Connect icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340801.svg" alt="Freebox Connect icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340801.svg" alt="Freebox Connect icon" :width="24" :height="24" />
CSS background
.icon-freebox-connect {
background-image: url('https://proicons.com/icon/340801.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>.i{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="e" class="i" d="M41.06501958,36.02581781c0,3.57559232-2.89858987,6.47418219-6.47418219,6.47418219s-6.47418219-2.89858987-6.47418219-6.47418219,2.89858987-6.47418219,6.47418219-6.47418219,6.47418219,2.89858987,6.47418219,6.47418219Z"/><path id="f" class="i" d="M37.0417792,37.24389018v.03052202c0,1.35361682-1.09732147,2.45094181-2.45093828,2.45094181h-.00000353c-1.35361682,0-2.45094181-1.09732147-2.45094181-2.45093828v-2.49718879c0-1.35361682,1.09732147-2.45094181,2.45093828-2.45094181h.00000353c1.35361682,0,2.45094181,1.09732147,2.45094181,2.45093828v.03052555"/><path id="g" class="i" d="M8.6009344,42.5l13.94634335-27.97166831c2.46952866-4.95505502,9.05127637-11.00990177,16.85178785-8.40039944"/><path id="h" class="i" d="M11.58736569,18.11864703h20.19315295"/></svg>
Copied!