cube-28-filled from Fluent UI System Icons by Microsoft Corporation · 28 Filled · MIT Free for personal and commercial use.

Name
cube-28-filled
Set
Fluent UI System Icons
Style
28 Filled
Viewbox
28×28
License
MIT

13 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the cube icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M12.793 2.734a3.25 3.25 0 0 1 2.414 0l8.75 3.5A3.25 3.25 0 0 1 26 9.252v9.505a3.25 3.25 0 0 1-2.043 3.017l-8.75 3.5a3.25 3.25 0 0 1-2.414 0l-8.75-3.5A3.25 3.25 0 0 1 2 18.757V9.252a3.25 3.25 0 0 1 2.043-3.018zM8.052 9.071a.75.75 0 0 0-.604 1.373l5.802 2.55v6.759a.75.75 0 0 0 1.5 0v-6.758l5.802-2.55a.75.75 0 1 0-.604-1.374L14 11.686z"/></svg>

React

import type { SVGProps } from "react";

export function FluentCube28Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M12.793 2.734a3.25 3.25 0 0 1 2.414 0l8.75 3.5A3.25 3.25 0 0 1 26 9.252v9.505a3.25 3.25 0 0 1-2.043 3.017l-8.75 3.5a3.25 3.25 0 0 1-2.414 0l-8.75-3.5A3.25 3.25 0 0 1 2 18.757V9.252a3.25 3.25 0 0 1 2.043-3.018zM8.052 9.071a.75.75 0 0 0-.604 1.373l5.802 2.55v6.759a.75.75 0 0 0 1.5 0v-6.758l5.802-2.55a.75.75 0 1 0-.604-1.374L14 11.686z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M12.793 2.734a3.25 3.25 0 0 1 2.414 0l8.75 3.5A3.25 3.25 0 0 1 26 9.252v9.505a3.25 3.25 0 0 1-2.043 3.017l-8.75 3.5a3.25 3.25 0 0 1-2.414 0l-8.75-3.5A3.25 3.25 0 0 1 2 18.757V9.252a3.25 3.25 0 0 1 2.043-3.018zM8.052 9.071a.75.75 0 0 0-.604 1.373l5.802 2.55v6.759a.75.75 0 0 0 1.5 0v-6.758l5.802-2.55a.75.75 0 1 0-.604-1.374L14 11.686z"/></svg>
</template>

CSS

.icon-cube-28-filled {
  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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.793%202.734a3.25%203.25%200%200%201%202.414%200l8.75%203.5A3.25%203.25%200%200%201%2026%209.252v9.505a3.25%203.25%200%200%201-2.043%203.017l-8.75%203.5a3.25%203.25%200%200%201-2.414%200l-8.75-3.5A3.25%203.25%200%200%201%202%2018.757V9.252a3.25%203.25%200%200%201%202.043-3.018zM8.052%209.071a.75.75%200%200%200-.604%201.373l5.802%202.55v6.759a.75.75%200%200%200%201.5%200v-6.758l5.802-2.55a.75.75%200%201%200-.604-1.374L14%2011.686z%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.793%202.734a3.25%203.25%200%200%201%202.414%200l8.75%203.5A3.25%203.25%200%200%201%2026%209.252v9.505a3.25%203.25%200%200%201-2.043%203.017l-8.75%203.5a3.25%203.25%200%200%201-2.414%200l-8.75-3.5A3.25%203.25%200%200%201%202%2018.757V9.252a3.25%203.25%200%200%201%202.043-3.018zM8.052%209.071a.75.75%200%200%200-.604%201.373l5.802%202.55v6.759a.75.75%200%200%200%201.5%200v-6.758l5.802-2.55a.75.75%200%201%200-.604-1.374L14%2011.686z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/cube-28-filled.svg?color=%231a73e8&size=48