Fdroidforum Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Fdroidforum 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/340316.svg" alt="Fdroidforum icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340316.svg" alt="Fdroidforum icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340316.svg" alt="Fdroidforum icon" :width="24" :height="24" />
CSS background
.icon-fdroidforum {
background-image: url('https://proicons.com/icon/340316.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="16.99" cy="15.18" r="3.5"/><circle class="a" cx="31.01" cy="15.18" r="3.5"/><rect class="a" x="8.35" y="8.68" width="31.32" height="12.99" rx="2.8"/><line class="a" x1="5.5" y1="5.83" x2="9.16" y2="9.5"/><line class="a" x1="42.5" y1="5.85" x2="38.84" y2="9.52"/><path class="a" d="M38.883,41.979,22.99,37.3744l-11.841-.167a2.7939,2.7939,0,0,1-2.8-2.8V27.47a2.7939,2.7939,0,0,1,2.8-2.8h25.72a2.7939,2.7939,0,0,1,2.8,2.8v7.1047a2.7939,2.7939,0,0,1-2.8,2.8H35.164Z"/></svg>
Copied!