Cube Rubik Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Cube Rubik 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/324163.svg" alt="Cube Rubik icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324163.svg" alt="Cube Rubik icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324163.svg" alt="Cube Rubik icon" :width="24" :height="24" />
CSS background
.icon-cube-rubik {
background-image: url('https://proicons.com/icon/324163.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>.t{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="c"><path id="d" class="t" d="M24,43v-20.6361l17.4943-10.0801-2.4133,18.5443-15.081,12.1718Z"/><path id="e" class="t" d="M41.4943,12.2839l-17.4943-7.2839"/><path id="f" class="t" d="M24,37.0778l15.7594-11.4629"/><path id="g" class="t" d="M24,30.2749l16.5827-10.9865"/><path id="h" class="t" d="M30.7576,18.4702l-1.1263,19.9848"/><path id="i" class="t" d="M36.6241,15.09l-1.8511,19.2151"/><path id="j" class="t" d="M24,43v-20.6361L6.5057,12.2839l2.4133,18.5443,15.081,12.1718Z"/><path id="k" class="t" d="M6.5057,12.2839l17.4943-7.2839"/><path id="l" class="t" d="M24,37.0778l-15.7594-11.4629"/><path id="m" class="t" d="M24,30.2749L7.4173,19.2884"/><path id="n" class="t" d="M17.2424,18.4702l1.1263,19.9848"/><path id="o" class="t" d="M11.3759,15.09l1.8511,19.2151"/><path id="p" class="t" d="M30.7576,18.4702L13.0379,9.5641"/><path id="q" class="t" d="M36.6241,15.09l-17.9042-7.8916"/><path id="r" class="t" d="M17.2424,18.4702l17.7197-8.9061"/><path id="s" class="t" d="M11.3759,15.09l17.9042-7.8916"/></g></svg>
Copied!