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

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

7 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the cube quick icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M17.614 7.207a2 2 0 0 1 1.772 0l4.5 2.224A2 2 0 0 1 25 11.224v5.553a2 2 0 0 1-1.114 1.793l-4.5 2.224a2 2 0 0 1-1.772 0l-4.5-2.224A2 2 0 0 1 12 16.777v-5.553a2 2 0 0 1 1.114-1.793zm-2.522 4.685a.75.75 0 0 0 .299 1.017l2.36 1.287v3.055a.75.75 0 0 0 1.5 0v-3.055l2.358-1.287a.75.75 0 0 0-.718-1.317l-2.39 1.304l-2.392-1.304a.75.75 0 0 0-1.017.3M4.75 8.5a.75.75 0 1 0 0 1.5h5a.75.75 0 0 0 0-1.5zm-2 4.5a.75.75 0 0 0 0 1.5h5a.75.75 0 0 0 0-1.5zM4 18.25a.75.75 0 0 1 .75-.75h5a.75.75 0 0 1 0 1.5h-5a.75.75 0 0 1-.75-.75"/></svg>

React

import type { SVGProps } from "react";

export function FluentCubeQuick28Filled(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="M17.614 7.207a2 2 0 0 1 1.772 0l4.5 2.224A2 2 0 0 1 25 11.224v5.553a2 2 0 0 1-1.114 1.793l-4.5 2.224a2 2 0 0 1-1.772 0l-4.5-2.224A2 2 0 0 1 12 16.777v-5.553a2 2 0 0 1 1.114-1.793zm-2.522 4.685a.75.75 0 0 0 .299 1.017l2.36 1.287v3.055a.75.75 0 0 0 1.5 0v-3.055l2.358-1.287a.75.75 0 0 0-.718-1.317l-2.39 1.304l-2.392-1.304a.75.75 0 0 0-1.017.3M4.75 8.5a.75.75 0 1 0 0 1.5h5a.75.75 0 0 0 0-1.5zm-2 4.5a.75.75 0 0 0 0 1.5h5a.75.75 0 0 0 0-1.5zM4 18.25a.75.75 0 0 1 .75-.75h5a.75.75 0 0 1 0 1.5h-5a.75.75 0 0 1-.75-.75"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M17.614 7.207a2 2 0 0 1 1.772 0l4.5 2.224A2 2 0 0 1 25 11.224v5.553a2 2 0 0 1-1.114 1.793l-4.5 2.224a2 2 0 0 1-1.772 0l-4.5-2.224A2 2 0 0 1 12 16.777v-5.553a2 2 0 0 1 1.114-1.793zm-2.522 4.685a.75.75 0 0 0 .299 1.017l2.36 1.287v3.055a.75.75 0 0 0 1.5 0v-3.055l2.358-1.287a.75.75 0 0 0-.718-1.317l-2.39 1.304l-2.392-1.304a.75.75 0 0 0-1.017.3M4.75 8.5a.75.75 0 1 0 0 1.5h5a.75.75 0 0 0 0-1.5zm-2 4.5a.75.75 0 0 0 0 1.5h5a.75.75 0 0 0 0-1.5zM4 18.25a.75.75 0 0 1 .75-.75h5a.75.75 0 0 1 0 1.5h-5a.75.75 0 0 1-.75-.75"/></svg>
</template>

CSS

.icon-cube-quick-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%22M17.614%207.207a2%202%200%200%201%201.772%200l4.5%202.224A2%202%200%200%201%2025%2011.224v5.553a2%202%200%200%201-1.114%201.793l-4.5%202.224a2%202%200%200%201-1.772%200l-4.5-2.224A2%202%200%200%201%2012%2016.777v-5.553a2%202%200%200%201%201.114-1.793zm-2.522%204.685a.75.75%200%200%200%20.299%201.017l2.36%201.287v3.055a.75.75%200%200%200%201.5%200v-3.055l2.358-1.287a.75.75%200%200%200-.718-1.317l-2.39%201.304l-2.392-1.304a.75.75%200%200%200-1.017.3M4.75%208.5a.75.75%200%201%200%200%201.5h5a.75.75%200%200%200%200-1.5zm-2%204.5a.75.75%200%200%200%200%201.5h5a.75.75%200%200%200%200-1.5zM4%2018.25a.75.75%200%200%201%20.75-.75h5a.75.75%200%200%201%200%201.5h-5a.75.75%200%200%201-.75-.75%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%22M17.614%207.207a2%202%200%200%201%201.772%200l4.5%202.224A2%202%200%200%201%2025%2011.224v5.553a2%202%200%200%201-1.114%201.793l-4.5%202.224a2%202%200%200%201-1.772%200l-4.5-2.224A2%202%200%200%201%2012%2016.777v-5.553a2%202%200%200%201%201.114-1.793zm-2.522%204.685a.75.75%200%200%200%20.299%201.017l2.36%201.287v3.055a.75.75%200%200%200%201.5%200v-3.055l2.358-1.287a.75.75%200%200%200-.718-1.317l-2.39%201.304l-2.392-1.304a.75.75%200%200%200-1.017.3M4.75%208.5a.75.75%200%201%200%200%201.5h5a.75.75%200%200%200%200-1.5zm-2%204.5a.75.75%200%200%200%200%201.5h5a.75.75%200%200%200%200-1.5zM4%2018.25a.75.75%200%200%201%20.75-.75h5a.75.75%200%200%201%200%201.5h-5a.75.75%200%200%201-.75-.75%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Cube Quick 28 filled icon — Fluent UI System Icons · IconsDB