cube quick icon
cube-quick-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.
- Name
- cube-quick-16-regular
- Set
- Fluent UI System Icons
- Style
- 16 Regular
- Viewbox
- 16×16
- 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 16 16"><path fill="currentColor" d="M11.07 4.138a1.25 1.25 0 0 0-1.14 0L7.68 5.293A1.25 1.25 0 0 0 7 6.405v3.189c0 .469.262.898.68 1.112l2.25 1.155a1.25 1.25 0 0 0 1.14 0l2.25-1.155A1.25 1.25 0 0 0 14 9.594v-3.19a1.25 1.25 0 0 0-.68-1.111zm-.684.89a.25.25 0 0 1 .228 0l2.25 1.154a.25.25 0 0 1 .136.223v3.189a.25.25 0 0 1-.136.222l-2.25 1.155a.25.25 0 0 1-.228 0l-2.25-1.155A.25.25 0 0 1 8 9.594v-3.19a.25.25 0 0 1 .136-.222zM9.224 6.552a.5.5 0 0 0-.448.895L10 8.058V9.5a.5.5 0 0 0 1 0V8.06l1.224-.612a.5.5 0 1 0-.448-.895L10.5 7.19zM1.5 7.5a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1zm.5-2a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5m.5 4.5a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1z"/></svg>
React
import type { SVGProps } from "react";
export function FluentCubeQuick16Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M11.07 4.138a1.25 1.25 0 0 0-1.14 0L7.68 5.293A1.25 1.25 0 0 0 7 6.405v3.189c0 .469.262.898.68 1.112l2.25 1.155a1.25 1.25 0 0 0 1.14 0l2.25-1.155A1.25 1.25 0 0 0 14 9.594v-3.19a1.25 1.25 0 0 0-.68-1.111zm-.684.89a.25.25 0 0 1 .228 0l2.25 1.154a.25.25 0 0 1 .136.223v3.189a.25.25 0 0 1-.136.222l-2.25 1.155a.25.25 0 0 1-.228 0l-2.25-1.155A.25.25 0 0 1 8 9.594v-3.19a.25.25 0 0 1 .136-.222zM9.224 6.552a.5.5 0 0 0-.448.895L10 8.058V9.5a.5.5 0 0 0 1 0V8.06l1.224-.612a.5.5 0 1 0-.448-.895L10.5 7.19zM1.5 7.5a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1zm.5-2a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5m.5 4.5a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M11.07 4.138a1.25 1.25 0 0 0-1.14 0L7.68 5.293A1.25 1.25 0 0 0 7 6.405v3.189c0 .469.262.898.68 1.112l2.25 1.155a1.25 1.25 0 0 0 1.14 0l2.25-1.155A1.25 1.25 0 0 0 14 9.594v-3.19a1.25 1.25 0 0 0-.68-1.111zm-.684.89a.25.25 0 0 1 .228 0l2.25 1.154a.25.25 0 0 1 .136.223v3.189a.25.25 0 0 1-.136.222l-2.25 1.155a.25.25 0 0 1-.228 0l-2.25-1.155A.25.25 0 0 1 8 9.594v-3.19a.25.25 0 0 1 .136-.222zM9.224 6.552a.5.5 0 0 0-.448.895L10 8.058V9.5a.5.5 0 0 0 1 0V8.06l1.224-.612a.5.5 0 1 0-.448-.895L10.5 7.19zM1.5 7.5a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1zm.5-2a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5m.5 4.5a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1z"/></svg> </template>
CSS
.icon-cube-quick-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.07%204.138a1.25%201.25%200%200%200-1.14%200L7.68%205.293A1.25%201.25%200%200%200%207%206.405v3.189c0%20.469.262.898.68%201.112l2.25%201.155a1.25%201.25%200%200%200%201.14%200l2.25-1.155A1.25%201.25%200%200%200%2014%209.594v-3.19a1.25%201.25%200%200%200-.68-1.111zm-.684.89a.25.25%200%200%201%20.228%200l2.25%201.154a.25.25%200%200%201%20.136.223v3.189a.25.25%200%200%201-.136.222l-2.25%201.155a.25.25%200%200%201-.228%200l-2.25-1.155A.25.25%200%200%201%208%209.594v-3.19a.25.25%200%200%201%20.136-.222zM9.224%206.552a.5.5%200%200%200-.448.895L10%208.058V9.5a.5.5%200%200%200%201%200V8.06l1.224-.612a.5.5%200%201%200-.448-.895L10.5%207.19zM1.5%207.5a.5.5%200%200%200%200%201h3a.5.5%200%200%200%200-1zm.5-2a.5.5%200%200%201%20.5-.5h3a.5.5%200%200%201%200%201h-3a.5.5%200%200%201-.5-.5m.5%204.5a.5.5%200%200%200%200%201h3a.5.5%200%200%200%200-1z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.07%204.138a1.25%201.25%200%200%200-1.14%200L7.68%205.293A1.25%201.25%200%200%200%207%206.405v3.189c0%20.469.262.898.68%201.112l2.25%201.155a1.25%201.25%200%200%200%201.14%200l2.25-1.155A1.25%201.25%200%200%200%2014%209.594v-3.19a1.25%201.25%200%200%200-.68-1.111zm-.684.89a.25.25%200%200%201%20.228%200l2.25%201.154a.25.25%200%200%201%20.136.223v3.189a.25.25%200%200%201-.136.222l-2.25%201.155a.25.25%200%200%201-.228%200l-2.25-1.155A.25.25%200%200%201%208%209.594v-3.19a.25.25%200%200%201%20.136-.222zM9.224%206.552a.5.5%200%200%200-.448.895L10%208.058V9.5a.5.5%200%200%200%201%200V8.06l1.224-.612a.5.5%200%201%200-.448-.895L10.5%207.19zM1.5%207.5a.5.5%200%200%200%200%201h3a.5.5%200%200%200%200-1zm.5-2a.5.5%200%200%201%20.5-.5h3a.5.5%200%200%201%200%201h-3a.5.5%200%200%201-.5-.5m.5%204.5a.5.5%200%200%200%200%201h3a.5.5%200%200%200%200-1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/cube-quick-16-regular.svg?color=%231a73e8&size=48