Fedilab Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Fedilab 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/340322.svg" alt="Fedilab icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340322.svg" alt="Fedilab icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340322.svg" alt="Fedilab icon" :width="24" :height="24" />
CSS background
.icon-fedilab {
background-image: url('https://proicons.com/icon/340322.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><circle class="a" cx="27.3" cy="19.78" r="15.07"/><circle class="a" cx="27.3" cy="27.61" r="3.74"/><circle class="a" cx="36.3" cy="17.54" r="3.74"/><circle class="a" cx="24.17" cy="16.54" r="5.07"/><circle class="a" cx="11.42" cy="37.49" r="5.8"/><line class="a" x1="40.01" y1="17.98" x2="42.28" y2="18.13"/><line class="a" x1="29.24" y1="16.89" x2="32.56" y2="17.27"/><line class="a" x1="21.51" y1="20.85" x2="14.58" y2="32.63"/><line class="a" x1="17.82" y1="27.12" x2="23.57" y2="27.41"/></svg>
Copied!