Minecraft Compass Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Minecraft Compass 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/329303.svg" alt="Minecraft Compass icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329303.svg" alt="Minecraft Compass icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329303.svg" alt="Minecraft Compass icon" :width="24" :height="24" />
CSS background
.icon-minecraft-compass {
background-image: url('https://proicons.com/icon/329303.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>.f{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="f" d="M39.85705566,16.0715332v-2.64294434h-2.64282227v-2.64294434h-5.28564453v-2.64282227h-15.85717773v2.64282227h-5.28564453v2.64294434h-2.64282227v2.64294434h-2.64294434v15.85705566h2.64294434v2.64294434h2.64282227v2.64282227h5.28564453v2.64282227h15.85717773v-2.64282227h5.28564453v-2.64282227h2.64282227v-2.64294434h2.64294434v-15.85705566h-2.64294434Z"/><polyline class="f" points="8.14379883 24 8.14379883 26.64282227 10.78649902 26.64282227 10.78649902 29.28564453 13.42932129 29.28564453 16.07214355 29.28564453 16.07214355 31.92871094 18.71496582 31.92871094 21.35766602 31.92871094 24.00036621 31.92871094 26.64318848 31.92871094 29.28601074 31.92871094 31.92883301 31.92871094 31.92883301 29.28564453 34.5715332 29.28564453 37.2142334 29.28564453 37.2142334 26.64282227 39.85705566 26.64282227 39.85705566 24"/><polygon class="f" points="29.5369873 15.92492676 29.5369873 18.31640625 26.89416504 18.31640625 26.89416504 20.70788574 24.25134277 20.70788574 24.25134277 23.09936523 29.5369873 23.09936523 29.5369873 20.70788574 32.17993164 20.70788574 32.17993164 18.31640625 34.82287598 18.31640625 34.82287598 15.92492676 29.5369873 15.92492676"/><rect class="f" x="20.41275524" y="22.15503664" width="5.28571429" height="2.3914965" transform="translate(-.29517251 46.40639728) rotate(-90)"/></svg>
Copied!