Minecraft Command Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Minecraft Command 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/343861.svg" alt="Minecraft Command icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343861.svg" alt="Minecraft Command icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343861.svg" alt="Minecraft Command icon" :width="24" :height="24" />
CSS background
.icon-minecraft-command {
background-image: url('https://proicons.com/icon/343861.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:#fff;}.g{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="g" d="M23.9998,24v21.5"/><path class="g" d="M28.9648,17.55l2.4826-1.4333v-5.7333l-2.4826-1.4333h-9.9304l-2.4826,1.4333v5.7333s2.4826,1.4333,2.4826,1.4333h9.9304Z"/><path class="g" d="M23.9998,2.5l18.62,10.75v21.5l-18.62,10.75-18.62-10.75V13.25S23.9998,2.5,23.9998,2.5Z"/><path class="g" d="M5.3802,13.25l18.62,10.75,18.62-10.75"/><path class="g" d="M8.4834,31.525v-7.1667l6.2065-3.5833,6.2065,10.75v7.1667l-1.2413.7167-9.9304-5.7333-1.2413-2.1501Z"/><path class="g" d="M39.5157,31.525v-7.1667l-6.2065-3.5833-6.2065,10.75v7.1667l1.2413.7167,9.9304-5.7333,1.2413-2.1501Z"/><circle class="f" cx="21.5168" cy="11.817" r=".75"/><circle class="f" cx="23.9998" cy="13.25" r=".75"/><circle class="f" cx="26.4827" cy="11.817" r=".75"/><circle class="f" cx="26.4827" cy="14.683" r=".75"/><circle class="f" cx="21.5168" cy="14.683" r=".75"/><circle class="f" cx="14.6897" cy="26.508" r=".75"/><circle class="f" cx="12.2078" cy="27.942" r=".75"/><circle class="f" cx="14.6897" cy="29.375" r=".75"/><circle class="f" cx="17.1728" cy="30.808" r=".75"/><circle class="f" cx="17.1728" cy="33.675" r=".75"/><circle class="f" cx="14.6897" cy="32.242" r=".75"/><circle class="f" cx="12.2078" cy="30.808" r=".75"/><circle class="f" cx="30.8267" cy="30.808" r=".75"/><circle class="f" cx="33.3098" cy="29.375" r=".75"/><circle class="f" cx="33.3098" cy="26.508" r=".75"/><circle class="f" cx="35.7917" cy="27.942" r=".75"/><circle class="f" cx="35.7917" cy="30.808" r=".75"/><circle class="f" cx="33.3098" cy="32.242" r=".75"/><circle class="f" cx="30.8267" cy="33.675" r=".75"/></svg>
Copied!