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

Name
cube-28-regular
Set
Fluent UI System Icons
Style
28 Regular
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="M14.65 4.127a1.75 1.75 0 0 0-1.3 0l-8.75 3.5a1.75 1.75 0 0 0-1.1 1.625v9.505c0 .716.436 1.36 1.1 1.625l8.75 3.5a1.75 1.75 0 0 0 1.3 0l8.75-3.5a1.75 1.75 0 0 0 1.1-1.625V9.252a1.75 1.75 0 0 0-1.1-1.625zm-1.857-1.392a3.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.018l-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.017zm-5.73 6.72a.75.75 0 0 1 .989-.384L14 11.685l5.948-2.614a.75.75 0 0 1 .604 1.373l-5.802 2.55v6.758a.75.75 0 0 1-1.5 0v-6.758l-5.802-2.55a.75.75 0 0 1-.385-.988"/></svg>

React

import type { SVGProps } from "react";

export function FluentCube28Regular(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="M14.65 4.127a1.75 1.75 0 0 0-1.3 0l-8.75 3.5a1.75 1.75 0 0 0-1.1 1.625v9.505c0 .716.436 1.36 1.1 1.625l8.75 3.5a1.75 1.75 0 0 0 1.3 0l8.75-3.5a1.75 1.75 0 0 0 1.1-1.625V9.252a1.75 1.75 0 0 0-1.1-1.625zm-1.857-1.392a3.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.018l-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.017zm-5.73 6.72a.75.75 0 0 1 .989-.384L14 11.685l5.948-2.614a.75.75 0 0 1 .604 1.373l-5.802 2.55v6.758a.75.75 0 0 1-1.5 0v-6.758l-5.802-2.55a.75.75 0 0 1-.385-.988"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M14.65 4.127a1.75 1.75 0 0 0-1.3 0l-8.75 3.5a1.75 1.75 0 0 0-1.1 1.625v9.505c0 .716.436 1.36 1.1 1.625l8.75 3.5a1.75 1.75 0 0 0 1.3 0l8.75-3.5a1.75 1.75 0 0 0 1.1-1.625V9.252a1.75 1.75 0 0 0-1.1-1.625zm-1.857-1.392a3.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.018l-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.017zm-5.73 6.72a.75.75 0 0 1 .989-.384L14 11.685l5.948-2.614a.75.75 0 0 1 .604 1.373l-5.802 2.55v6.758a.75.75 0 0 1-1.5 0v-6.758l-5.802-2.55a.75.75 0 0 1-.385-.988"/></svg>
</template>

CSS

.icon-cube-28-regular {
  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%22M14.65%204.127a1.75%201.75%200%200%200-1.3%200l-8.75%203.5a1.75%201.75%200%200%200-1.1%201.625v9.505c0%20.716.436%201.36%201.1%201.625l8.75%203.5a1.75%201.75%200%200%200%201.3%200l8.75-3.5a1.75%201.75%200%200%200%201.1-1.625V9.252a1.75%201.75%200%200%200-1.1-1.625zm-1.857-1.392a3.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.018l-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.017zm-5.73%206.72a.75.75%200%200%201%20.989-.384L14%2011.685l5.948-2.614a.75.75%200%200%201%20.604%201.373l-5.802%202.55v6.758a.75.75%200%200%201-1.5%200v-6.758l-5.802-2.55a.75.75%200%200%201-.385-.988%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%22M14.65%204.127a1.75%201.75%200%200%200-1.3%200l-8.75%203.5a1.75%201.75%200%200%200-1.1%201.625v9.505c0%20.716.436%201.36%201.1%201.625l8.75%203.5a1.75%201.75%200%200%200%201.3%200l8.75-3.5a1.75%201.75%200%200%200%201.1-1.625V9.252a1.75%201.75%200%200%200-1.1-1.625zm-1.857-1.392a3.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.018l-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.017zm-5.73%206.72a.75.75%200%200%201%20.989-.384L14%2011.685l5.948-2.614a.75.75%200%200%201%20.604%201.373l-5.802%202.55v6.758a.75.75%200%200%201-1.5%200v-6.758l-5.802-2.55a.75.75%200%200%201-.385-.988%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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