Fdroidclassic Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Fdroidclassic 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/325756.svg" alt="Fdroidclassic icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325756.svg" alt="Fdroidclassic icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325756.svg" alt="Fdroidclassic icon" :width="24" :height="24" />
CSS background
.icon-fdroidclassic {
background-image: url('https://proicons.com/icon/325756.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.98" cy="15.94" r="3"/><circle class="a" cx="31" cy="15.94" r="3"/><rect class="a" x="10.34" y="9.17" width="27.32" height="12.99" rx="2.8"/><rect class="a" x="8.34" y="22.15" width="31.32" height="20.31" rx="3.03"/><path class="a" d="M10.34,15.94h-1a1,1,0,0,1-1-1V5.54"/><path class="a" d="M37.66,15.94h1a1,1,0,0,0,1-1V5.54"/><path class="a" d="M22.55,6h2.9a1,1,0,0,1,.95.7l.78,2.49H20.82l.78-2.49A1,1,0,0,1,22.55,6Z"/></svg>
Copied!