Diskdigger Pro Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Diskdigger Pro 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/324577.svg" alt="Diskdigger Pro icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324577.svg" alt="Diskdigger Pro icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324577.svg" alt="Diskdigger Pro icon" :width="24" :height="24" />
CSS background
.icon-diskdigger-pro {
background-image: url('https://proicons.com/icon/324577.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.g{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="c"><circle id="d" class="g" cx="29.4478" cy="17.6974" r="7.5679"/><line id="e" class="g" x1="34.7991" y1="23.0487" x2="35.6802" y2="23.9298"/><polygon id="f" class="g" points="35.6802 26.1333 41.2965 31.7496 43.5 29.5461 37.8837 23.9297 35.6802 23.9298 35.6802 26.1333"/></g><rect class="g" x="4.5" y="28.2069" width="29.828" height="9.6637" rx="1.8595" ry="1.8595"/><path class="g" d="m4.5,30.0664l2.7531-9.5048c.1955-.6751.8138-1.1397,1.5166-1.1397h21.2887c.7028,0,1.3211.4646,1.5166,1.1397l2.7531,9.5048"/><line class="g" x1="9.4847" y1="33.0387" x2="29.3433" y2="33.0387"/></svg>
Copied!