cube quick icon
cube-quick-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- cube-quick-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- 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 24 24"><path fill="currentColor" d="M16.274 7.554a.5.5 0 0 1 .452 0l3.5 1.769a.5.5 0 0 1 .274.446v4.465a.5.5 0 0 1-.274.446l-3.5 1.77a.5.5 0 0 1-.452 0l-3.5-1.77a.5.5 0 0 1-.274-.446V9.77a.5.5 0 0 1 .274-.446zm1.128-1.339a2 2 0 0 0-1.804 0l-3.5 1.77A2 2 0 0 0 11 9.768v4.465a2 2 0 0 0 1.098 1.785l3.5 1.77a2 2 0 0 0 1.804 0l3.5-1.77A2 2 0 0 0 22 14.234V9.77a2 2 0 0 0-1.098-1.785zM4 7.745a.75.75 0 0 1 .75-.75h4.5a.75.75 0 0 1 0 1.5h-4.5a.75.75 0 0 1-.75-.75m-2 4a.75.75 0 0 1 .75-.75h4.5a.75.75 0 0 1 0 1.5h-4.5a.75.75 0 0 1-.75-.75m2.75 3.25a.75.75 0 0 0 0 1.5h4.5a.75.75 0 0 0 0-1.5zm8.832-4.59a.75.75 0 0 1 1.008-.328l1.91.971l1.91-.972a.75.75 0 1 1 .68 1.337l-1.84.937v1.902a.75.75 0 0 1-1.5 0V12.35l-1.84-.937a.75.75 0 0 1-.328-1.008"/></svg>
React
import type { SVGProps } from "react";
export function FluentCubeQuick24Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.274 7.554a.5.5 0 0 1 .452 0l3.5 1.769a.5.5 0 0 1 .274.446v4.465a.5.5 0 0 1-.274.446l-3.5 1.77a.5.5 0 0 1-.452 0l-3.5-1.77a.5.5 0 0 1-.274-.446V9.77a.5.5 0 0 1 .274-.446zm1.128-1.339a2 2 0 0 0-1.804 0l-3.5 1.77A2 2 0 0 0 11 9.768v4.465a2 2 0 0 0 1.098 1.785l3.5 1.77a2 2 0 0 0 1.804 0l3.5-1.77A2 2 0 0 0 22 14.234V9.77a2 2 0 0 0-1.098-1.785zM4 7.745a.75.75 0 0 1 .75-.75h4.5a.75.75 0 0 1 0 1.5h-4.5a.75.75 0 0 1-.75-.75m-2 4a.75.75 0 0 1 .75-.75h4.5a.75.75 0 0 1 0 1.5h-4.5a.75.75 0 0 1-.75-.75m2.75 3.25a.75.75 0 0 0 0 1.5h4.5a.75.75 0 0 0 0-1.5zm8.832-4.59a.75.75 0 0 1 1.008-.328l1.91.971l1.91-.972a.75.75 0 1 1 .68 1.337l-1.84.937v1.902a.75.75 0 0 1-1.5 0V12.35l-1.84-.937a.75.75 0 0 1-.328-1.008"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.274 7.554a.5.5 0 0 1 .452 0l3.5 1.769a.5.5 0 0 1 .274.446v4.465a.5.5 0 0 1-.274.446l-3.5 1.77a.5.5 0 0 1-.452 0l-3.5-1.77a.5.5 0 0 1-.274-.446V9.77a.5.5 0 0 1 .274-.446zm1.128-1.339a2 2 0 0 0-1.804 0l-3.5 1.77A2 2 0 0 0 11 9.768v4.465a2 2 0 0 0 1.098 1.785l3.5 1.77a2 2 0 0 0 1.804 0l3.5-1.77A2 2 0 0 0 22 14.234V9.77a2 2 0 0 0-1.098-1.785zM4 7.745a.75.75 0 0 1 .75-.75h4.5a.75.75 0 0 1 0 1.5h-4.5a.75.75 0 0 1-.75-.75m-2 4a.75.75 0 0 1 .75-.75h4.5a.75.75 0 0 1 0 1.5h-4.5a.75.75 0 0 1-.75-.75m2.75 3.25a.75.75 0 0 0 0 1.5h4.5a.75.75 0 0 0 0-1.5zm8.832-4.59a.75.75 0 0 1 1.008-.328l1.91.971l1.91-.972a.75.75 0 1 1 .68 1.337l-1.84.937v1.902a.75.75 0 0 1-1.5 0V12.35l-1.84-.937a.75.75 0 0 1-.328-1.008"/></svg> </template>
CSS
.icon-cube-quick-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.274%207.554a.5.5%200%200%201%20.452%200l3.5%201.769a.5.5%200%200%201%20.274.446v4.465a.5.5%200%200%201-.274.446l-3.5%201.77a.5.5%200%200%201-.452%200l-3.5-1.77a.5.5%200%200%201-.274-.446V9.77a.5.5%200%200%201%20.274-.446zm1.128-1.339a2%202%200%200%200-1.804%200l-3.5%201.77A2%202%200%200%200%2011%209.768v4.465a2%202%200%200%200%201.098%201.785l3.5%201.77a2%202%200%200%200%201.804%200l3.5-1.77A2%202%200%200%200%2022%2014.234V9.77a2%202%200%200%200-1.098-1.785zM4%207.745a.75.75%200%200%201%20.75-.75h4.5a.75.75%200%200%201%200%201.5h-4.5a.75.75%200%200%201-.75-.75m-2%204a.75.75%200%200%201%20.75-.75h4.5a.75.75%200%200%201%200%201.5h-4.5a.75.75%200%200%201-.75-.75m2.75%203.25a.75.75%200%200%200%200%201.5h4.5a.75.75%200%200%200%200-1.5zm8.832-4.59a.75.75%200%200%201%201.008-.328l1.91.971l1.91-.972a.75.75%200%201%201%20.68%201.337l-1.84.937v1.902a.75.75%200%200%201-1.5%200V12.35l-1.84-.937a.75.75%200%200%201-.328-1.008%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.274%207.554a.5.5%200%200%201%20.452%200l3.5%201.769a.5.5%200%200%201%20.274.446v4.465a.5.5%200%200%201-.274.446l-3.5%201.77a.5.5%200%200%201-.452%200l-3.5-1.77a.5.5%200%200%201-.274-.446V9.77a.5.5%200%200%201%20.274-.446zm1.128-1.339a2%202%200%200%200-1.804%200l-3.5%201.77A2%202%200%200%200%2011%209.768v4.465a2%202%200%200%200%201.098%201.785l3.5%201.77a2%202%200%200%200%201.804%200l3.5-1.77A2%202%200%200%200%2022%2014.234V9.77a2%202%200%200%200-1.098-1.785zM4%207.745a.75.75%200%200%201%20.75-.75h4.5a.75.75%200%200%201%200%201.5h-4.5a.75.75%200%200%201-.75-.75m-2%204a.75.75%200%200%201%20.75-.75h4.5a.75.75%200%200%201%200%201.5h-4.5a.75.75%200%200%201-.75-.75m2.75%203.25a.75.75%200%200%200%200%201.5h4.5a.75.75%200%200%200%200-1.5zm8.832-4.59a.75.75%200%200%201%201.008-.328l1.91.971l1.91-.972a.75.75%200%201%201%20.68%201.337l-1.84.937v1.902a.75.75%200%200%201-1.5%200V12.35l-1.84-.937a.75.75%200%200%201-.328-1.008%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/cube-quick-24-regular.svg?color=%231a73e8&size=48