Fdroidbuildstatus Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Fdroidbuildstatus 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/340314.svg" alt="Fdroidbuildstatus icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340314.svg" alt="Fdroidbuildstatus icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340314.svg" alt="Fdroidbuildstatus icon" :width="24" :height="24" />
CSS background
.icon-fdroidbuildstatus {
background-image: url('https://proicons.com/icon/340314.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><polyline class="a" points="18.6 33.52 21.5 35.89 25 34.56 25.6 30.86 22.7 28.49"/><line class="a" x1="29.4" y1="38.16" x2="25" y2="34.56"/><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"/><rect class="a" x="8.35" y="24.67" width="31.32" height="17.31" rx="2.8"/><line class="a" x1="42.5" y1="5.85" x2="38.84" y2="9.52"/></svg>
Copied!