Cube Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Cube 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/305463.svg" alt="Cube icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305463.svg" alt="Cube icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305463.svg" alt="Cube icon" :width="24" :height="24" />
CSS background
.icon-cube {
background-image: url('https://proicons.com/icon/305463.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M879 309v-4c-1-3-2-4-4-3-1 0-1 1-2 1-119 69-238 137-356 206-6 3-8 6-8 12 1 136 1 272 1 407v6c0 3 2 4 3 3 1 0 2-1 3-1 119-69 238-138 356-206 6-3 7-7 7-13V309zM481 507c-108-62-215-124-323-187-6-3-12-6-18-10-10-6-18-9-18-7v4c0 137 0 274-1 411 0 7 4 10 9 13l344 199c3 1 5 3 8 4 5 3 9 2 9-1v-7-401c0-9-2-14-10-18zm346-208c23-14 41-25 40-26s-2-2-3-2C745 202 626 134 507 65c-5-3-9-3-14 0-90 52-181 104-271 156l-45 27c-26 14-43 28-40 29 2 2 4 3 6 4 116 67 232 134 349 202 6 3 10 4 17 0 92-54 184-107 276-160 13-8 28-16 42-24z"/></svg>
Copied!