Idle Miner Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Idle Miner 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/327314.svg" alt="Idle Miner icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327314.svg" alt="Idle Miner icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327314.svg" alt="Idle Miner icon" :width="24" :height="24" />
CSS background
.icon-idle-miner {
background-image: url('https://proicons.com/icon/327314.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><path class="b" d="M9.5,5.5h29c2.216,0,4,1.784,4,4v29c0,2.216-1.784,4-4,4H9.5c-2.216,0-4-1.784-4-4V9.5c0-2.216,1.784-4,4-4ZM25.35,27.473c1.499,2.188,2.783,4.655,3.884,7.477h0l7.827-13.498-1.128-11.236-8.926,1.715-7.828,8.905c1.078.8632,2.0982,1.7962,3.054,2.793M18.146,29.572c-.058.648,1.351,3.072,3.615,3.115M9.065,42.476l12.96-18.68h0l8.475-6.958-5.225,10.783-10.332,14.879"/></svg>
Copied!