cubes from Font Awesome 6 Solid by Dave Gandy · Regular · Objects · CC-BY-4.0 Attribution required.

Name
cubes
Set
Font Awesome 6 Solid
Style
Regular
Category
Objects
Viewbox
576×512
License
CC BY 4.0

The same icon in other sets

More objects icons from Font Awesome 6 Solid

Use the cubes icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="m290.8 48.6l78.4 29.7l-81.2 31.2l-81.2-31.2l78.4-29.7c1.8-.7 3.8-.7 5.7 0zM136 92.5v112.2c-1.3.4-2.6.8-3.9 1.3l-96 36.4C14.4 250.6 0 271.5 0 294.7v119.2c0 22.2 13.1 42.3 33.5 51.3l96 42.2c14.4 6.3 30.7 6.3 45.1 0L288 457.5l113.5 49.9c14.4 6.3 30.7 6.3 45.1 0l96-42.2c20.3-8.9 33.5-29.1 33.5-51.3V294.8c0-23.3-14.4-44.1-36.1-52.4L444 206c-1.3-.5-2.6-.9-3.9-1.3V92.5c0-23.3-14.4-44.1-36.1-52.4L308 3.7c-12.8-4.8-26.9-4.8-39.7 0l-96 36.4C150.4 48.4 136 69.3 136 92.5m256 118.1l-82.4 31.2v-89.2L392 121zm-237.2 40.3l78.4 29.7l-81.2 31.1l-81.2-31.1l78.4-29.7c1.8-.7 3.8-.7 5.7 0zm18.8 204.4V354.8l82.4-31.6v95.9zm247.6-204.4c1.8-.7 3.8-.7 5.7 0l78.4 29.7l-81.3 31.1l-81.2-31.1zm102 170.3l-77.6 34.1V354.8l82.4-31.6v90.7c0 3.2-1.9 6-4.8 7.3"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidCubes(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="m290.8 48.6l78.4 29.7l-81.2 31.2l-81.2-31.2l78.4-29.7c1.8-.7 3.8-.7 5.7 0zM136 92.5v112.2c-1.3.4-2.6.8-3.9 1.3l-96 36.4C14.4 250.6 0 271.5 0 294.7v119.2c0 22.2 13.1 42.3 33.5 51.3l96 42.2c14.4 6.3 30.7 6.3 45.1 0L288 457.5l113.5 49.9c14.4 6.3 30.7 6.3 45.1 0l96-42.2c20.3-8.9 33.5-29.1 33.5-51.3V294.8c0-23.3-14.4-44.1-36.1-52.4L444 206c-1.3-.5-2.6-.9-3.9-1.3V92.5c0-23.3-14.4-44.1-36.1-52.4L308 3.7c-12.8-4.8-26.9-4.8-39.7 0l-96 36.4C150.4 48.4 136 69.3 136 92.5m256 118.1l-82.4 31.2v-89.2L392 121zm-237.2 40.3l78.4 29.7l-81.2 31.1l-81.2-31.1l78.4-29.7c1.8-.7 3.8-.7 5.7 0zm18.8 204.4V354.8l82.4-31.6v95.9zm247.6-204.4c1.8-.7 3.8-.7 5.7 0l78.4 29.7l-81.3 31.1l-81.2-31.1zm102 170.3l-77.6 34.1V354.8l82.4-31.6v90.7c0 3.2-1.9 6-4.8 7.3"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="m290.8 48.6l78.4 29.7l-81.2 31.2l-81.2-31.2l78.4-29.7c1.8-.7 3.8-.7 5.7 0zM136 92.5v112.2c-1.3.4-2.6.8-3.9 1.3l-96 36.4C14.4 250.6 0 271.5 0 294.7v119.2c0 22.2 13.1 42.3 33.5 51.3l96 42.2c14.4 6.3 30.7 6.3 45.1 0L288 457.5l113.5 49.9c14.4 6.3 30.7 6.3 45.1 0l96-42.2c20.3-8.9 33.5-29.1 33.5-51.3V294.8c0-23.3-14.4-44.1-36.1-52.4L444 206c-1.3-.5-2.6-.9-3.9-1.3V92.5c0-23.3-14.4-44.1-36.1-52.4L308 3.7c-12.8-4.8-26.9-4.8-39.7 0l-96 36.4C150.4 48.4 136 69.3 136 92.5m256 118.1l-82.4 31.2v-89.2L392 121zm-237.2 40.3l78.4 29.7l-81.2 31.1l-81.2-31.1l78.4-29.7c1.8-.7 3.8-.7 5.7 0zm18.8 204.4V354.8l82.4-31.6v95.9zm247.6-204.4c1.8-.7 3.8-.7 5.7 0l78.4 29.7l-81.3 31.1l-81.2-31.1zm102 170.3l-77.6 34.1V354.8l82.4-31.6v90.7c0 3.2-1.9 6-4.8 7.3"/></svg>
</template>

CSS

.icon-cubes {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20576%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m290.8%2048.6l78.4%2029.7l-81.2%2031.2l-81.2-31.2l78.4-29.7c1.8-.7%203.8-.7%205.7%200zM136%2092.5v112.2c-1.3.4-2.6.8-3.9%201.3l-96%2036.4C14.4%20250.6%200%20271.5%200%20294.7v119.2c0%2022.2%2013.1%2042.3%2033.5%2051.3l96%2042.2c14.4%206.3%2030.7%206.3%2045.1%200L288%20457.5l113.5%2049.9c14.4%206.3%2030.7%206.3%2045.1%200l96-42.2c20.3-8.9%2033.5-29.1%2033.5-51.3V294.8c0-23.3-14.4-44.1-36.1-52.4L444%20206c-1.3-.5-2.6-.9-3.9-1.3V92.5c0-23.3-14.4-44.1-36.1-52.4L308%203.7c-12.8-4.8-26.9-4.8-39.7%200l-96%2036.4C150.4%2048.4%20136%2069.3%20136%2092.5m256%20118.1l-82.4%2031.2v-89.2L392%20121zm-237.2%2040.3l78.4%2029.7l-81.2%2031.1l-81.2-31.1l78.4-29.7c1.8-.7%203.8-.7%205.7%200zm18.8%20204.4V354.8l82.4-31.6v95.9zm247.6-204.4c1.8-.7%203.8-.7%205.7%200l78.4%2029.7l-81.3%2031.1l-81.2-31.1zm102%20170.3l-77.6%2034.1V354.8l82.4-31.6v90.7c0%203.2-1.9%206-4.8%207.3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20576%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m290.8%2048.6l78.4%2029.7l-81.2%2031.2l-81.2-31.2l78.4-29.7c1.8-.7%203.8-.7%205.7%200zM136%2092.5v112.2c-1.3.4-2.6.8-3.9%201.3l-96%2036.4C14.4%20250.6%200%20271.5%200%20294.7v119.2c0%2022.2%2013.1%2042.3%2033.5%2051.3l96%2042.2c14.4%206.3%2030.7%206.3%2045.1%200L288%20457.5l113.5%2049.9c14.4%206.3%2030.7%206.3%2045.1%200l96-42.2c20.3-8.9%2033.5-29.1%2033.5-51.3V294.8c0-23.3-14.4-44.1-36.1-52.4L444%20206c-1.3-.5-2.6-.9-3.9-1.3V92.5c0-23.3-14.4-44.1-36.1-52.4L308%203.7c-12.8-4.8-26.9-4.8-39.7%200l-96%2036.4C150.4%2048.4%20136%2069.3%20136%2092.5m256%20118.1l-82.4%2031.2v-89.2L392%20121zm-237.2%2040.3l78.4%2029.7l-81.2%2031.1l-81.2-31.1l78.4-29.7c1.8-.7%203.8-.7%205.7%200zm18.8%20204.4V354.8l82.4-31.6v95.9zm247.6-204.4c1.8-.7%203.8-.7%205.7%200l78.4%2029.7l-81.3%2031.1l-81.2-31.1zm102%20170.3l-77.6%2034.1V354.8l82.4-31.6v90.7c0%203.2-1.9%206-4.8%207.3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/cubes.svg?color=%231a73e8&size=48