Minecraft Crafting Table Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Minecraft Crafting Table 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/329304.svg" alt="Minecraft Crafting Table icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329304.svg" alt="Minecraft Crafting Table icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329304.svg" alt="Minecraft Crafting Table icon" :width="24" :height="24" />
CSS background
.icon-minecraft-crafting-table {
background-image: url('https://proicons.com/icon/329304.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><polygon class="f" points="24 45 5.75649977 34.46709824 5.75649977 13.53289986 24 24.06570053 24 45"/><polygon class="f" points="24 24.06570053 5.75649977 13.53289986 24 3 42.24349976 13.53289986 24 24.06570053"/><polygon class="f" points="42.24349976 34.46709824 24 45 24 24.06570053 42.24349976 13.53289986 42.24349976 34.46709824"/><polygon class="f" points="23.99999989 19.28649492 14.03435764 13.53287735 23.99999989 7.77920561 33.96564189 13.53287735 23.99999989 19.28649492"/><line class="f" x1="33.12174988" y1="18.79930019" x2="33.12174988" y2="39.73354912"/><line class="f" x1="14.87824988" y1="18.79930019" x2="14.87824988" y2="39.73354912"/><line class="f" x1="17.69943497" y1="15.285999" x2="27.35078659" y2="9.71378511"/><line class="f" x1="20.64918086" y1="17.35191502" x2="30.61483956" y2="11.59828883"/><line class="f" x1="27.35081828" y1="17.35191534" x2="17.38515954" y2="11.59828912"/><line class="f" x1="20.64921439" y1="9.71378437" x2="30.52804351" y2="15.41733605"/><polygon class="f" points="11.46635842 30.93740825 7.85607149 29.12088479 7.85607149 26.77698656 11.46635842 28.59351003 11.46635842 30.93740825"/><line class="f" x1="9.66121495" y1="22.20559435" x2="9.66121495" y2="27.6852483"/><polyline class="f" points="27.93683083 27.81281227 27.93683083 28.96104536 30.23139347 29.67398843 30.23139347 32.0674884"/><polyline class="f" points="30.23139347 26.48804592 30.23139347 27.63627901 27.93683083 30.99875479 27.93683083 33.39225475"/><polygon class="f" points="21.2045818 29.67720898 17.6737074 27.6386577 17.6737074 23.58700287 21.2045818 25.62555415 21.2045818 29.67720898"/><polygon class="f" points="17.67366788 27.63863488 17.67366788 30.66176141 18.85070973 31.34132684 18.85070973 34.36445337 20.02764587 35.04395776 20.02764587 38.06696298 21.204582 38.74646737 21.204582 29.6772091 17.67366788 27.63863488"/></svg>
Copied!