Diskdigger Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Diskdigger 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/324576.svg" alt="Diskdigger icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324576.svg" alt="Diskdigger icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324576.svg" alt="Diskdigger icon" :width="24" :height="24" />
CSS background
.icon-diskdigger {
background-image: url('https://proicons.com/icon/324576.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="b" x="5.5" y="31.8311" width="28.9774" height="7.6391" rx="1.0148" ry="1.0148"/><line class="b" x1="34.2644" y1="32.2532" x2="32.2146" y2="26.1444"/><path class="b" d="M31.2709,23.3436l-.0406-.1522-1.6135-4.7998c-.1218-.3856-.4871-.6393-.893-.6393H11.2599c-.416,0-.7712.2537-.9031.6393l-4.6577,13.8514"/><line class="b" x1="6.8084" y1="28.9526" x2="33.1452" y2="28.9526"/><line class="b" x1="30.3804" y1="34.8612" x2="9.981" y2="34.8612"/><circle class="b" cx="25.3873" cy="17.0224" r="8.4926"/><circle class="b" cx="40.5025" cy="31.6022" r="1.9975"/><path class="b" d="M39.09,33.0147l-7.4213-7.4213c-.7801-.7801-.7801-2.0448,0-2.8249s2.0448-.7801,2.8249,0l7.4213,7.4213"/></svg>
Copied!