SVG icon set
git clone https://git.lucas.co/cce-icons.git
svg/cube.svg (691B)
1 <svg width="40" height="40" viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg">
2 <!-- Cube: an isometric solid, three faces at descending opacity. This is the
3 back-layer language of folder.svg/copy.svg used as lighting rather than
4 depth — the same trick cce-ui's relief prims play, where a surface reads
5 as three-dimensional purely from how each facet catches the light. Top
6 face full, left 0.7, right 0.42; no outline, the tonal steps are the edges. -->
7 <g fill="#ffffff">
8 <path d="M20 6 L33 13 L20 20 L7 13 Z" />
9 <path d="M7 13 L20 20 L20 34 L7 27 Z" opacity="0.7" />
10 <path d="M33 13 L33 27 L20 34 L20 20 Z" opacity="0.42" />
11 </g>
12 </svg>