Cuberite Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Cuberite 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/324164.svg" alt="Cuberite icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324164.svg" alt="Cuberite icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324164.svg" alt="Cuberite icon" :width="24" :height="24" />
CSS background
.icon-cuberite {
background-image: url('https://proicons.com/icon/324164.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.e{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="e" d="M24,5.5l18.5,9.25v18.5l-18.5,9.25-18.5-9.25.00000095-18.5L24,5.5Z"/><path class="e" d="M12.20899963,32.13199997l5.6243-2.81220055v-2.23629951l-2.23629951-1.1182003-6.09700012,3.04850006v-10.02700043l12.5,6.25v11.79100227l-9.79100037-4.89580154Z"/><path class="e" d="M38.5,18.98600006l-12.5,6.25v11.79100037l9.79100037-4.89550018-5.6243-2.81220055v-2.23629951l2.23629951-1.1182003,6.09700012,3.04850006v-10.02729988Z"/><path class="e" d="M26,10.97299957v5.86070061l-2,1-2-1v-5.86070061l-9.79100037,4.89550018,11.79100037,5.89550018,11.79100037-5.89550018-9.79100037-4.89550018Z"/></svg>
Copied!