Minekort Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Minekort 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/329313.svg" alt="Minekort icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329313.svg" alt="Minekort icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329313.svg" alt="Minekort icon" :width="24" :height="24" />
CSS background
.icon-minekort {
background-image: url('https://proicons.com/icon/329313.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,.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}.b{stroke-dasharray:2 2;}</style></defs><rect class="a" x="10.4318" y="24.3667" width="2.8615" height="2.778"/><rect class="a" x="10.4237" y="33.9799" width="2.8615" height="2.778"/><rect class="a" x="10.4561" y="15.3353" width="2.8615" height="2.778"/><path class="a" d="M41.4088,29.91V20.8865a2.76,2.76,0,0,0-2.76-2.76H8.5461a2.76,2.76,0,0,0-2.76,2.76V29.91"/><path class="a" d="M41.4088,37.02V29.91a2.76,2.76,0,0,0-2.76-2.76H8.5461a2.76,2.76,0,0,0-2.76,2.76v7.11"/><path class="a" d="M41.4088,20.8866v-9.22a2.76,2.76,0,0,0-2.76-2.76H8.5461a2.76,2.76,0,0,0-2.76,2.76v9.22"/><path class="b" d="M4.5,39.0937h39"/><path class="a" d="M20.7591,18.044a6.5292,6.5292,0,0,1,13.0584,0"/><polyline class="a" points="29.262 18.044 28.275 16.335 26.301 16.335 25.314 18.044"/><line class="a" x1="22.6571" y1="13.4416" x2="25.3143" y2="18.044"/><line class="a" x1="28.9585" y1="11.7321" x2="26.3013" y2="16.3345"/><line class="a" x1="28.2753" y1="16.3345" x2="33.5911" y2="16.3345"/><path class="a" d="M20.7591,27.1447a6.5292,6.5292,0,0,1,13.0584,0"/><polyline class="a" points="29.262 27.145 28.275 25.435 26.301 25.435 25.314 27.145"/><line class="a" x1="22.6571" y1="22.5423" x2="25.3143" y2="27.1447"/><line class="a" x1="28.9585" y1="20.8328" x2="26.3013" y2="25.4352"/><line class="a" x1="28.2753" y1="25.4352" x2="33.5911" y2="25.4352"/><path class="a" d="M20.7591,36.2454a6.5292,6.5292,0,0,1,13.0584,0"/><polyline class="a" points="29.262 36.245 28.275 34.536 26.301 34.536 25.314 36.245"/><line class="a" x1="22.6571" y1="31.643" x2="25.3143" y2="36.2454"/><line class="a" x1="28.9585" y1="29.9335" x2="26.3013" y2="34.5359"/><line class="a" x1="28.2753" y1="34.5359" x2="33.5911" y2="34.5359"/></svg>
Copied!