Freifunk Karte Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Freifunk Karte 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/326269.svg" alt="Freifunk Karte icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326269.svg" alt="Freifunk Karte icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326269.svg" alt="Freifunk Karte icon" :width="24" :height="24" />
CSS background
.icon-freifunk-karte {
background-image: url('https://proicons.com/icon/326269.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><circle class="a" cx="29.7412" cy="24" r="13.7588"/><circle class="a" cx="13.4269" cy="28.2185" r="8.9269"/><polyline class="a" points="28.967 29.366 25.981 26.379 28.967 23.393"/><line class="a" x1="25.9807" y1="26.3795" x2="34.7153" y2="26.3795"/><polyline class="a" points="11.049 24.393 13.015 26.359 11.049 28.324"/><line class="a" x1="13.0146" y1="26.3587" x2="8.3732" y2="26.3587"/></svg>
Copied!