Minecraft Steve Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Minecraft Steve 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/343868.svg" alt="Minecraft Steve icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343868.svg" alt="Minecraft Steve icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343868.svg" alt="Minecraft Steve icon" :width="24" :height="24" />
CSS background
.icon-minecraft-steve {
background-image: url('https://proicons.com/icon/343868.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><polygon class="f" points="24 24.0657 5.7565 13.5329 24 3 42.2435 13.5329 24 24.0657"/><polyline class="f" points="5.7565 31.8409 10.3174 34.4742 12.5978 35.7908 12.5978 33.174 14.8783 34.4906 17.1587 35.8072 17.1587 33.1904 17.1587 30.5829 19.4391 31.8995 21.7196 33.2161 21.7196 35.8329 24 37.1495"/><polygon class="f" points="24 44.9999 5.7565 34.4671 5.7565 13.5328 24 24.0657 24 44.9999"/><polyline class="f" points="28.5609 34.5164 26.2804 35.833 26.2804 33.2162 28.5609 31.8996"/><polyline class="f" points="28.5609 31.8996 30.8413 30.583 30.8413 33.1998 28.5609 34.5164"/><polyline class="f" points="24 31.916 26.2804 30.5994 26.2804 27.9827 28.5609 26.666 30.8413 25.3494 33.1217 24.0328 35.4022 22.7162 37.6826 21.3996 39.963 20.083 39.963 22.6998 42.2435 21.3831"/><polyline class="f" points="37.6826 29.2499 35.4022 30.5666 35.4022 27.9498 37.6826 26.6332"/><polygon class="f" points="35.4022 33.1833 35.4022 35.8001 33.1217 37.1167 30.8413 38.4333 30.8413 35.8165 28.5609 37.1331 28.5609 39.7499 28.5609 42.3667 30.8413 41.0501 33.1217 39.7335 35.4022 38.4169 37.6826 37.1003 37.6826 34.4835 37.6826 31.8667 35.4022 33.1833"/><polyline class="f" points="37.6826 26.6332 39.963 25.3166 39.963 27.9333 37.6826 29.2499"/><polygon class="f" points="35.4022 33.1833 30.8413 35.8165 30.8413 33.1998 35.4022 30.5665 35.4022 33.1833"/><polygon class="f" points="42.2435 34.4671 24 44.9999 24 24.0657 42.2435 13.5328 42.2435 34.4671"/></svg>
Copied!