Fdroid Alt Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Fdroid Alt 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/325752.svg" alt="Fdroid Alt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325752.svg" alt="Fdroid Alt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325752.svg" alt="Fdroid Alt icon" :width="24" :height="24" />
CSS background
.icon-fdroid-alt {
background-image: url('https://proicons.com/icon/325752.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="16.9923" cy="15.1769" r="3.5028"/><circle class="a" cx="31.0077" cy="15.1769" r="3.5028"/><rect class="a" x="8.3513" y="8.6829" width="31.3154" height="12.9881" rx="2.8"/><line class="a" x1="5.5" y1="5.8342" x2="9.1632" y2="9.4974"/><rect class="a" x="8.3513" y="24.671" width="31.3154" height="17.308" rx="2.8"/><line class="a" x1="42.5" y1="5.854" x2="38.8368" y2="9.5172"/><circle class="a" cx="24.009" cy="33.325" r="5.75"/><path class="a" d="M21.45,35.1212a3.136,3.136,0,1,0-.1711-3.3193"/></svg>
Copied!