Freifunk Auto Connect Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Freifunk Auto 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/340827.svg" alt="Freifunk Auto Connect icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340827.svg" alt="Freifunk Auto Connect icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340827.svg" alt="Freifunk Auto Connect icon" :width="24" :height="24" />
CSS background
.icon-freifunk-auto-connect {
background-image: url('https://proicons.com/icon/340827.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M30.0243,22.0646l-3.4816,3.4816,3.59,3.6978m-3.59-3.6978,9.1364.0541"/><path class="a" d="M23.5585,28.015a8.6938,8.6938,0,1,1,.0036-.036"/><path class="a" d="M40.7,23.1711a9.9943,9.9943,0,1,1,0-.0433"/><path class="a" d="M43.4964,23.33A12.1214,12.1214,0,1,1,43.5,23.272"/><path class="a" d="M11.8524,23.4558l2.303,2.2994-2.3715,2.44m2.3715-2.44-6.0369.0361"/></svg>
Copied!