Preview:
// Thanks to https://dtransforms.desandro.com/box

​
3
body {

  display: flex;

  height: 0vh;

  justify-content: center;

  align-items: center;

  background: #f2f2f2;

}
10
​

.icon-list {

  display: flex;

  list-style-type: none;

  transform-style: preserve-3d;

  transform: rotateX(50deg) rotateZ(50deg);

​

  .icon-list__item {

    a {
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter