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

Name
cube-quick-20-regular
Set
Fluent UI System Icons
Style
20 Regular
Viewbox
20×20
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 20 20"><path fill="currentColor" d="M13.272 5.557a.5.5 0 0 1 .456 0l3 1.541a.5.5 0 0 1 .272.445v3.915a.5.5 0 0 1-.272.444l-3 1.541a.5.5 0 0 1-.456 0l-3-1.54a.5.5 0 0 1-.272-.445V7.543a.5.5 0 0 1 .272-.445zm.913-.89a1.5 1.5 0 0 0-1.37 0l-3 1.541A1.5 1.5 0 0 0 9 7.543v3.915a1.5 1.5 0 0 0 .815 1.334l3 1.54c.43.222.94.222 1.37 0l3-1.54A1.5 1.5 0 0 0 18 11.458V7.543a1.5 1.5 0 0 0-.815-1.335zM3 6.5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1h-4a.5.5 0 0 1-.5-.5m-1 3a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1h-4a.5.5 0 0 1-.5-.5m1 3a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1h-4a.5.5 0 0 1-.5-.5m8.053-4.723a.5.5 0 0 1 .67-.224l1.777.888l1.776-.888a.5.5 0 1 1 .448.895L14 9.309V11.5a.5.5 0 1 1-1 0V9.31l-1.724-.862a.5.5 0 0 1-.223-.671"/></svg>

React

import type { SVGProps } from "react";

export function FluentCubeQuick20Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M13.272 5.557a.5.5 0 0 1 .456 0l3 1.541a.5.5 0 0 1 .272.445v3.915a.5.5 0 0 1-.272.444l-3 1.541a.5.5 0 0 1-.456 0l-3-1.54a.5.5 0 0 1-.272-.445V7.543a.5.5 0 0 1 .272-.445zm.913-.89a1.5 1.5 0 0 0-1.37 0l-3 1.541A1.5 1.5 0 0 0 9 7.543v3.915a1.5 1.5 0 0 0 .815 1.334l3 1.54c.43.222.94.222 1.37 0l3-1.54A1.5 1.5 0 0 0 18 11.458V7.543a1.5 1.5 0 0 0-.815-1.335zM3 6.5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1h-4a.5.5 0 0 1-.5-.5m-1 3a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1h-4a.5.5 0 0 1-.5-.5m1 3a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1h-4a.5.5 0 0 1-.5-.5m8.053-4.723a.5.5 0 0 1 .67-.224l1.777.888l1.776-.888a.5.5 0 1 1 .448.895L14 9.309V11.5a.5.5 0 1 1-1 0V9.31l-1.724-.862a.5.5 0 0 1-.223-.671"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M13.272 5.557a.5.5 0 0 1 .456 0l3 1.541a.5.5 0 0 1 .272.445v3.915a.5.5 0 0 1-.272.444l-3 1.541a.5.5 0 0 1-.456 0l-3-1.54a.5.5 0 0 1-.272-.445V7.543a.5.5 0 0 1 .272-.445zm.913-.89a1.5 1.5 0 0 0-1.37 0l-3 1.541A1.5 1.5 0 0 0 9 7.543v3.915a1.5 1.5 0 0 0 .815 1.334l3 1.54c.43.222.94.222 1.37 0l3-1.54A1.5 1.5 0 0 0 18 11.458V7.543a1.5 1.5 0 0 0-.815-1.335zM3 6.5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1h-4a.5.5 0 0 1-.5-.5m-1 3a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1h-4a.5.5 0 0 1-.5-.5m1 3a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1h-4a.5.5 0 0 1-.5-.5m8.053-4.723a.5.5 0 0 1 .67-.224l1.777.888l1.776-.888a.5.5 0 1 1 .448.895L14 9.309V11.5a.5.5 0 1 1-1 0V9.31l-1.724-.862a.5.5 0 0 1-.223-.671"/></svg>
</template>

CSS

.icon-cube-quick-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.272%205.557a.5.5%200%200%201%20.456%200l3%201.541a.5.5%200%200%201%20.272.445v3.915a.5.5%200%200%201-.272.444l-3%201.541a.5.5%200%200%201-.456%200l-3-1.54a.5.5%200%200%201-.272-.445V7.543a.5.5%200%200%201%20.272-.445zm.913-.89a1.5%201.5%200%200%200-1.37%200l-3%201.541A1.5%201.5%200%200%200%209%207.543v3.915a1.5%201.5%200%200%200%20.815%201.334l3%201.54c.43.222.94.222%201.37%200l3-1.54A1.5%201.5%200%200%200%2018%2011.458V7.543a1.5%201.5%200%200%200-.815-1.335zM3%206.5a.5.5%200%200%201%20.5-.5h4a.5.5%200%200%201%200%201h-4a.5.5%200%200%201-.5-.5m-1%203a.5.5%200%200%201%20.5-.5h4a.5.5%200%200%201%200%201h-4a.5.5%200%200%201-.5-.5m1%203a.5.5%200%200%201%20.5-.5h4a.5.5%200%200%201%200%201h-4a.5.5%200%200%201-.5-.5m8.053-4.723a.5.5%200%200%201%20.67-.224l1.777.888l1.776-.888a.5.5%200%201%201%20.448.895L14%209.309V11.5a.5.5%200%201%201-1%200V9.31l-1.724-.862a.5.5%200%200%201-.223-.671%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.272%205.557a.5.5%200%200%201%20.456%200l3%201.541a.5.5%200%200%201%20.272.445v3.915a.5.5%200%200%201-.272.444l-3%201.541a.5.5%200%200%201-.456%200l-3-1.54a.5.5%200%200%201-.272-.445V7.543a.5.5%200%200%201%20.272-.445zm.913-.89a1.5%201.5%200%200%200-1.37%200l-3%201.541A1.5%201.5%200%200%200%209%207.543v3.915a1.5%201.5%200%200%200%20.815%201.334l3%201.54c.43.222.94.222%201.37%200l3-1.54A1.5%201.5%200%200%200%2018%2011.458V7.543a1.5%201.5%200%200%200-.815-1.335zM3%206.5a.5.5%200%200%201%20.5-.5h4a.5.5%200%200%201%200%201h-4a.5.5%200%200%201-.5-.5m-1%203a.5.5%200%200%201%20.5-.5h4a.5.5%200%200%201%200%201h-4a.5.5%200%200%201-.5-.5m1%203a.5.5%200%200%201%20.5-.5h4a.5.5%200%200%201%200%201h-4a.5.5%200%200%201-.5-.5m8.053-4.723a.5.5%200%200%201%20.67-.224l1.777.888l1.776-.888a.5.5%200%201%201%20.448.895L14%209.309V11.5a.5.5%200%201%201-1%200V9.31l-1.724-.862a.5.5%200%200%201-.223-.671%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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